Adyen A2Apaymentsservice V1
Adyen A2A Payments Service is an API for initiating and managing account-to-account bank payments through Adyen.
- Base URL:
https://balanceplatform-api-test.adyen.com/a2aissuer-api/v1 - Auth:
header:X-API-Key(pass your key via theapiKeyinput)
Operations
post_ideal_profile_auth_link— POST /ideal/profile/auth-link — Manage an iDEAL profilepost_ideal_profile_authenticate— POST /ideal/profile/authenticate — Authenticate iDEAL profilepost_ideal_profile_register— POST /ideal/profile/register — Register an iDEAL profilepost_payments_cancel— POST /payments/cancel — Cancel paymentpost_payments_confirm— POST /payments/confirm — Confirm paymentpost_payments_details— POST /payments/details — Retrieve payment details
Inputs
apiKey— your adyen-a2apaymentsservice-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: post_ideal_profile_auth_link
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: post_ideal_profile_auth_link, post_ideal_profile_authenticate, post_ideal_profile_register, post_payments_cancel, post_payments_confirm, post_payments_details |
body |
string | no | — | Request body as a JSON object string (for create/update operations). |
query |
string | no | — | Query-string parameters as a JSON object string, e.g. {"limit": 50}. Parsed and url-encoded onto the request. |