3. PayIn
Endpoints
| Page | Description |
|---|---|
| Create PayIn | Create a single INR payin with p2c Trusted/FTD or p2p payment-page routing. |
| Get PayIn Status | Read current payin status by external_id. |
| PayIn Webhook Delivery | Receive payin status updates. |
Flow
- Create a payin with
POST /api/v1/payins. - Use the
paymentDatacontract that matches the shop routing and integration scheme. INR p2p payment-page payins do not require requestpaymentData. - Send the returned UPI/payment-page data to the customer.
- Use webhooks and Get PayIn Status for reconciliation.