Get Paid in Stablecoins with Zero Extra Cost.
Raise your business invoices in stablecoins and receive payment in local currency or stablecoin without any risk of currency fluctuation.
An invoice your client actually wants to pay.
USDC SPL coming soon.
Watch an invoice
move through its life.
Every invoice captures a locked exchange rate at creation, generates a per-asset deposit address, and settles the moment the network confirms — usually in under two minutes.
- Rate lockedNowUSD→asset rate captured at creation, protecting both sides.
- QR generatedPer-asset deposit address + QR delivered to the client.
- Sent to clientEmail + shareable link. Opened & viewed in seconds.
- Paid & settledNetwork confirms, funds land T+0. Receipt auto-issued.
Three steps to get paid
Create an Invoice
Add customer details, amount, and due date. Include taxes or discounts. Your account gets you started in minutes.
Send the Invoice
Email or text your invoice directly from the iPint dashboard as a PDF or a shareable link.
Get Paid
When your client pays, funds are converted and settled in your preferred currency. No volatility risk.
Everything you need to bill globally.
Professional invoicing tools designed for the digital asset economy. B2B billing reimagined.
Locked Exchange Rate
iPint protects your business from price volatility. We calculate the amount when payment is initiated, not when the invoice is first received.
Customer Chooses Asset
Each invoice lets your customer select from USDT, USDC, and more. The list continues to grow.
Multi-Purpose Billing
Use billing service for collecting B2B payments, donations, or any other payment collection purpose.
Global Payments in Minutes
Send and receive blockchain-based payments to iPint invoices in minutes from almost anywhere in the world.
T+0 Settlement
Funds settle the moment the network confirms. No waiting days — capital is available instantly.
No Volatility Risk
Exchange rates are locked at payment time. Your business is never exposed to stablecoin price swings.
Auto Receipts
Every paid invoice generates a full receipt with TX hash, amount, and settlement details automatically.
Payment Reminders
Automated email reminders for unpaid invoices. Set custom due dates and follow-up schedules.
Built for every billing scenario.
From solo freelancers to global enterprises, iPint invoices adapt to how your business actually bills.
Consulting & Professional Services
Issue detailed engagement invoices with line items, tax rates, and milestone due dates.
SaaS & Recurring Subscriptions
Automate monthly billing cycles with auto-generated invoices and recurring payment links.
Freelancers & Contractors
Send professional invoices in minutes and get paid in stablecoins without volatility risk.
Agencies & Studios
Handle retainers, pass-through costs, and multi-client billing from a single dashboard.
International B2B Trade
Settle cross-border invoices in 180+ countries without correspondent banking delays.
Non-profits & Donations
Issue tax-deductible donation receipts and accept stablecoin gifts globally.
Settle in the asset your business prefers.
Major stablecoins across Ethereum, Tron, Solana, and BNB Chain. More networks added regularly.
+ more networks added regularly
Automate invoicing at scale.
Create, send, and track invoices through our REST API. Generate QR codes, receive webhook callbacks, and reconcile automatically.
// POST /invoice — Generate QR code
const response = await fetch(
"https://api.ipint.io:8003/invoice",
{
method: "POST",
headers: {
"Content-Type": "application/json",
},
body: JSON.stringify({
conversion_id: "1xmKHnsJH23", // from /prices
amount_in_usd: "1250.00",
amount_in_crypto: "1250",
crypto_code: "USDTERC20"
}),
}
);
const {
invoice_id,
deposit_address,
qr_string,
invoice_amount_in_crypto
} = await response.json();
// Display QR to customer for payment//checkoutPOSTCreate payment session//invoicePOSTGenerate QR code//invoiceGETPayment status & details//confirmPOSTMark invoice as paid//currenciesGETList supported currencies//pricesGETConversion rates & limitsMainnet: https://api.ipint.io:8003 · Testnet: https://api.ipint.io:8002
Questions, answered.
Everything you need to know about issuing, sending, and settling stablecoin invoices.
Ready to issue
your first invoice?
Register as a Business or Professional and start within minutes. No coding required — or use our API for full automation.
No setup fee. B2B invoicing reimagined.