Adyen Paymentservice V68
Connector for the adyen-paymentservice-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/Payment/v68 - Auth:
header:X-API-Key(pass your key via theapiKeyinput)
Operations
post_adjustauthorisation— POST /adjustAuthorisation — Change the authorised amountpost_authorise— POST /authorise — Create an authorisationpost_authorise3d— POST /authorise3d — Complete a 3DS authorisationpost_authorise3ds2— POST /authorise3ds2 — Complete a 3DS2 authorisationpost_cancel— POST /cancel — Cancel an authorisationpost_cancelorrefund— POST /cancelOrRefund — Cancel or refund a payment
Inputs
apiKey— your adyen-paymentservice-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_adjustauthorisation
apiKey: <your key>