One API to accept payments, manage subscriptions, verify identities, and orchestrate payouts across multiple currencies.
Trusted by businesses building the future
Accept payments, send payouts, verify identities, and manage subscriptions. All from a single integration that scales with you.
Accept cards, bank transfers, mobile money, and USSD across multiple currencies. Smart routing optimises every transaction for the highest success rate.
Invoices, subscriptions, and payment links. Sell from anywhere with zero code.
Learn moreBVN, NIN, passport, and document verification for seamless customer onboarding.
Learn moreRESTful APIs, SDKs in every major language, webhooks, and a full sandbox.
Read the docsMulti-currency wallets, instant payouts, and automated settlement to any bank.
Learn morePurpose-built for businesses that operate across borders and need infrastructure that doesn't just work, it scales.
Launch multiple brands with separate dashboards, API keys, and settlement accounts. Full white-label capabilities from day one.
Intelligent routing across providers with automatic failover. Every transaction takes the optimal path for cost and success rate.
Purpose-built verification for emerging and established markets. BVN, NIN, and international passports from one unified API.
From solo creators accepting their first donation to enterprise platforms processing millions. Crezaro grows with you.
Every feature is an API before it is a UI. Clean, RESTful endpoints with consistent response formats, idempotency keys, and comprehensive webhooks.
# Initialize a payment
curl https://api.crezaro.com/v1/payments/initialize \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-H "Idempotency-Key: txn_01HYX..." \
-d '{
"amount": 150000,
"currency": "NGN",
"email": "[email protected]",
"metadata": {
"order_id": "ORD-2026-001"
}
}'
{
"status": "success",
"data": {
"id": "pay_01HYX8N3K...",
"authorization_url": "https://checkout.crezaro.com/...",
"access_code": "CZR_ac_x7k9m...",
"amount": 150000,
"currency": "NGN"
}
}
Enterprise-grade security and compliance baked into every layer, not bolted on after the fact.
Create your free account in minutes. No setup fees, no monthly minimums. Your first integration can go live today.