Logo
Adyen APIs API Documentation

Schedule AccountUpdater with token data

POST {{baseUrl}}/scheduleAccountUpdater

When making the API call, you can submit either the credit card information, or the recurring detail reference and the shopper reference: * If the card information is provided, all the sub-fields for card are mandatory. * If the recurring detail reference is provided, the fields for shopperReference and selectedRecurringDetailReference are mandatory.

 

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/scheduleAccountUpdater' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"merchantAccount":"","reference":"$guid","shopperReference":"YOUR_SHOPPER_REFERENCE","selectedRecurringDetailReference":"8814232895168272"}'

ENDPOINTS