adyen.com

The Configuration API enables you to create a platform where you can onboard your users as account holders and create balance accounts, cards, and business accounts. Authentication Your Adyen contact will provide your API credential and an API key. To connect to the API, add an X-API-Key heade

🔑 apikey 31 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 all available grant offers
curl \
  -H "X-API-Key: $API_KEY" \
  https://balanceplatform-api-test.adyen.com/bcl/v2/grantOffers
Get a grant account
curl \
  -H "X-API-Key: $API_KEY" \
  https://balanceplatform-api-test.adyen.com/bcl/v2/grantAccounts/{id}
Get an account holder
curl \
  -H "X-API-Key: $API_KEY" \
  https://balanceplatform-api-test.adyen.com/bcl/v2/accountHolders/{id}
Endpoints (31 total)
GET
/grantOffers
Get all available grant offers
GET
/grantAccounts/{id}
Get a grant account
GET
/accountHolders/{id}
Get an account holder
GET
/balanceAccounts/{id}
Get a balance account
GET
/balancePlatforms/{id}
Get a balance platform
GET
/paymentInstruments/{id}
Get a payment instrument
GET
/grantOffers/{grantOfferId}
Get a grant offer
GET
/paymentInstrumentGroups/{id}
Get a payment instrument group
GET
/paymentInstruments/{id}/reveal
Get the PAN of a payment instrument
GET
/accountHolders/{id}/balanceAccounts
Get all balance accounts of an account holder
GET
/balancePlatforms/{id}/accountHolders
Get all account holders under a balance platform
GET
/transactionRules/{transactionRuleId}
Get a transaction rule
At a glance
Total SDKs5
Languages5
Endpoints31
Authapikey
Categories1
https://balanceplatform-api-test.adyen.com/bcl/v2