Adyen Stored Value API
A set of API endpoints to manage stored value products.
Latency
Not monitored yet
Uptime
Not monitored yet
Playground
Verified
live
Endpoints
/changeStatus
Changes the status of the payment method.
/checkBalance
Checks the balance.
/issue
Issues a new card.
/load
Loads the payment method.
/mergeBalance
Merge the balance of two cards.
/voidTransaction
Voids a transaction.
6 endpoints auto-detected
Authentication
This API uses an API key, passed in the "X-API-Key" header. No OAuth required.
curl -X POST \ "https://pal-test.adyen.com/pal/servlet/StoredValue/v46/changeStatus" \ -H "X-API-Key: YOUR_API_KEY"
pal-test.adyen.com · HTTPS only