Skip to main content
POST
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:
  • sms
  • email

Response Parameters

boolean
Indicates whether the notification was sent successfully. Possible value is true, which means the notification was sent successfully.

Errors

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.
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.
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).
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.