Skip to main content

2. PayOut

Endpoints

PageDescription
Create PayOutCreate a single BDT payout.
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. Store the returned operation id and merchant external_id.
  3. Receive status changes through webhook delivery.
  4. Use Get PayOut Status for reconciliation or manual checks.