01Payment Gateway

Accept every card. Approve more of them.

Visa, Mastercard, Amex, Apple Pay, Google Pay and 175+ methods behind a single checkout — cascaded across 50+ acquirers so more of them clear.

175+Payment methods
50+Acquirers cascaded
38%More approvals
WordPress plugin

WooCommerce

Drop the free plugin into WordPress, paste your wallet, and a card-and-crypto checkout appears at the bottom of your cart.

  • One-click install
  • No API keys to start
  • Live the same day

Why Payment Gateway

Everything a high-risk merchant needs — and none of the onboarding legacy processors demand.

01

Every card & wallet, one integration

Visa, Mastercard, Amex, Apple Pay, Google Pay and 175+ methods behind a single checkout.

02

Instant approval, zero KYB

No merchant interview, no business-verification file, no risk desk. Live the same day.

03

Instant payouts you actually own

Each order settles to a wallet only you control — usually in about two minutes.

04

Chargebacks off the table

Captured payments are final and irreversible — card-style dispute fraud isn’t part of the model.

Integrate in an afternoon. No account.

The keyless path: your payout wallet is the only thing you pass. No sign-up, no API key, no auth header — three requests and you are collecting.

  1. 01

    Create

    POST /v1/onramp with the amount and your wallet — no key. You get back a hosted checkout link.

  2. 02

    Present

    Redirect the customer to the link, right from your own page. They pick a provider available for their country and amount.

  3. 03

    Get paid

    Get a callback the moment it settles — or poll. Funds land in your wallet as USDC.

Pass the amount and your USDC (Polygon) payout wallet — no key, no auth header. You get back a hosted checkout link.

POST /v1/onramp
# card → crypto: customer pays by card, you settle in USDC
curl -X POST https://api.norpo.io/v1/onramp \
  -H "Content-Type: application/json" \
  -d '{
      "amount":      250.00,
      "currency":    "USD",
      "wallet":      "0xYourUsdcPolygonWallet",
      "callbackUrl": "https://shop.tld/hook",
      "reference":   "order-1042"
     }'

# → response
{
  "id":          "cmr1y…",
  "reference":   "order-1042",
  "status":      "pending",
  "settleAsset": "USDC",
  "url":         "https://checkout.norpo.io/…"
}
Keep exploring

Add a wallet. Start collecting.

No application, no interview, no reserve. Choose an integration and take your first payment today.

Support