Adyen Capitalservice V1
Adyen Capital Service is an API for offering, managing, and tracking business financing products through Adyen.
- 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>
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
apiKey |
string | yes | — | DEPRECATED — bind an API Key credential to the task with credentialName instead. A key pasted here is stored in the workflow definition in clear and appears in every export of it. Still honoured for workflows built before the change. |
operation |
string | yes | — | One of: get_dynamicoffers, get_grantaccounts_id, get_grantoffers, get_grantoffers_id, get_grants, get_grants_grantid |
grantId |
string | no | — | Path parameter grantId (required by some operations). |
id |
string | no | — | Path parameter id (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |