Getting Started
Introduction
iPint is a borderless stablecoin payment infrastructure for businesses to accept digital asset payments globally.
Introduction
iPint is enterprise-grade stablecoin payment infrastructure. It lets your business accept digital asset payments globally with zero volatility, T+0 settlement, and no chargebacks. Powered by Bitfia Labs, iPint delivers cross-border B2B rails and instant liquidity.
How it works
At its core, iPint sits between your customer and your business. The customer pays in their preferred digital asset; iPint confirms on-chain and settles to you in your preferred currency — all within minutes.
Payment flow
Step-by-step
- You create a payment request — via
POST /checkout(hosted checkout) orPOST /invoice(direct QR), you tell iPint the amount and your settlement preference. - Your customer pays — iPint shows a QR code or hosted checkout page where the customer pays in their preferred asset (USDT, USDC, BTC, ETH, and more).
- iPint confirms on-chain — the moment the blockchain confirms (T+0), funds settle in your preferred currency or stablecoin.
- iPint sends a webhook — a callback POST notifies your server that the payment status has changed.
- You verify — call
GET /invoiceto confirm the payment status server-side.
What you can build
- Hosted Checkout — redirect to iPint's pre-built payment page (fastest to integrate)
- Direct API — build your own checkout flow with the
/invoiceendpoint - Pop-in iFrame — embed the hosted checkout in your page
- Buttons & Links — copy-paste payment buttons or shareable links
- WebPOS — accept payments at point of sale from any device
- Payouts — send mass disbursements globally (coming soon)
Key concepts
| Concept | Description |
|---|---|
| Payment process URL | A hosted checkout URL returned by POST /checkout — redirect your customer here |
| Invoice | A payment request generated by POST /invoice — returns a QR code + deposit address |
| Session ID | Unique identifier for a checkout session (same as invoice_id in callbacks) |
| Settlement | How you receive funds — in your preferred stablecoin or local currency |
| Callback | A webhook POST iPint sends to your invoice_callback_url when payment status changes |
| T+0 settlement | Funds are available the moment the network confirms — no waiting days |
Next steps
- Quick Start — accept your first payment in 5 minutes
- Hosted Checkout — the fastest integration path
- API Reference — browse all endpoints