Stablecoin checkout

Accept crypto payments in 5 minutes.

Mintory gives businesses a non-custodial stablecoin checkout, on-chain payment evidence, and developer-ready webhooks without pretending unsupported rails are live.

Supported stablecoin rails on Ethereum and Polygon

Ξ
Ethereum
USDT, USDC, DAI
M
Polygon
USDT, USDC, DAI
Hosted checkout
$1,250.00

Invoice #MNT-1048

Awaiting
Buyer
Wallet
Mintory
Detection
Merchant
Wallet
$
USDC on Ethereum
1,250.00
USDT on Polygon
1,250.00
D
DAI on Ethereum
1,250.08
$
USDC on Polygon
1,250.00
Direct to merchant wallet

Mintory detects payment evidence without taking custody.

Merchant-controlled wallets

Settlement goes directly to your receiving wallet.

Fast integration path

Hosted checkout, API invoices, and test mode are ready from signup.

REST-first integration

Hosted checkout uses stable API endpoints and dashboard-managed wallets.

Webhook evidence

Payment events carry durable invoice and chain context.

Confirmation-aware status

Payment state follows chain detection and settlement checks.

Operational proof

Conservative claims, measurable surfaces.

The homepage repeats one set of numbers because payment infrastructure earns trust by being precise.

<5 min
Setup target

Create an account, configure a wallet, and test checkout.

0
Private keys held

Mintory never asks for seed phrases or signing authority.

7
Certified rails

Only chain/token pairs the system can detect and settle.

2
Supported networks

Ethereum and Polygon stablecoin payment rails only in the current deployment.

Supported rails

Only certified payment options are shown.

Native ETH, native MATIC, wrapped native assets, Base, Arbitrum, and unsupported chain/token pairs are not presented as live rails.

Ξ
Ethereum
USDT, USDC, DAI
USDT
Ethereum rail
$
USDC
Ethereum rail
D
DAI
Ethereum rail
M
Polygon
USDT, USDC, DAI
USDT
Polygon rail
$
USDC
Polygon rail
D
DAI
Polygon rail
Why Mintory

Payment operations without custody theater.

The product is built around merchant control, payment evidence, and repeatable integration behavior.

Non-custodial settlement

Customers pay merchant wallets directly. Mintory coordinates checkout state without holding funds.

On-chain payment evidence

Invoices are tied to transaction hashes, chains, tokens, and matching rules for operational review.

Idempotent invoice API

Duplicate requests can replay the original invoice response instead of silently creating extra invoices.

Webhook delivery history

Signed payment events and delivery records make downstream systems easier to reconcile.

Reconciliation-ready records

Ledger, payment, and invoice state are designed to explain what happened after money moves.

Test and live separation

Keep integration work away from production credentials and payment operations until ready.

How it works

A payment route your team can explain.

Buyer payment, Mintory detection, merchant settlement, and webhook notification stay distinct.

01

Configure a wallet

Add a supported merchant receiving address for the rails you plan to accept.

02

Create an invoice

Use the dashboard or API to create a stablecoin checkout with supported payment options.

03

Route the payment

The buyer chooses a certified rail and pays the merchant wallet on-chain.

04

Confirm and notify

Mintory detects the transfer, updates invoice state, and emits a webhook event.

Developer quickstart

Credible integration starts with replay-safe requests.

Create invoices with supported payment options and an idempotency key. Handle webhook events after payment evidence is confirmed.

REST invoicesIdempotency keysSigned webhooks
create-invoice.sh
1curl https://api.mintory.com/v1/invoices \2  -H "Authorization: Bearer $MINTORY_API_KEY" \3  -H "Idempotency-Key: inv_2026_05_09_001" \4  -H "Content-Type: application/json" \5  -d '{6    "amount": "1250.00",7    "currency": "USD",8    "paymentOptions": [9      { "chain": "ethereum", "token": "USDC" },10      { "chain": "polygon", "token": "USDT" }11    ]12  }'
Security and operations

Trust comes from boring, inspectable systems.

Mintory should make finance, support, and engineering teams more comfortable after the payment moves.

No custody surface

Funds move from buyer wallet to merchant wallet. Mintory does not receive or forward money.

Recoverable event flow

Payment webhooks are observable, retryable, and tied to invoice state.

Payment evidence

Every confirmed payment is backed by chain, token, transaction, and transfer identity.

Operational guardrails

Internal payment surfaces are gated, and production startup fails on missing critical secrets.

FAQ

Answers for cautious payment teams.

Customers pay your receiving wallet directly. Mintory coordinates invoice state, payment detection, and webhook delivery, but it does not hold private keys or route funds through a Mintory wallet.

Start in test mode

Start with a test invoice.
Go live when operations are ready.

Mintory keeps settlement non-custodial, records payment evidence, and gives your team a calmer path from checkout test to production payment operations.