Payment Verify

Get https://whitelabel.markets/demos/apex/api/v1/verify-payment/{external_reference}

Headers

Authorization* string

Pass your {api_key} as a bearer token in the request header to authorize this call

Path parameters

external_reference* string

Transaction reference used for creating checkout url

Response


{
    "message": "Payment session details",
    "status": "success",
    "data": {
        "external_reference": "401548481",
        "amount": "10000.00",
        "currency": "USD",
        "transaction_reference": "07204db2-0295-4a99-ba30-1203f0d20837",
        "status": "success",
        "mode": "live",
        "created_at": "2024-10-20T06:14:03.000000Z",
        "metadata": null
    }
}