Adyen Recurring API
Number of APIs: 3
The Recurring APIs allow you to manage and remove your tokens or saved payment details. Tokens should be created with validation during a payment request.
For more information, refer to our Tokenization documentation.
Authentication
To connect to the Recurring API, you must use your basic authentication credentials. For this, create your web service user, as described in How to get the WS user password. Then use its credentials to authenticate your request, for example:
curl
-U "ws@Company.YourCompany":"YourWsPassword" \
-H "Content-Type: application/json" \
...
Note that when going live, you need to generate new web service user credentials to access the live endpoints.
Versioning
Recurring API supports versioning of its endpoints through a version suffix in the endpoint URL
Contact Support: Name: No Contact Email: email@example.com
-
Disables stored payment details. POST {{baseUrl}}/disable
-
Retrieves stored payment details for a shopper. POST {{baseUrl}}/listRecurringDetails
-
Schedules running of the Account Updater. POST {{baseUrl}}/scheduleAccountUpdater