Webhook Notification
Webhook notifications for Connected Banking virtual account transactions.
Last updated: 2026-02-21
Webhook Notification
Paywize sends payment status updates to your webhook URL when payment status changes.
Request Body
{
"success": true,
"message": "success",
"data": "U2FsdGVkX1+XYZ789.....encrypted_data_here"
}
Example Decrypted Webhook Data
{
"transaction_id": "CHDE200126000001",
"sender_id": "CHDE200126000001",
"amount": "100.00",
"paymentMode": "IMPS",
"status": "Success",
"beneficiary_name": "Jane Doe",
"beneficiary_ifsc": "HDFC0123456",
"beneficiary_acc_number": "123456789012",
"utr_number": "098765432143",
"remarks": "vendor payment",
"created_at": "21 Jan 2026 03:23:02 PM",
"scheduled_at": null
}