adyen.com

This API is used for the classic integration. If you are just starting your implementation, refer to our new integration guide instead. The Account API provides endpoints for managing account-related entities on your platform. These related entit

🔑 apikey 20 endpoints payment
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (5 total)

adyen-sdk-explorer ✓ Official
npm install adyen-sdk-explorer
# See https://github.com/Adyen/adyen-swift-public-api-diff
# See https://github.com/Adyen/adyen-authentication-ios
# See https://github.com/dmitry-blackwave/adyen-react-native
adyen-pos-mobile-ios ✓ Official
# See https://github.com/Adyen/adyen-pos-mobile-ios
curl examples
Get a tax form
curl \
  -H "X-API-Key: $API_KEY" \
  https://cal-test.adyen.com/cal/services/Account/v6/getTaxForm
Close stores
curl \
  -H "X-API-Key: $API_KEY" \
  https://cal-test.adyen.com/cal/services/Account/v6/closeStores
Endpoints (20 total)
POST
/getTaxForm
Get a tax form
POST
/closeStores
Close stores
POST
/closeAccount
Close an account
POST
/createAccount
Create an account
POST
/updateAccount
Update an account
POST
/uploadDocument
Upload a document
POST
/getAccountHolder
Get an account holder
POST
/deleteSignatories
Delete signatories
POST
/checkAccountHolder
Trigger verification
POST
/closeAccountHolder
Close an account holder
POST
/deleteBankAccounts
Delete bank accounts
POST
/deleteShareholders
Delete shareholders
At a glance
Total SDKs5
Languages5
Endpoints20
Authapikey
Categories1
https://cal-test.adyen.com/cal/services/Account/v6