Adyen Recurring API
The Adyen Recurring API provides operations to create and manage permits tied to recurring contracts, disable stored payment details or permits, retrieve saved recurring payment details, request shopper notifications from the issuer, and schedule execution of the Account Updater service.
Latency
1813ms p95
Uptime
100.0% 30d
Playground
Verified
live
Endpoints
/createPermit
Create new permits linked to a recurring contract.
/disable
Disable stored payment details
/disablePermit
Disable an existing permit.
/listRecurringDetails
Get stored payment details
/notifyShopper
Ask issuer to notify the shopper
/scheduleAccountUpdater
Schedule running the Account Updater
6 endpoints auto-detected
Authentication
This API uses an API key, passed in the "X-API-Key" header. No OAuth required.
curl -X POST \ "https://pal-test.adyen.com/pal/servlet/Recurring/v68/createPermit" \ -H "X-API-Key: YOUR_API_KEY"
pal-test.adyen.com · HTTPS only