API Reference

Resend Payment Link Notifications

You can send or resend notifications with the short url to customer via email and SMS, using following endpoint:

/invoices/:id/notify_by/:medium

Path 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. Allowed values are:
-sms
- email.
×