Adyen Paymentsappservice V1
Connector for the adyen-paymentsappservice-v1 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- 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>