- While reminders are enabled globally from Dashboard Settings, you can disable them for specific Payment Links. A valid use case for this might be when the customer has paid the money to you offline. In this case, you would not want reminders to be sent to them.
-
You can disable reminders during creation of Payment Link or by updating the link. To disable reminders for a Payment Link, pass
reminder_enableasfalse, during Payment Link creation.
Request
Curl
Response
Success
Parameters
amount mandatory
: integer Amount to be paid using the Payment Link. Must be in the smallest unit of the currency. For example, if you want to receive a payment of 300, you must enter the value 30000.
currency optional
: string A three-letter ISO code for the currency in which you want to accept the payment. For example, INR. Refer to the list of supported currencies.
.
accept_partial optional
: boolean Indicates whether customers can make partial payments using the Payment Link. Possible values:
true: Customer can make partial payments.false(default): Customer cannot make partial payments.
first_min_partial_amount conditionally mandatory
: integer Minimum amount, in currency subunits, that must be paid by the customer as the first partial payment. Default value is 100. Default currency is INR. For example, if an amount of 700 is to be received from the customer in two installments of #1 - 500, #2 - 200, then you can set this value as 500000. Must be passed along with accept_partial parameter.
description optional
: string A brief description of the Payment Link. The maximum character limit supported is 2048.
customer optional
: json object Customer details
name optional
: string The customer’s name.
email optional
: string The customer’s email address.
contact optional
: string The customer’s phone number.
notify optional
: array Defines who handles Payment Link notification.
sms optional
: boolean Defines who handles the SMS notification. Possible values:
true: Razorpay handles the notification.false: You handle the notification.
email optional
: boolean Defines who handles the email notification. Possible values:
true: Razorpay handles the notification.false: You handle the notification.
reminder_enable optional
: boolean Used to send reminders for the Payment Link. Possible values:
true: To send reminders.false: To disable reminders.
Parameters
accept_partial
: boolean Indicates whether customers can make partial payments using the Payment Link. Possible values:
true: Customer can make partial payments.false(default): Customer cannot make partial payments.
amount
: integer Amount to be paid using the Payment Link. Must be in the smallest unit of the currency. For example, if you want to receive a payment of , you must enter the value 30000. In the case of three decimal currencies, such as KWD, BHD and OMR, to refund a payment of 295.991, pass the value as 295990. And in the case of zero decimal currencies such as JPY, to refund a payment of 295, pass the value as 295.