3. PayIn
Endpoints
| Page | Description |
|---|---|
| Create PayIn | Create an EPT VND p2p payment-page PayIn. |
| Get PayIn Status | Read the current PayIn status by external_id. |
| PayIn Webhook Delivery | Receive PayIn status updates. |
Flow
- Create a PayIn with
POST /api/v1/payinsand the EPT VNDpaymentDatafields. - Redirect the payer to the returned root
payment_page_url. - Receive status changes through the configured webhook.
- Use Get PayIn Status for reconciliation or manual checks.