Supported Deposit Flows
You can create a deposit in one of two ways:
- Via Payment Intent:
Flow:
- Create a payment_intent with currency set to XOF or XAF.
- Call the deposit-with-payment-intent endpoint, passing the payment_intent_id and funding details.
- The deposit status will update the linked payment intent as funds are received.
- Direct deposit initiation
Flow:
- Call the create customer deposit endpoint with the desired amount, currency (XOF or XAF), and funding source.
- Optionally attach metadata for internal tracking.
- The deposit is processed independently from any payment intent.