Adyen Payment API
A set of API endpoints that allow you to initiate, settle, and modify payments on the Adyen payments platform. You can use the API to accept card payments (including One-Click and 3D Secure), bank transfers, ewallets, and many other payment methods.
Latency
Not monitored yet
Uptime
Not monitored yet
Playground
Verified
live
Endpoints
/capture
Capture an authorisation
/donate
Create a donation
/refund
Refund a captured payment
/getAuthenticationResult
Get the 3DS authentication result
/cancelOrRefund
Cancel or refund a payment
/adjustAuthorisation
Change the authorised amount
/authorise
Create an authorisation
/authorise3d
Complete a 3DS authorisation
/authorise3ds2
Complete a 3DS2 authorisation
/cancel
Cancel an authorisation
/retrieve3ds2Result
Get the 3DS2 authentication result
/technicalCancel
Cancel an authorisation using your reference
/voidPendingRefund
Cancel an in-person refund
13 endpoints auto-detected
Authentication
This API uses an API key, passed in the "X-API-Key" header. No OAuth required.
curl -X POST \ "https://pal-test.adyen.com/pal/servlet/Payment/v68/capture" \ -H "X-API-Key: YOUR_API_KEY"
pal-test.adyen.com · HTTPS only