Crypto payments for business

Take crypto.
Keep the sale.

Let your customers pay in Bitcoin, Ethereum or stablecoins. You price in your own currency, we handle the blockchain, and the money lands in your account in minutes — with no chargebacks, ever.

9:41
Your Business

Your customer pays

249.00 EUR

Order #4821

Reference ID: ORD-2026-4821

Select the payment method

  • BTC logoBitcoin
  • ETH logoEthereum
  • USDT logoTether USD
  • USDC logoUSD Coin
  • SOL logoSolana
Powered byGlamX
0
Chargebacks — payments are final
10+
Currencies across 5 networks

Why merchants switch

Five problems this makes go away

01

Never lose a chargeback again

A blockchain payment cannot be reversed by the person who sent it. No disputes four months after you shipped, no fees for losing them, no evidence packs to file.

02

Stop financing your own sales

Card money reaches you in two to five working days. Crypto confirms in minutes — you are paid the day you sell, not the week after.

03

Sell where your processor says no

No card networks, no issuing banks, no country blocks. If your customer has a wallet and an internet connection, they can pay you.

04

Price in whatever you sell in

Quote in EUR, USD or CHF, or directly in a cryptocurrency. Either way we lock the rate the moment the payment is created, so what your customer owes cannot drift while they are paying it.

05

No crypto expertise needed

No wallet to manage, no node to run, no private keys to hold. One API call and one webhook endpoint — the blockchain part is our problem, not yours.

How it works

From checkout to confirmed funds

Five steps. You write code for two of them — everything in between is handled for you.

  1. You

    Create the payment

    A single POST with the amount, your order reference and your client ID.

  2. GlamX

    We return a checkout link

    A signed, expiring checkout URL. Send your customer to it, or embed it.

  3. GlamX

    Your customer pays

    They choose a coin and network, see the exact amount, and pay from any wallet. No account, no signup, no card details.

  4. GlamX

    We confirm it on-chain

    We generate the address, watch the blockchain and count confirmations until the payment is final and irreversible.

  5. You

    You get the webhook

    A signed notification lands on your endpoint the moment the money is confirmed. Mark the order paid and ship it.

You never hold a private key, never run a node, and never reconcile a blockchain by hand. That is the whole point.

Set it up once and take your first payment the same day.

Create a free account

Coverage

Supports major currencies

BTC logoBTCBitcoin
ETH logoETHEthereum
USDT logoUSDTEthereum · Solana
USDC logoUSDCEthereum · Solana
SOL logoSOLSolana
LTC logoLTCLitecoin
POL logoPOLPolygon
+4more currenciesand counting

Integration

One call. One webhook. Done.

A REST API with scoped bearer tokens. Create a payment, get a checkout URL, listen for the webhook. That is the integration.

  • Scoped API tokens — issue only the permissions an integration needs, and revoke any one of them independently.
  • Signed, expiring checkout links that cannot be tampered with.
  • HMAC-SHA256 signed webhooks with a timestamp header, safe to process more than once.
POST /api/payment/checkout
{
  "amount":         10000,
  "currencyCode":   "EUR",
  "reference":      "ORDER-123",
  "referenceLabel": "Order #123",
  "clientId":       "…",
  "redirectUrl":    "https://shop.com/thanks"
}
{ "checkoutUrl": "…" }

Reliability

Notifications that never go missing

The webhook is how your system learns a payment succeeded. If your server is down, we keep trying — seven attempts across roughly 40 hours.

  1. instant
  2. +1 min
  3. +10 min
  4. +1 hr
  5. +3 hr
  6. +12 hr
  7. +24 hr
payment.completedPaid in full — fulfil the order
payment.receivedConfirmed on the blockchain
payment.underpaidCustomer sent too little
payment.refundA refund completed

Questions

The things merchants ask us first

Do I need to understand crypto to use this?

No. You send us an amount and we give you a payment page. Your customer picks a coin, we handle addresses, confirmations and exchange rates, and you get a notification when the money is there.

Can I price in crypto instead of euros?

Either way. A payment can be denominated in EUR, USD or CHF, or directly in a cryptocurrency. Your customer can then settle it in that same currency or in another one you accept, converted at the rate we locked when the payment was created.

What if the exchange rate moves while my customer is paying?

It cannot affect you. The rate is fixed at the moment the payment is created, and the checkout link carries an expiry. Your customer either pays the amount we quoted or the link lapses.

What happens if my customer sends the wrong amount?

You are told either way. Underpayments raise a payment.underpaid notification with the shortfall, and overpayments are reported with the surplus, so you can decide whether to ship, refund or ask for the difference.

What if my server is down when the payment lands?

We keep trying. Every notification is retried seven times across roughly 40 hours, so an outage on your side does not lose you the order.

How long until the money is actually mine?

It depends on the network. Solana and Polygon settle in well under a minute, Ethereum in a couple of minutes, and Bitcoin takes around half an hour because it waits for three blocks.

Which currencies can my customers pay with?

Bitcoin, Ethereum, Litecoin, Polygon, Solana, the USDT and USDC stablecoins on both Ethereum and Solana, plus UNI, SUSHI, GLAM and USD-GX — more than ten in total across five networks.

Start accepting crypto this week

Create an account, generate a token and send your first test payment today. Keep your existing checkout — this sits alongside it.