πŸš€ Now Available: Remittance Card Acquiring

Banking Infrastructure for Specialist Verticals

API-first payment rails for remittance and FX businesses. Regulated fiat payouts, FPS/SEPA settlement, KYC/AML and compliance β€” all through one integration. Card acquiring is provided with our authorised acquiring partners.

Request API Access Explore Products
Products

Everything You Need to Accept Payments

Modular infrastructure β€” use what you need, skip what you don't.

πŸ’³

Card Acquiring

Accept Visa, Mastercard, and Amex for remittance and money transfer (MCC 6012).

  • 3D Secure 2.2 with liability shift
  • GBP, EUR, USD settlement
  • T+1 FPS settlement (GBP)
  • Specialist MCC expertise
🏦

Payout Rails

Send money to beneficiaries via FPS, SEPA, and SWIFT.

  • Faster Payments (UK) β€” instant
  • SEPA Credit Transfer β€” T+1
  • SEPA Instant β€” 10 seconds
  • SWIFT β€” global reach
πŸ”

KYC & Compliance

Onboard customers and stay compliant with built-in verification.

  • Identity verification (KYC)
  • Business verification (KYB)
  • Real-time AML screening
  • PEP & sanctions checks
πŸ“Š

Multi-Currency Ledger

Track balances, transactions, and settlements in real-time.

  • Double-entry accounting
  • Multi-currency support
  • Real-time balance queries
  • Webhook notifications
⚑

Instant Notifications

Real-time webhooks for every event in your payment flow.

  • Payment status updates
  • Settlement confirmations
  • Compliance alerts
  • HMAC-signed payloads
Pricing

Simple, Transparent Pricing

No hidden fees. Volume discounts available.

Startup
Β£2,500/month
For new operators processing up to Β£500k/month
  • Card acquiring (1.20% + Β£0.10)
  • FPS payouts (Β£0.30/tx)
  • SEPA payouts (€0.50/tx)
  • KYC checks (Β£2.00/check)
  • 100 API calls/minute
  • Email support
Get Started
Enterprise
Custom
For large operators processing Β£5m+/month
  • Interchange++ pricing
  • Volume-based payout rates
  • Dedicated account manager
  • Custom SLA
  • Unlimited API calls
  • On-premise option
Contact Sales

Card Acquiring Rates (Remittance MCC 6012)

Card Type GBP EUR USD
Visa/MC Debit 0.95% + Β£0.08 0.80% + €0.08 1.20% + $0.12
Visa/MC Credit 1.80% + Β£0.08 1.50% + €0.08 2.20% + $0.12
Amex 2.40% + Β£0.08 2.20% + €0.08 2.70% + $0.12

* Growth tier rates shown. 3D Secure mandatory. Rolling reserve applies.

Developer Experience

Built for Developers

RESTful APIs, SDKs, and comprehensive documentation.

One Integration, All Services

Connect once to our BaaS API and access card acquiring, payouts, KYC, and compliance through a unified interface.

  • βœ“ OpenAPI 3.1 specification
  • βœ“ Node.js & Python SDKs
  • βœ“ Sandbox environment
  • βœ“ Idempotency keys
  • βœ“ Webhook signatures
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ Your Application β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚ HTTPS β–Ό β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ Currency Clear BaaS API β”‚ β”‚ api.currencyclear.com β”‚ β”œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€ β”‚ β€’ Partner Auth (API Keys) β”‚ β”‚ β€’ Rate Limiting β”‚ β”‚ β€’ Request Logging β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”Œβ”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β” β–Ό β–Ό β–Ό β”Œβ”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β” β”Œβ”€β”€β”€β”€β”€β”€β” β”‚Cards β”‚ β”‚Payoutβ”‚ β”‚ KYC β”‚ β”‚Card β”‚ β”‚ FPS β”‚ β”‚ AML β”‚ β”‚Acqng β”‚ β”‚ SEPA β”‚ β”‚Screenβ”‚ β””β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”˜ β””β”€β”€β”€β”€β”€β”€β”˜
// Create a payment
POST /v1/payments
X-API-Key: bnk2_live_xxxxxxxxxxxxxxxx
Idempotency-Key: unique-request-id

{
  "amount": 15000,           // Β£150.00 in pence
  "currency": "GBP",
  "mcc": "6012",              // Money transfer
  "card": {
    "number": "4111111111111111",
    "expiry": "1225",
    "cvv": "123"
  },
  "billing": {
    "name": "John Smith",
    "email": "[email protected]",
    "country": "GB"
  }
}

Ready to Get Started?

Join the remittance operators already using Currency Clear.

Request API Access