XOF and XAF deposit

Supported Deposit Flows

You can create a deposit in one of two ways:

  • Via Payment Intent:

Flow:

  1. Create a payment_intent with currency set to XOF or XAF.
  2. Call the deposit-with-payment-intent endpoint, passing the payment_intent_id and funding details.
  3. The deposit status will update the linked payment intent as funds are received.
  • Direct deposit initiation

Flow:

  1. Call the create customer deposit endpoint with the desired amount, currency (XOF or XAF), and funding source.
  2. Optionally attach metadata for internal tracking.
  3. The deposit is processed independently from any payment intent.