Create and share payment links instantly. No coding required.
Payment links are shareable URLs that take customers directly to a hosted checkout page. They're perfect for one-time sales, donations, or any scenario where you need a simple payment solution.
Create in seconds
Send via email, SMS, social media
Monitor clicks and conversions
Programmatically create payment links for integration with your applications:
POST /v1/payment_links { "title": "Premium Course Access", "description": "Get access to our premium course content", "amount": 2500, "currency": "PKR", "expires_at": "2024-12-31T23:59:59Z" }
Product or service name
Example: "Premium Course Access"
Price in smallest currency unit
Example: 2500 (for PKR 25.00)
Three-letter currency code
Example: "PKR"
Detailed product description
Example: "Complete course with lifetime access"
When the link expires
Example: "2024-12-31T23:59:59Z"
Where to redirect after success
Example: "https://yoursite.com/success"
Where to redirect if cancelled
Example: "https://yoursite.com/cancel"
Link is active and accepting payments
Link has passed its expiry date
Link has been manually disabled
Generate QR codes for your payment links to make them easy to scan and access:
Use Case: Place QR codes on physical products, business cards, or marketing materials so customers can quickly access your payment page.
Number of times the link was clicked
Percentage of clicks that resulted in payment
Total revenue generated from the link
Pro Tip: Use analytics data to A/B test different link titles, descriptions, and pricing to optimize your conversion rates.