Create a payment link
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.
Fetch a payment link
GET /v1/payment_links/:id
Update a payment link
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.
Cancel a payment link
POST /v1/payment_links/:id/cancel
Cancelling a link prevents any further payments. This action cannot be undone.