2. PayOut
Endpoints
| Page | Description |
|---|---|
| Create PayOut | Create a single INR payout with Trusted or FTD routing. |
| Get PayOut Status | Read current payout status by external_id. |
| PayOut Webhook Delivery | Receive payout status updates. |
Flow
- Create a payout with
POST /api/v1/payouts. - Use the
paymentDatacontract that matches the shop routing and integration scheme. - Receive status changes through webhook delivery.
- Use Get PayOut Status for reconciliation or manual checks.