Skip to main content

3. PayIn

Endpoints

PageDescription
Create PayInCreate an EPT VND p2p payment-page PayIn.
Get PayIn StatusRead the current PayIn status by external_id.
PayIn Webhook DeliveryReceive PayIn status updates.

Flow

  1. Create a PayIn with POST /api/v1/payins and the EPT VND paymentData fields.
  2. Redirect the payer to the returned root payment_page_url.
  3. Receive status changes through the configured webhook.
  4. Use Get PayIn Status for reconciliation or manual checks.