Adyen Paymentsappservice V1
Adyen Payments App Service is an API for building or managing payment application functionality connected to Adyen.
- Base URL:
https://management-live.adyen.com/v1 - Auth:
header:X-API-Key(pass your key via theapiKeyinput)
Operations
get_merchants_merchantid_paymentsapps— GET /merchants/{merchantId}/paymentsApps — Get a list of Payments Apps - merchant levelget_merchants_merchantid_stores_storeid_payments— GET /merchants/{merchantId}/stores/{storeId}/paymentsApps — Get a list of Payments Apps - store levelpost_merchants_merchantid_generatepaymentsappboa— POST /merchants/{merchantId}/generatePaymentsAppBoardingToken — Create a boarding token - merchant levelpost_merchants_merchantid_stores_storeid_generat— POST /merchants/{merchantId}/stores/{storeId}/generatePaymentsAppBoardingToken — Create a boarding token - store levelpost_merchants_merchantid_paymentsapps_installat— POST /merchants/{merchantId}/paymentsApps/{installationId}/revoke — Revoke Payments App instance authentication
Inputs
apiKey— your adyen-paymentsappservice-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_merchants_merchantid_paymentsapps
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_merchants_merchantid_paymentsapps, get_merchants_merchantid_stores_storeid_payments, post_merchants_merchantid_generatepaymentsappboa, post_merchants_merchantid_stores_storeid_generat, post_merchants_merchantid_paymentsapps_installat |
installationId |
string | no | — | Path parameter installationId (required by some operations). |
merchantId |
string | no | — | Path parameter merchantId (required by some operations). |
storeId |
string | no | — | Path parameter storeId (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |
body |
string | no | — | Request body as a JSON object string (for create/update operations). |