Create a payment
request instantly.
Advanced mode supports path payments: choose what you receive and let payers settle in multiple assets.
Ready to Scan
Point your wallet camera here
Bulk Invoicing v2
Templates, saved customers, and preview before generation
Reuse one invoice template across your customer directory, then generate the final payment links from the same preview payload.
CSV Batch Uploader
Drag in a customer invoice CSV, review each row, then generate links in one batch
Accepted columns: amount, asset, memo, referenceId, username, destination, acceptedAssets, customerName, email. Each row needs a positive amount and either a QuickEx username or a Stellar destination.
Drop a CSV here or click to upload
We parse the file in-browser first so you can fix invalid amounts, addresses, or routing before submission.
Invoice templates
Line items, tax, notes, and destination asset.
One line item per row using Description|Qty|Unit Price
Monthly Hosting
USDC • subtotal 240.00 • tax 18.00 • total 258.00
Saved customers
Store contact info plus username or Stellar destination.
Preview
These rows are transformed directly into the bulk API payload.
Alex Carter
alex@example.com
GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN
258.00 USDC
monthly-hosting-alex-carter-1
Generated memo
Monthly Hosting for Alex Carter
Notes
Net 7 payment terms. Reply to this invoice email if line items need updates.
Maple Studio
billing@maplestudio.dev
maplestudio
258.00 USDC
monthly-hosting-maple-studio-2
Generated memo
Monthly Hosting for Maple Studio
Notes
Net 7 payment terms. Reply to this invoice email if line items need updates.
Generated output
{
"links": [
{
"amount": 258,
"asset": "USDC",
"memo": "Monthly Hosting for Alex Carter",
"referenceId": "monthly-hosting-alex-carter-1",
"destination": "GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN"
},
{
"amount": 258,
"asset": "USDC",
"memo": "Monthly Hosting for Maple Studio",
"referenceId": "monthly-hosting-maple-studio-2",
"username": "maplestudio"
}
]
}