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.
From sign-up to live payments in minutes. No lengthy approvals, no complex setup.
Sign up for free, verify your business, and get instant access to sandbox keys. No credit card required to start testing.
One API call to accept your first payment. Use our SDKs for PHP, Node.js, Python, or Go. Comprehensive docs guide you every step of the way.
Switch your API key from sandbox to live, complete KYB verification, and start processing real payments. Settlement to your bank within 24 hours.
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": "customer@example.com",
"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.