Skip to main content

3. PayIn

Endpoints

PageDescription
Create PayInCreate a single BDT payin and receive a payment link.
Get PayIn StatusRead current payin status by external_id.
PayIn Webhook DeliveryReceive payin status updates.

Flow

  1. Create a payin with POST /api/v1/payins.
  2. Send the returned paymentData.payment_link to the customer.
  3. Receive status changes through webhook delivery.
  4. Use Get PayIn Status for reconciliation or manual checks.