Submit 3D Secure 2 authentication result
POST {{baseUrl}}/payments/details
Submits details for a payment created using /payments
. This step is only needed when no final state has been reached on the /payments
request, for example when the shopper was redirected to another page to complete the payment.
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
{
"resultCode": "Authorised",
"pspReference": "V4HZ4RBFJGXXGN82"
} |
ENDPOINTS