3. PayIn
Endpoints
| Page | Description |
|---|---|
| Create PayIn | Create a single BOB payin with p2c/p2p H2H or payment-page routing. |
| Get PayIn Status | Read current payin status by external_id. |
| PayIn Webhook Delivery | Receive payin status updates. |
Flow
- Create a payin with
POST /api/v1/payins. - Use the contract that matches the shop method and integration scheme. BOB payins accept optional request
paymentDatafor dynamic shop parameters such asholder. - For Payment Page shops, send the returned
payment_page_urlto the customer. - For H2H shops, use the returned
paymentDatabank/payment details to complete the payment flow. - Use webhooks and Get PayIn Status for reconciliation.