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.
Request Body
{"details"=>{"threeDSResult"=>"eyJ0cmFuc1N0YXR1cyI6IlkifQ=="}}
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"}