Logo
Adyen API Documentation

Creates a payment session.

POST {{baseUrl}}/paymentSession

Provides the data object that can be used to start the Checkout SDK. To set up the payment, pass its amount, currency, and other required parameters. We use this to optimise the payment flow and perform better risk assessment of the transaction.

For more information, refer to How it works.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X POST 'https://checkout-test.adyen.com/v51/paymentSession'

ENDPOINTS