Create a payment link
Creates a new payment link that can be shared with customers to collect payments.
Authorizations
Use your Razorpay Key ID as the username and Key Secret as the password.
Body
Payment link amount in the smallest currency unit (e.g., paise for INR). Must be greater than 0.
50000
ISO 4217 currency code. Supported values include INR.
"INR"
A brief description of the payment link shown to the customer on the payment page.
"Payment for policy no #23456"
Customer contact details.
Notification channels for sending the payment link to the customer.
Set to true to send payment reminders to the customer.
true
Unix timestamp after which the payment link will expire. Must be at least 15 minutes in the future.
1691097057
Set to true to allow the customer to pay a partial amount.
false
An optional reference identifier for internal use. Must be unique per payment link.
"TS1989"
Response
Payment link created successfully.
A Razorpay Payment Link object.
Unique identifier of the payment link.
"plink_ERgihyaAAC0VNW"
Entity type. Always payment_link.
"payment_link"
Indicates whether the customer can make a partial payment.
false
Payment link amount in the smallest currency unit (e.g., paise for INR).
50000
Amount paid against the payment link so far.
0
Unix timestamp at which the payment link was cancelled. null if not cancelled.
null
Unix timestamp at which the payment link was created.
1591097057
ISO 4217 currency code.
"INR"
Customer contact details.
A brief description shown to the customer on the payment page.
"Payment for policy no #23456"
Unix timestamp after which the payment link will expire.
1691097057
Unix timestamp at which the payment link expired.
null
An optional reference identifier you can set for internal use.
"TS1989"
Indicates whether payment reminders are enabled for the link.
true
Short URL of the payment link that is shared with customers.
"https://rzp.io/i/nxrHnLJ"
Current status of the payment link.
created, partially_paid, paid, cancelled, expired "created"
Unix timestamp at which the payment link was last updated.
1591097057
Unique identifier of the Razorpay user who created the payment link.
""