Skip to main content

3. PayIn

Endpoints

PageDescription
Create PayInCreate a single INR payin with p2c Trusted/FTD or p2p payment-page routing.
Get PayIn StatusRead current payin status by external_id.
PayIn Webhook DeliveryReceive payin status updates.

Flow

  1. Create a payin with POST /api/v1/payins.
  2. Use the paymentData contract that matches the shop routing and integration scheme. INR p2p payment-page payins do not require request paymentData.
  3. Send the returned UPI/payment-page data to the customer.
  4. Use webhooks and Get PayIn Status for reconciliation.