Get paid without writing a line of code.
Create a secure, shareable payment link in seconds and send it over email, chat, or SMS — no website required.
For businesses that need to collect a one-off or occasional payment without building a checkout.
What's included
No code required
Generate a link from the dashboard in under a minute.
Fixed or open amount
Set a fixed price, or let the customer enter the amount they owe.
Expiry control
Set an expiry date so a link stops accepting payment automatically.
Branded payment page
The page a customer lands on carries your business name and the amount due.
Status tracking
See at a glance whether a link is active, paid, expired, or disabled.
Share anywhere
Send by email, WhatsApp, SMS, or embed in an invoice.
From setup to settlement
Call it directly from your own code
Every product on this page is also a documented API endpoint — build it into your own systems when the dashboard isn't enough.
Explore API Documentation$client = new Paynancial\Client('YOUR_API_KEY');
$link = $client->paymentLinks->create([
'title' => 'Invoice #204',
'amount' => 500000, // in paise, or omit to let the customer enter it
'currency' => 'INR',
]);
echo $link->short_url;
Common questions
Do I need a website to use payment links?
No — a payment link works entirely on its own; you only need a way to share the link, like email or chat.
Can a link be reused?
A link stays active until it is paid, expires, or you disable it, so it can be shared with more than one customer if left open.