2. PayOut
Endpoints
| Page | Description |
|---|---|
| Create PayOut | Create an EPT VND p2p payout. |
| Get PayOut Status | Read the current payout status by external_id. |
| PayOut Webhook Delivery | Receive payout status updates. |
Flow
- Create a PayOut with
POST /api/v1/payoutsand EPT VND recipient fields. - Store the returned operation
idand merchantexternal_id. - Receive status changes through the configured webhook.
- Use Get PayOut Status for reconciliation or manual checks.