APIHub
Back to Explore

Adyen Stored Value API

A set of API endpoints to manage stored value products.

Payment
apiKeyHeader
HTTPS
CORS: Unknown
Visit official documentation

Latency

Not monitored yet

Uptime

Not monitored yet

Playground

Verified

live

Endpoints

REST · JSON
POST

/changeStatus

Changes the status of the payment method.

POST

/checkBalance

Checks the balance.

POST

/issue

Issues a new card.

POST

/load

Loads the payment method.

POST

/mergeBalance

Merge the balance of two cards.

POST

/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