Skip to main content
AI-Powered Financial Infrastructure Global Payments Secure & Trusted
24×7 Support
Payment Links

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.

How it works

From setup to settlement

1
Create a link from your dashboard with a title and amount.
2
Share the link with your customer through any channel.
3
The customer pays on a secure, branded payment page.
4
You see the payment reflected against the link immediately.
For Developers

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;
curl https://api.paynancial.com/v1/payment_links \
  -u YOUR_API_KEY: \
  -d title='Invoice #204' \
  -d amount=500000 \
  -d currency=INR
FAQs

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.

Explore More

Other Paynancial products

Used By

Common in these industries

Ready to start with Payment Links?