API Test Keys
Send or Resend Notifications
POST/v1/payment_links/:id/notify_by/:mediumClick to copy
Use this endpoint to send or resend notifications to your customers via email and SMS.
Is this page helpful?
Curl
change language
change language
1curl -u [YOUR_KEY_ID]:[YOUR_KEY_SECRET] \2-X POST https://api.razorpay.com/v1/payment_links/plink_Et2G7ymGcTTuM5/notify_by/sms \
Success
Failure
1{2"success": true3}
Path Parameters
id *
stringUnique identifier of the Payment Link that should be resent.
medium *
stringMedium through which the Payment Link must be resent. Possible values:
smsemail
Response Parameters
successboolean Indicates whether the notification was sent successfully. Possible value is true, which means the notification was sent successfully.
Errors
not a valid notification medium
Error Status: 400
Occurs when you try to resend a Payment Link to customers and medium of notification is not valid.
Solution
Send or Resend Notifications
POST/v1/payment_links/:id/notify_by/:mediumClick to copy
Use this endpoint to send or resend notifications to your customers via email and SMS.
Is this page helpful?
Path Parameters
id *
stringUnique identifier of the Payment Link that should be resent.
medium *
stringMedium through which the Payment Link must be resent. Possible values:
smsemail
Response Parameters
successboolean Indicates whether the notification was sent successfully. Possible value is true, which means the notification was sent successfully.
Errors
not a valid notification medium
Error Status: 400
Occurs when you try to resend a Payment Link to customers and medium of notification is not valid.
Solution
Curl
change language
change language
1curl -u [YOUR_KEY_ID]:[YOUR_KEY_SECRET] \2-X POST https://api.razorpay.com/v1/payment_links/plink_Et2G7ymGcTTuM5/notify_by/sms \
Success
Failure
1{2"success": true3}