Collection
Payin Webhook
Payin Webhook is a payment gateway that allows you to accept payments from your customers. It is a payment gateway that allows you to accept payments from your customers. It is a payment gateway that allows you to accept payments from your customers.
- Webhook URL - https://youdomain.com - pass in order create api
- Webhook method should be GET method
- Webhook response parameter explained below.
Header
| Name | Type | Condition | Possible |
|---|---|---|---|
| statuscode | string | All Time | TXN |
| message | string | All Time | Transaction Response Message |
| status | string | In Case TXN/TUP | success/failed |
| txnid | string | In Case TXN | Upi Collection reference id |
| amount | string | In Case TXN | collection amount |
| utr | string | In Case TXN | Bank Utr |
| payment_mode | string | In Case TXN | Payment Mode |
| payinid | string | In Case TXN | Payid |
