Comment on page
Webhooks
Learn more about supported webhooks in invoicing and subscriptions
Webhooks are events that notify you about the payment status. All Payment integrations should establish a webhook to listen to transaction events, like status changes on payments. Webhooks are HTTP callbacks that receive notification messages for events.
Webhooks help you receive automatic updates and are significant for completing the integration with Swipez. Webhooks are triggered with a request from your side, for example, when a payment fails or success. Swipez notifies you once we get updates from the bank about the payment status.
Parameters | Description |
---|---|
transaction_id | Swipez transaction id |
reference_no | Reference number provided by Merchant |
status | Transaction status "success" or "failed" |
date | Transaction date time |
bank_ref_no | Bank reference number |
mode | Payment mode eg. Credit card, UPI |
amount | Transaction amount |
billing_name | Payee name |
billing_email | Payee email id |
billing_mobile | Payee mobile number |
billing_address | Payee address |
billing_city | Payee city |
billing_state | Payee state |
billing_postal_code | Payee pincode |
udf1 | Extra parameter provided by merchant |
udf2 | Extra parameter provided by merchant |
udf3 | Extra parameter provided by merchant |
udf4 | Extra parameter provided by merchant |
udf5 | Extra parameter provided by merchant |
Last modified 1yr ago