Now in public beta

One API.
Every payment provider.

Route charges across Stripe, PayPal, and more from a single unified API. Never be locked into one payment provider again.

Request

curl -X POST https://api.kriedysystems.net/v1/charges \
  -H "Authorization: Bearer sk_live_xxxx" \
  -H "Content-Type: application/json" \
  -d '{
    "amount": 2999,
    "currency": "usd",
    "source": "pm_card_visa",
    "description": "Pro plan — March 2026"
  }'

Response

{
  "id": "ch_01JKXYZ...",
  "object": "charge",
  "amount": 2999,
  "currency": "usd",
  "status": "succeeded",
  "provider": "stripe",
  "createdAt": "2026-03-09T12:00:00.000Z"
}

Smart routing

Automatically route to the best provider based on currency, region, and availability.

🔄

Automatic retries

Failed charges are retried with the next available provider — no revenue lost.

🔒

Secure by default

API keys are hashed with SHA-256. TLS enforced. Webhook signatures verified.

📊

Unified dashboard

All transactions, refunds, and API usage in one place — across every provider.

📋

Normalised webhooks

One webhook format regardless of provider. No per-provider parsing code.

🧪

Test & Live modes

Separate test and live API keys. Test against Stripe sandbox without touching prod.

Simple, transparent pricing

No hidden fees. No per-transaction cuts. Pay for requests, keep all your revenue.

Free

$0/mo

500 requests/mo

  • Stripe routing
  • Test & Live modes
  • Basic dashboard
  • Community support
Get started free

Starter

$49/mo

10,000 requests/mo

  • Everything in Free
  • PayPal routing
  • Webhooks
  • Email support
Start Starter
Most popular

Pro

$199/mo

100,000 requests/mo

  • Everything in Starter
  • Priority routing
  • Retry logic
  • Priority support
  • SLA 99.9%
Go Pro

Enterprise

Custom

Unlimited

  • Everything in Pro
  • Custom SLA
  • Dedicated infra
  • Slack support
  • Custom integrations
Contact us