Webhooks are server callbacks to your server from FivePay. Webhooks are event-based and are sent when specific events related to the transaction success.
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": "XXXXXXX86764", "amount": 500, "ref_id": "FVPXXXXV3499180", "status": "paid", "txn_id": "64XX34120770", "message": "Payment Successful", "payeeVpa": "vegaaH.GRXXXX@kotak", "timestamp": "2026-03-27 13:32:27" }
{ "status": "1", "message": "Transaction completed successfully" }
Note: We do not send response for failed or pending transaction, if no response means its failed or pending transaction
Did this page help you? Yes No