Webhooks are server callbacks to your server from OQPay. Webhooks are event-based and are sent when specific events related to the transaction happen.
We support webhooks in both encoded and JSON formats.
It notifies that the transfer request was received, but has been rejected due to some reason.
{ "utr": "XXXXXXXXXX", "amount": 400, "ref_id": "REF-OQP101XXXXXXX", "status": "SUCCESS", "txn_id": "TPAYXXXXXXXXXXXXXXX", "message": "SUCCESS", "payeeVpa": "vegaaH.GRXXXX@kotak", "timestamp": "2026-03-02T08:01:33.439Z" }
{ "status": "1", "message": "Transaction completed successfully" }
Did this page help you? Yes No