Payment links and invoices
A fixed amount for one customer. Paid in parts, overpaid or paid late, it is all tracked for you.
Sign in and create an invoice. Send your customer the payment link, or show the address in your own checkout. The money lands in your own wallet, in dollar stablecoins. We keep 0.5% of what you receive, and nothing else.
No card on file. No monthly fee. No setup.
High volume? Rates go down to 0.01%.
New A wallet where two of the three keys are yours and a Visa card without KYC.
This one is live. Change the amount or the network.
With your email or Google. No password to invent, no application form, no sales call, no card. Your account works the moment you are in.
Type the amount and pick a network. You get a link to the payment page with a QR code: send it in a chat or an email. Or take just the address and show it in your own checkout.
Your customer pays from any wallet or exchange, no account needed. The payout goes to your wallet on its own, minus 0.5%. We cover the gas for it.
Payments can go straight into a built-in Invoise wallet. It is a Safe multisig: every transfer needs two signatures out of three. We hold only one key, so we cannot move a cent without you.
Pick an address, a network and a coin. Swaps and bridges between networks happen inside, and you confirm once.
A transfer costs double the network gas. No percentage, however large the amount.
A daily limit, a pause for new addresses, a second factor on every transfer. All off until you switch them on.
Pick any two keys and see what they can do.
Spend what you earn wherever Visa works: online, in Apple Pay and in Google Pay. The card is virtual and comes out of your Invoise wallet in a few minutes. No passport, no selfie, no waiting for approval: all it asks for is an email.
From $20 at a time, plus the network gas.
One card per account, available once your account has received its first payment. It is topped up only from the Invoise wallet. Money on the card can only be spent: it does not go back to the wallet, and what is left is not refunded when the card is closed. The card is issued by our partner, who holds the money on it.
Thank you. There is no page two.
The fee comes out of each payment as it arrives. There is no balance to top up and no bill at the end of the month. No payments, no cost.
The fee stops at $10 per payment. On a $10,000 invoice that works out to 0.1%, and on $100,000 it is 0.01%.
0.5% is the standard rate for everyone. If you process serious volume, write to us and we will set a lower rate on your account, down to 0.01%. Write to support
Every network has a small minimum fee that covers its gas: from $0.01 on Avalanche to $1 on Ethereum, all listed in the strip above. Tron is switched on by request and has a higher minimum, because the network itself is expensive to use. The wallet and the card are optional and priced next to them, above: a transfer from the wallet costs double the network gas, and the card has its own receipt.
A fixed amount for one customer. Paid in parts, overpaid or paid late, it is all tracked for you.
A permanent address for a customer who pays you again and again, any amount each time. Good for balances and subscriptions you bill yourself.
Your logo and shop name, so the customer sees who they are paying.
Signed webhooks for every payment and payout, retried until your server answers.
Try the whole flow with pretend money before you take a real payment.
Invite an accountant, a developer, a manager. Each sees only what they need, and sensitive changes ask for a fresh confirmation.
Dollar stablecoins on Ethereum, the fast low-fee networks around it, Solana, Tron and others. We keep adding coins and networks, and your dashboard always shows what is available right now.
One request creates an invoice. You get the address to pay and a link to our payment page: send the link, or show the address in your own checkout. When the money arrives, we call your server. Keys are made in the dashboard, with read or write access and an optional IP list.
curl https://platform.invoise.me/api/v1/shops/$SHOP/invoices \
-H "Authorization: Bearer $INVOISE_KEY" \
-H "Idempotency-Key: $(uuidgen)" \
-d '{"chain_id": 8453,
"token": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "250000000"}'
# 250 USDC on Base. Once the address is ready:
{ "address": "0x9aF3…41cB",
"payment_url": "https://pay.invoise.me/k3JxQ9fT2mLp8aVd" }
POST https://your-shop.com/hooks/invoise
Invoise-Event-ID: evt_9f2c…
{
"id": "evt_9f2c…",
"type": "payout.confirmed",
"created_at": "2026-09-20T14:02:11Z",
"data": {
"type": "invoice",
"public_id": "k3JxQ9fT2mLp8aVd",
"chain_id": 8453,
"recipient": "0x71C2…9A3f"
}
}
Yes. Creating an account, making links, the API, test mode and team seats cost nothing. We earn 0.5% of each payment you actually receive, taken out of that payment. If nobody pays you, you owe us nothing.
To the wallet address you set for your shop, or to your Invoise wallet. On Ethereum-type networks and Tron that address is written into the payment contract, so nobody can redirect the payout, including us. On Solana the payout is sent automatically as soon as the payment is final. We never hold your balance: even the Invoise wallet is a multisig where two of the three keys are yours.
We pay the gas for sending the payout to you; it is inside the 0.5%. Your customer pays the usual network fee for their own transfer, the same as sending crypto to anyone.
No. They open the link, see the amount and the address with a QR code, and pay from any wallet or exchange. The page updates by itself when the payment arrives.
Yes. Every invoice and top-up address comes with the address itself in the API. Show it in your own checkout with your own QR code and wait for our webhook. Our page is there if you want it, not required.
$1 on most networks and $10 on Ethereum, where gas is expensive. Tron has its own, higher minimum.
Rates down to 0.01% are for shops with high volume. Tell support roughly how much you process and we will set it on your account. Until then, remember the fee already stops at $10 per payment. Write to support
Free to start. 0.5% when you get paid.