Table of contents

Scale UPI Callback

Collection and refund status callbacks of Scale UPI APIs will be notified via this webhook.

To configure, log on to your Bulkpe Web App -> Settings -> Webhooks -> UPI.

Setup Webhook (callback) URL
Setup Webhook (callback) URL
{ "status": true, "statusCode": 200, "data": { "transcation_id": "TEBPTR0016", "reference_id": "sathyaTest-1706550855", "order_id": "TEBPOD0015", "account_number": "9378738535", "ifsc": "UTIB0CCH274", "upi": "sathya@ybl", "amount": 6, "payment_mode": "UPI", "payment_remark": "", "statusDescription": "Collected Successfully", "status": "SUCCESS", //SUCCESS, FAILED, PENDING "utr": "242424242424", "holderName": "", "type": "Credit", "charge": 0, "gst": 0, "createdAt": "2024-01-29T17:54:41.849Z", "updatedAt": "2024-01-29T17:54:42.455Z" }, "message": "", "event": "DYNAMIC_UPI_COLLECTION" }
☝️
Transaction status handling
Please refer to this page for the list of statuses you will receive in "trx_status" field of debit webhooks.