APIHub
Back to Explore

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.

Payment
apiKeyHeader
HTTPS
CORS: Unknown
Description enriched
Visit official documentation

Latency

1813ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
POST

/createPermit

Create new permits linked to a recurring contract.

POST

/disable

Disable stored payment details

POST

/disablePermit

Disable an existing permit.

POST

/listRecurringDetails

Get stored payment details

POST

/notifyShopper

Ask issuer to notify the shopper

POST

/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