Logo
Adyen APIs API Documentation

Verify payment results

POST {{baseUrl}}/payments/result

Verifies the payment result using the payload returned from the Checkout SDK. For more information, refer to How it works.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string
Idempotency-Key
null A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).




RESPONSES

status OK

{ "pspReference": "V4HZ4RBFJGXXGN82", "merchantReference": "Your order number", "shopperLocale": "nl_NL" }



Curl
curl -X POST 'https://checkout-test.adyen.com/v71/payments/result' -H 'Content-Type: application/json' -H 'Accept: application/json' -H 'Idempotency-Key: ' -d '{"payload":"VALUE_YOU_GET_FROM_CHECKOUT_SDK"}'

ENDPOINTS