Skip to main content

3. PayIn

Endpoints

PageDescription
Create PayInCreate a single BOB payin with p2c/p2p H2H or payment-page routing.
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. Use the contract that matches the shop method and integration scheme. BOB payins accept optional request paymentData for dynamic shop parameters such as holder.
  3. For Payment Page shops, send the returned payment_page_url to the customer.
  4. For H2H shops, use the returned paymentData bank/payment details to complete the payment flow.
  5. Use webhooks and Get PayIn Status for reconciliation.