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"
} |
ENDPOINTS