Adyen Storedvalueservice V46
Connector for the adyen-storedvalueservice-v46 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://pal-test.adyen.com/pal/servlet/StoredValue/v46 - Auth:
header:X-API-Key(pass your key via theapiKeyinput)
Operations
post_changestatus— POST /changeStatus — Changes the status of the payment method.post_checkbalance— POST /checkBalance — Checks the balance.post_issue— POST /issue — Issues a new card.post_load— POST /load — Loads the payment method.post_mergebalance— POST /mergeBalance — Merge the balance of two cards.post_voidtransaction— POST /voidTransaction — Voids a transaction.
Inputs
apiKey— your adyen-storedvalueservice-v46 API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: post_changestatus
apiKey: <your key>