diff --git a/postman/RecurringService-v68.json b/postman/RecurringService-v68.json index b45d5b4..a59faa8 100644 --- a/postman/RecurringService-v68.json +++ b/postman/RecurringService-v68.json @@ -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\": \"\",\n \"merchantAccount\": \"\",\n \"request\": \"\",\n \"shopperReference\": \"\",\n \"storedPaymentMethodId\": \"\"\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": [ ]