Adyen Transferservice V4
Connector for the adyen-transferservice-v4 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://balanceplatform-api-test.adyen.com/btl/v4 - Auth:
header:X-API-Key(pass your key via theapiKeyinput)
Operations
get_transactions— GET /transactions — Get all transactionsget_transactions_id— GET /transactions/{id} — Get a transactionget_transfers— GET /transfers — Get all transfersget_transfers_id— GET /transfers/{id} — Get a transferpost_transfers— POST /transfers — Transfer fundspost_transfers_approve— POST /transfers/approve — Approve initiated transfers
Inputs
apiKey— your adyen-transferservice-v4 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: get_transactions
apiKey: <your key>