Payment Links
Send or Resend Notifications
Send or Resend notifications to your customers via email and SMS using this endpoint.
POST
Available in🇮🇳 India🇸🇬 Singapore🇺🇸 United States
Use this endpoint to send or resend notifications to your customers via email and SMS.
Path Parameters
string
required
Unique identifier of the Payment Link that should be resent.
string
required
Medium through which the Payment Link must be resent. Possible values:
smsemail
Response Parameters
boolean
Indicates whether the notification was sent successfully. Possible value is
true, which means the notification was sent successfully.Errors
not a valid notification medium
not a valid notification medium
Code:
400Occurs when you try to resend a Payment Link to customers and medium of notification is not valid.Solution: Ensure that you use the correct medium to resend a payment link.The id provided does not exist.
The id provided does not exist.
Code:
400The Payment Link id passed in the URL does not exist or does not belong to the requesting merchant.Solution: Use a valid Payment Link id returned from POST /v1/payment_links. Confirm by fetching the link before retrying.Length of id should be exactly 14.
Length of id should be exactly 14.
Code:
400The Payment Link id in the URL is not 14 characters long (excluding the plink_ prefix). Razorpay-issued ids are always exactly 14 characters.Solution: Use the Payment Link id exactly as it was returned in the create response (for example, plink_HZbgjy1cnaCFqM).Request rate limit exceeded. Please try again later.
Request rate limit exceeded. Please try again later.
Code:
429You have exceeded the per-link / per-medium notification rate limit. Razorpay caps how often the same notification can be re-sent for a given Payment Link.Solution: Wait a short while before retrying. If you need a higher sustained rate, contact Razorpay support.