Update latest definitions files

This commit is contained in:
AdyenAutomationBot
2024-06-18 12:03:07 +00:00
committed by github-actions[bot]
parent 538f97bd67
commit f395499e11

View File

@@ -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": [
]