Send crypto.Get paid in Africa.
Clova Pay Africa converts stablecoins into local currency and lands the money directly in a bank account or mobile wallet — automatically. Nigeria, Kenya, Ghana and Uganda, with more corridors coming.
Three stablecoin rails
cUSD on Celo, USDC on Base, USDCx on Stacks. Send from wherever you hold.
Local settlement, four currencies
NGN, KES, GHS and UGX — straight to bank accounts and mobile money wallets.
Agent-native API
Built on x402 — AI agents can call and pay per request programmatically, no dashboard needed.
How it works
Four steps from stablecoin to bank account. The whole thing is automated — you just call the API.
Get a quote
POST /v1/quotes with your asset, amount and destination currency. Get back the local rate, fee breakdown, and expiry.
Create an order
POST /v1/orders with recipient bank details. We return a Paycrest deposit address unique to your order.
Send crypto
Send exactly the quoted amount to the deposit address. We verify the transaction on-chain automatically.
Cash lands locally
Once confirmed, local currency hits the recipient's bank account or mobile wallet. Webhook fires when settled.
Supported assets
Three stablecoin rails into NGN, KES, GHS and UGX. More corridors coming as we expand.
Transparent fees
Every quote includes a full breakdown before you commit a single token.
Rates are locked for 5 minutes after quoting. Orders expire after 30 minutes if no deposit is received.
Who it's for
If you hold crypto and need local African currency in a bank account or mobile wallet, Clova handles it.
Developers & AI agents
Integrate via REST API or x402 micropayments. Your agents can autonomously convert stables to fiat without a dashboard or manual approval step.
View API docsDeFi protocols
Pay contributors, grant recipients, or yield earners directly to African bank accounts from your on-chain treasury — no OTC desk needed.
See order flowBusinesses & freelancers
Get paid in stablecoins globally, convert at a transparent rate, land directly in your bank or M-Pesa wallet. No crypto exchange required.
Get startedBuilt for AI agents from day one
Every paid endpoint is gated via the x402 protocol (Thirdweb). An AI agent can discover the price, pay a micropayment on-chain, and call the API — no API key signup, no human in the loop.
- Pay-per-call: $0.001 per quote, $0.02 per payout order
- Owner bypass via OWNER_API_KEY for internal/admin calls
- Standard HTTP — any language, any framework, any agent runtime
# 1. Get a quote
curl -X POST https://clova-pay-africa-production.up.railway.app/v1/quotes \
-H "x-api-key: $OWNER_API_KEY" \
-d '{"asset":"USDC_BASE","amountCrypto":"100","destinationCurrency":"NGN"}'
# 2. Create an order
curl -X POST https://clova-pay-africa-production.up.railway.app/v1/orders \
-d '{
"asset": "USDC_BASE",
"amountCrypto": "100",
"recipient": {
"accountName": "John Doe",
"accountNumber": "0123456789",
"bankCode": "058"
}
}'
# 3. Send USDC to depositAddress from response
# 4. Naira hits bank account automatically ✓Crypto in. African fiat out.
Three stablecoin rails. One API. NGN, KES, GHS and UGX in bank accounts and mobile wallets — live now, more corridors shipping.