Adyen Capitalservice V1
Connector for the adyen-capitalservice-v1 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/capital/v1 - Auth:
header:X-API-Key(pass your key via theapiKeyinput)
Operations
get_dynamicoffers— GET /dynamicOffers — Get all available dynamic offersget_grantaccounts_id— GET /grantAccounts/{id} — Get the information of your grant accountget_grantoffers— GET /grantOffers — Get all available static offersget_grantoffers_id— GET /grantOffers/{id} — Get the details of a static offerget_grants— GET /grants — Get all the grants of an account holderget_grants_grantid— GET /grants/{grantId} — Get the details of a grant
Inputs
apiKey— your adyen-capitalservice-v1 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_dynamicoffers
apiKey: <your key>