Skip to content

Commit

Permalink
Update latest definitions files
Browse files Browse the repository at this point in the history
  • Loading branch information
AdyenAutomationBot authored and github-actions[bot] committed Jun 18, 2024
1 parent 538f97b commit f395499
Showing 1 changed file with 0 additions and 51 deletions.
51 changes: 0 additions & 51 deletions postman/RecurringService-v68.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
]
Expand Down

0 comments on commit f395499

Please sign in to comment.