adyen.com

The Transfers API provides endpoints that you can use to get information about all your transactions, move funds within your balance platform or send funds from your balance platform to a transfer instrument. Au

🔑 apikey 3 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 transactions
curl \
  -H "X-API-Key: $API_KEY" \
  https://balanceplatform-api-test.adyen.com/btl/v3/transactions
Get a transaction
curl \
  -H "X-API-Key: $API_KEY" \
  https://balanceplatform-api-test.adyen.com/btl/v3/transactions/{id}
Endpoints (3 total)
GET
/transactions
Get all transactions
GET
/transactions/{id}
Get a transaction
POST
/transfers
Transfer funds
At a glance
Total SDKs5
Languages5
Endpoints3
Authapikey
Categories1
https://balanceplatform-api-test.adyen.com/btl/v3