Adyen Recurringservice V68
Connector for the adyen-recurringservice-v68 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://pal-test.adyen.com/pal/servlet/Recurring/v68 - Auth:
header:X-API-Key(pass your key via theapiKeyinput)
Operations
post_disable— POST /disable — Disable stored payment detailspost_listrecurringdetails— POST /listRecurringDetails — Get stored payment detailspost_notifyshopper— POST /notifyShopper — Ask issuer to notify the shopperpost_scheduleaccountupdater— POST /scheduleAccountUpdater — Schedule running the Account Updater
Inputs
apiKey— your adyen-recurringservice-v68 API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: post_disable
apiKey: <your key>