Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.yabetoopay.com/llms.txt

Use this file to discover all available pages before exploring further.

The Yabetoo API currently supports the CFA Franc (XAF) for processing payments in Central Africa.

Supported Currency

CurrencyCodeRegionDescription
CFA FrancXAFCentral AfricaCurrency for CEMAC countries

Specifying Currency

Include the currency parameter when creating a payment intent:
curl -X POST https://pay.sandbox.yabetoopay.com/v1/payment-intents \
  -H "Authorization: Bearer sk_test_XXXXXXXXXXXXXXXXXXXXXXXX" \
  -H "Content-Type: application/json" \
  -d '{
    "amount": 5000,
    "currency": "xaf"
  }'

SDK Examples

// Create a payment intent
const paymentIntent = await yabetoo.paymentIntents.create({
  amount: 5000,
  currency: 'xaf'
});

Amount Format

Amounts are specified in Francs (the smallest unit):
CurrencyUnitExample
XAFFranc5000 = 5,000 XAF
For questions about currency support, contact our support team at support@yabetoopay.com