Logo
Adyen APIs API Documentation

Disable a recurring contract

POST {{baseUrl}}/disable

Disables stored payment details to stop charging a shopper with this particular recurring detail ID. For more information, refer to Disable stored details.

 

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/disable' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"shopperReference":"YOUR_SHOPPER_REFERENCE","recurringDetailReference":"8314442372419167","merchantAccount":""}'

ENDPOINTS