3D Secure Webhooks

Pending Transaction

{
    "success": true,
    "state": "PENDING",
    "trxID": "000000",
    "details": {
        "amount": 10.00,
        "currency": "USD",
        "clientReferenceID": "johndoe123xyz-test",
        "3D": true,
        "3DSecureURL": "https://<payment-url>"
    },
    "time": "2023-00-00T00:00:00.000Z"
}

Transaction notifications for 3D Secure transactions are issued once a client accesses the 3DSecureURL.

Approved Transaction

{
    "success": true,
    "state": "APPROVED",
    "trxID": "000000",
    "details": {
        "amount": 10.00,
        "currency": "USD",
        "clientReferenceID": "johndoe123xyz-test",
    },
    "time": "2023-00-00T00:00:00.000Z"
}

Refused Transaction