adyen.com

A set of API endpoints to manage stored value products.

🔑 apikey 6 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
Loads the payment method.
curl \
  -H "X-API-Key: $API_KEY" \
  https://pal-test.adyen.com/pal/servlet/StoredValue/v46/load
Issues a new card.
curl \
  -H "X-API-Key: $API_KEY" \
  https://pal-test.adyen.com/pal/servlet/StoredValue/v46/issue
Endpoints (6 total)
POST
/load
Loads the payment method.
POST
/issue
Issues a new card.
POST
/changeStatus
Changes the status of the payment method.
POST
/checkBalance
Checks the balance.
POST
/mergeBalance
Merge the balance of two cards.
POST
/voidTransaction
Voids a transaction.
At a glance
Total SDKs5
Languages5
Endpoints6
Authapikey
Categories1
https://pal-test.adyen.com/pal/servlet/StoredValue/v46