Skip to main content
Payment Links let you collect payments without building a checkout flow. You generate a link, share it with your customer, and Razorpay handles the payment page. You can send notifications automatically via SMS and email.
POST /v1/payment_links
integer
required
Amount in the smallest currency unit (paise for INR, cents for USD).
string
required
ISO 4217 currency code.
string
Description shown to the customer on the payment page.
object
Customer details used to pre-fill the checkout form and send notifications.
object
Controls automatic notification delivery.
boolean
Enable automatic payment reminders for this link.
integer
Unix timestamp after which the link expires.

GET /v1/payment_links/:id

PATCH /v1/payment_links/:id You can update the expiry time and reminder settings on a payment link that has not yet been paid or cancelled.

POST /v1/payment_links/:id/cancel Cancelling a link prevents any further payments. This action cannot be undone.