Remind Invoice
A merchant can perform following Invoice operations using our REST API.
- Remind an invoice
Merchant can send reminder mail to the customer for the invoice using this API.
How to Remind Invoice?
The merchantInvoiceId
will be referred and a POST request will be send over HTTPS to the invoiceServices/REST/v1/remind
endpoint.
In our API Specifications you can find a full list of parameters that can be sent in the initial request.
To remind invoice merchant first needs to generate authentication token and set it in header while. To generate auth token please refer Auth token API.