Skip to content

Link2PayStellar Payment Infrastructure

Create payment links, generate invoices, and receive instant on-chain confirmations with cryptographic proof

Link2Pay

Why Choose Link2Pay?

Link2Pay eliminates traditional payment pain points by leveraging the Stellar blockchain network:

For Freelancers & Businesses

  • No Payment Processor Fees: Near-zero Stellar network fees vs 2-3% traditional processors
  • Instant Settlement: Get paid in seconds instead of days
  • Professional Invoicing: Create detailed invoices with line items, taxes, and discounts
  • Global Reach: Accept payments from anywhere in the world

For Developers

  • Simple Integration: RESTful API with TypeScript SDK
  • Comprehensive Docs: Complete API reference with code examples
  • Webhook Events: Real-time payment notifications
  • Open Source: Fully transparent and auditable codebase

For Clients

  • No Registration Required: Pay invoices directly via payment link
  • Multiple Payment Options: XLM, USDC, or EURC
  • Secure & Transparent: All transactions verifiable on Stellar blockchain
  • Mobile-Friendly: Pay from desktop or mobile devices

Quick Example

typescript
// 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 seconds

Get Started in Minutes

  1. Connect Your Wallet: Install Freighter wallet extension
  2. Create an Invoice: Fill in client details and line items
  3. Share Payment Link: Send unique URL to your client
  4. Get Paid Instantly: Receive confirmation in seconds

Start Building →

Trusted by Developers

Built on the Stellar blockchain - a fast, low-cost, and environmentally friendly network powering the future of global payments.

Built on Stellar blockchain