Skip to main content
Use this endpoint to send or resend notifications to your customers via email and SMS.

Request

Curl

Response

Success

Parameters

id mandatory : string Unique identifier of the Payment Link that should be resent. medium mandatory : string Medium through which the Payment Link must be resent. Possible values:
  • sms
  • email

Parameters

success : 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
  • code: 400
  • description: Occurs 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.