Skip to main content

2. PayOut

Endpoints

PageDescription
Create PayOutCreate an EPT VND p2p payout.
Get PayOut StatusRead the current payout status by external_id.
PayOut Webhook DeliveryReceive payout status updates.

Flow

  1. Create a PayOut with POST /api/v1/payouts and EPT VND recipient fields.
  2. Store the returned operation id and merchant external_id.
  3. Receive status changes through the configured webhook.
  4. Use Get PayOut Status for reconciliation or manual checks.