Stop chasing international wire transfers. Generate unique, reusable, and brandable crypto invoices for your clients. Get paid in USDT, Bitcoin, or 300+ altcoins instantly, with optional auto-conversion straight to your bank account.
#INV-2026-0492
contact@acmecorp.com
Milestone 2: Backend API Integration & Testing
If you do business globally as a freelancer, agency, or B2B SaaS, you know the pain of international payments. SWIFT wire transfers take 3-7 days to clear and banks often take a massive cut in hidden currency conversion fees.
While accepting cryptocurrency solves the speed and fee problem, calculating exchange rates manually, tracking who paid which wallet address, and generating compliant invoices is an absolute mess without proper tooling.
"We used to send clients a PDF and a raw Bitcoin address. Clients would send the wrong amount, fees would eat the difference, and our accounting team hated it. AlbaPay Invoices automated the entire flow."
— Operations Director, Creative Design Agency
From creation to settlement in three simple steps.
Enter the fiat amount (e.g., $1,500), add the client's email, and attach a description. Your branded invoice is instantly generated with a unique secure tracking link.
The client opens the link and selects from over 300 cryptocurrencies. We lock in the live exchange rate for 20 minutes and display a unique receiving wallet address and QR code.
Upon blockchain confirmation, the invoice is marked 'Paid'. We automatically forward the exact crypto amount to your cold wallet, or convert it to Fiat (EUR/GBP) to deposit in your bank.
Everything you need to run an international business on crypto.
Add your company logo, brand colors, and custom terms of service directly onto the invoice page. The client sees your brand, not ours.
Does your client not have crypto yet? Our invoices integrate a fiat-onramp via MoonPay, allowing them to buy the necessary crypto with their credit card right on the invoice page.
Need to bill multiple people for the same service? Create a reusable invoice link. Each time it's opened, it generates a unique payment tracking ID so funds don't mix.
If a client sends $99 instead of $100 due to network fees, the invoice marks as "Partially Paid". You can choose to accept it anyway, or automatically email the client requesting the remaining $1.
Download comprehensive CSV reports of all your invoices, including the exact exchange rate at the time of payment, network fees, and TX hashes, ready for your accountant.
Send the invoice directly from our dashboard to the client's email inbox. They will also receive automated receipts the moment the blockchain transaction confirms.
Bill international clients in USD, let them pay in USDT, and get the funds instantly converted to EUR in your local bank account. Skip the 3% SWIFT wire fees.
Protect your privacy and bypass high Upwork/Fiverr platform fees. Generate professional invoices and receive Bitcoin directly to your personal hardware wallet.
Bill sponsors for YouTube videos or Instagram posts seamlessly. Reusable invoices make it easy to manage recurring sponsorship deals without writing code.
You can create invoices manually in our Dashboard, or generate them dynamically on your backend using our REST API.
// Generate a hosted crypto invoice programmatically const response = await fetch('https://api.AlbaPay.com/v1/invoices', { method: 'POST', headers: { 'x-api-key': 'cg_live_your_secret_key', 'Content-Type': 'application/json' }, body: JSON.stringify({ "price_amount": 3500.00, "price_currency": "USD", "order_id": "DEV-MILESTONE-1", "purchaser_email": "client@example.com", "item_name": "Web Development Services", "success_url": "https://youragency.com/success", "send_email": true // We will auto-email the invoice link and receipt }) }); const data = await response.json(); console.log(data.invoice_url); // Result: "https://pay.AlbaPay.com/invoice/inv_9sd8f7g6"
| Feature | Crypto Invoices | SWIFT / Wire Transfer | Stripe Billing |
|---|---|---|---|
| Speed of Settlement | Minutes (24/7/365) | 3-7 Business Days | 2-3 Business Days |
| Processing Fees | 0.5% - 1% | $30 - $50 Flat Fee | 2.9% + Intermediary Fees |
| Geographic Restrictions | None (Global Internet) | Many sanctioned/blocked countries | Requires card networks |
| Chargeback Fraud Risk | Zero | Zero | High |
| Auto Fiat Conversion | Yes (Crypto to EUR/USD) | - | - |
Yes! Our merchant dashboard features a simple Invoice Builder. You just point and click to set the price, currency, and client email. We generate the web link for you to send to them.
When the client opens the invoice link and selects the cryptocurrency they want to pay with, we lock the fiat-to-crypto exchange rate for a standard window of 20 minutes (configurable via API). This protects both you and the buyer from immediate market volatility.
Centralized exchanges (like Binance or Coinbase) often batch transactions, which can delay the send and deduct withdrawal fees from the total amount. We recommend clients pay from personal wallets. However, if they underpay due to exchange fees, our system intercepts the partial payment and you can choose how to handle it.
Draft your first crypto invoice in the dashboard completely free.