Skip to main content

2. PayOut

Endpoints

PageDescription
Create PayOutCreate a single INR payout with Trusted or FTD routing.
Get PayOut StatusRead current payout status by external_id.
PayOut Webhook DeliveryReceive payout status updates.

Flow

  1. Create a payout with POST /api/v1/payouts.
  2. Use the paymentData contract that matches the shop routing and integration scheme.
  3. Receive status changes through webhook delivery.
  4. Use Get PayOut Status for reconciliation or manual checks.