Adyen Payoutservice V68
Connector for the adyen-payoutservice-v68 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://pal-test.adyen.com/pal/servlet/Payout/v68 - Auth:
header:X-API-Key(pass your key via theapiKeyinput)
Operations
post_confirmthirdparty— POST /confirmThirdParty — Confirm a payoutpost_declinethirdparty— POST /declineThirdParty — Cancel a payoutpost_payout— POST /payout — Make an instant card payoutpost_storedetail— POST /storeDetail — Store payout detailspost_storedetailandsubmitthirdparty— POST /storeDetailAndSubmitThirdParty — Store details and submit a payoutpost_submitthirdparty— POST /submitThirdParty — Submit a payout
Inputs
apiKey— your adyen-payoutservice-v68 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_confirmthirdparty
apiKey: <your key>