Adyen Accountservice V6
Connector for the adyen-accountservice-v6 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://cal-test.adyen.com/cal/services/Account/v6 - Auth:
header:X-API-Key(pass your key via theapiKeyinput)
Operations
post_checkaccountholder— POST /checkAccountHolder — Trigger verificationpost_closeaccount— POST /closeAccount — Close an accountpost_closeaccountholder— POST /closeAccountHolder — Close an account holderpost_closestores— POST /closeStores — Close storespost_createaccount— POST /createAccount — Create an accountpost_createaccountholder— POST /createAccountHolder — Create an account holder
Inputs
apiKey— your adyen-accountservice-v6 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_checkaccountholder
apiKey: <your key>