mirror of
https://github.com/gcatanese/adyen-postman.git
synced 2026-03-10 08:01:18 +00:00
Update latest definitions files
This commit is contained in:
committed by
github-actions[bot]
parent
538f97bd67
commit
f395499e11
@@ -159,57 +159,6 @@
|
||||
]
|
||||
},
|
||||
"description": "Disable a permit that was previously linked to a recurringDetailReference."
|
||||
}
|
||||
,"response": [
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "/forward",
|
||||
"description": "Validates a forward request with RDR and sends the specified request to the 3rd party processor so they can send the response back.",
|
||||
"item": [
|
||||
{
|
||||
"name": "Ask 3rd party processor to process the request and send back the response",
|
||||
"request": {
|
||||
"method": "POST",
|
||||
"header": [
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"key": "Accept",
|
||||
"value": "application/json",
|
||||
"description": "",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n \"baseUrl\": \"<string>\",\n \"merchantAccount\": \"<string>\",\n \"request\": \"<string>\",\n \"shopperReference\": \"<string>\",\n \"storedPaymentMethodId\": \"<string>\"\n}",
|
||||
"options": {
|
||||
"raw": {
|
||||
"language": "json"
|
||||
}
|
||||
}
|
||||
},
|
||||
"url": {
|
||||
"raw": "{{baseUrl}}/forward",
|
||||
"host": [
|
||||
"{{baseUrl}}"
|
||||
],
|
||||
"path": [
|
||||
"forward"
|
||||
],
|
||||
"variable": [
|
||||
],
|
||||
"query": [
|
||||
]
|
||||
},
|
||||
"description": "Validates a forward request with RDR and sends the specified request to the 3rd party processor so they can send the response back."
|
||||
}
|
||||
,"response": [
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user