Logo
Adyen API Documentation

Creates a payment authorisation.

POST {{baseUrl}}/authorise

Creates a payment with a unique reference (pspReference) and attempts to obtain an authorisation hold. For cards, this amount can be captured or cancelled later. Non-card payment methods typically don't support this and will automatically capture as part of the authorisation.

For more information, refer to Classic integration.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X POST 'https://pal-test.adyen.com/pal/servlet/Payment/v51/authorise'

ENDPOINTS