Send a reminder invitation for a source
Sends a reminder email or SMS invitation to the customer for an existing source. Supply the unique source ID from an existing source that is in pending status, ensuring that it contains a debtor_email for sending email (valid for all variants), or a debtor_mobile value for sending SMS (only valid for emandate_api and emandate_esign variants). Suffix send_reminder_email or send_reminder_sms, as required. SMSs are sent in the Live (production) environment only. SMSs are not sent in the Test (sandbox) environment.Sending SMS requires upgrade to SMS service.
ARGUMENTS
Scroll inside to view more
|
Argument
|
Description
|
|---|---|
source REQUIRED
| The identifier of the pending source. Its status must be pending.
|
Returns Returns a success message if a valid identifier was provided, else returns an error message.
Request
Response
API Endpoints
Sandbox Link
GET
https://api-test.lotuspay.com/v1/sources/{ID}/send_reminder_email
Production Link
GET
https://api.lotuspay.com/v1/sources/{ID}/send_reminder_email

