XAF and XOF deposit

Our API supports deposits in West African CFA franc (XOF) and Central African CFA franc (XAF).

Supported Deposit Flows

You can create a deposit in one of two ways:

Via Mobile money:

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 into Pool account

Flow:

  1. Create a deposit request by calling the initiate direct deposit endpoint, passing the currency and amount.
  2. Receive the deposit reference and pool account details from the response.