Skip to main content
GET
/
pms
/
checkout
/
card-payment
/
simulate-3ds-callback
Simulate 3DS Callback (For Testing purposes only)
curl --request GET \
  --url http://sandbox.mintlify.com/pms/checkout/card-payment/simulate-3ds-callback/ \
  --header 'Authorization: Bearer <token>' \
  --header 'api-key: <api-key>'
{
  "status": true,
  "message": "<string>",
  "data": {
    "statusCode": "<string>",
    "message": "<string>",
    "data": {}
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

api-key
string
required

Your Payvessel public API key

Query Parameters

status
enum<string>
required

3DS authentication status (success/failed)

Available options:
success,
failed
transactionId
string
required

Transaction ID for 3DS authentication

Response

200 - application/json

3DS callback simulated successfully

status
boolean

3DS simulation status

message
string

Simulation result message

data
object