Logo
Adyen APIs API Documentation

Disable an existing permit.

POST {{baseUrl}}/disablePermit

Disable a permit that was previously linked to a recurringDetailReference.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status





Curl
curl -X POST 'https://pal-test.adyen.com/pal/servlet/Recurring/v68/disablePermit' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"merchantAccount":"\u003cstring\u003e","token":"\u003cstring\u003e"}'

ENDPOINTS