Instant Settlement
3-5 second finality on Stellar network with real-time payment detection and automatic confirmation
Create payment links, generate invoices, and receive instant on-chain confirmations with cryptographic proof
Link2Pay eliminates traditional payment pain points by leveraging the Stellar blockchain network:
// Create an invoice
const invoice = await api.createInvoice({
clientName: "Acme Corp",
clientEmail: "billing@acme.com",
amount: 100,
currency: "USDC",
dueDate: "2024-12-31",
items: [
{ description: "Web Development", quantity: 10, rate: 10 }
]
});
// Share payment link
const paymentUrl = `https://app.link2pay.dev/pay/${invoice.id}`;
// Payment detected automatically
// Invoice status updates to "PAID" in 3-5 secondsBuilt on the Stellar blockchain - a fast, low-cost, and environmentally friendly network powering the future of global payments.