Crezaro

Everything you need to move money

From collecting payments to disbursing funds, Crezaro gives you the tools to build world-class financial products.

Payments

Accept cards (Visa, Mastercard, Verve), bank transfers, USSD, mobile money, Apple Pay, and Google Pay through a single API integration. Support for 3D Secure 2.0, tokenization, and smart routing ensures maximum conversion rates.

Payments Preview

Payouts

Disburse funds to bank accounts across Africa, Europe, and North America. Bulk payouts, scheduled transfers, and real-time settlement tracking. Supports NIP (Nigeria), ACH (US), BACS (UK), and EFT (Canada).

Payouts Preview

Subscriptions

Build recurring revenue with flexible billing plans. Support for trial periods, prorations, metered billing, and automatic retries. Dunning management handles failed payments intelligently.

Subscriptions Preview

Invoicing

Create and send professional invoices with built-in payment links. Automatic reminders, partial payments, tax calculations, and multi-currency support. Customers pay with one click.

Invoicing Preview

Virtual Accounts

Generate dedicated virtual account numbers for each customer. Automatic reconciliation when funds arrive. Perfect for marketplaces, lending platforms, and any business that needs to track incoming payments per customer.

Virtual Accounts Preview

Multi-Currency

Hold, convert, and settle in NGN, USD, GBP, EUR, CAD, GHS, KES, ZAR, and more. Real-time FX rates, locked-rate invoicing, and automatic currency conversion at competitive spreads.

Multi-Currency Preview

Agent Banking

Build a distributed network of collection and payout agents. Real-time float management, commission tracking, hierarchical agent structures, and mobile-first agent portal with cash-in/cash-out workflows.

Agent Banking Preview

POS Terminals

Manage point-of-sale terminals remotely. Assign terminals to agents or merchants, track transactions in real time, push firmware updates, and monitor terminal health from your dashboard.

POS Terminals Preview

White-Label

Launch your own branded payment platform powered by Crezaro. Custom domains, branding, checkout pages, and merchant dashboards. Your brand, our infrastructure. Available on Enterprise plans.

White-Label Preview

Fraud Detection

AI-powered fraud scoring on every transaction. Rule engine for custom fraud policies, velocity checks, device fingerprinting, IP intelligence, and real-time alerts. Reduce chargebacks by up to 80%.

Fraud Detection Preview

KYC & AML

Verify customer identities with BVN, NIN, passport, and document checks. Sanctions screening against OFAC, EU, and UN lists. Ongoing AML monitoring, PEP checks, and automated compliance workflows.

KYC & AML Preview

Analytics

Real-time dashboards with transaction volumes, revenue trends, conversion rates, and settlement tracking. Export reports, set up scheduled email reports, and build custom views with our analytics API.

Analytics Preview

API-first by design

Every feature on the Crezaro platform is available through our RESTful API. Clean, consistent endpoints with comprehensive documentation, SDKs for popular languages, and webhook notifications for real-time updates.

  • RESTful API with JSON responses
  • SDKs for PHP, Node.js, Python, Go, Ruby, Java
  • Idempotency keys for safe retries
  • Webhook signatures with HMAC-SHA256
Read the Docs
cURL
curl -X POST https://api.crezaro.com/v1/transactions \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "amount": 500000,
    "currency": "NGN",
    "customer": {
      "email": "[email protected]"
    },
    "metadata": {
      "order_id": "ORD-12345"
    }
  }'

Ready to build?

Create your free account and start integrating in minutes. Your first test transaction is one API call away.