---
page_title: Send a reminder invitation for a source
product: lotuspay
platform: web
page_source: https://docs.juspay.io/lotuspay/web/core-resources/send-a-reminder-invitation-for-a-source
openapi: https://docs.juspay.io/api/swagger?document=https%3A%2F%2Fdocs.juspay.io%2Flotuspay%2Fweb%2Fcore-resources%2Fsend-a-reminder-invitation-for-a-source
llms_txt: https://docs.juspay.io/llms.txt
product_llms_txt: https://docs.juspay.io/lotuspay/llms.txt
---

## API Version: default


# **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** 


| 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.## Endpoints:
- Sandbox: https://api-test.lotuspay.com/v1/sources/{ID}/send_reminder_email

- Production: https://api.lotuspay.com/v1/sources/{ID}/send_reminder_email

## Request Type: 
GET

## Content-Type: 
application/json

## Authorization:

#### Basic Auth:
Auth example
- Value:  sk_test_xd22123sxlkadsf8wjbkx
## Sample Code Snippets:
### Sample Request and Response:

#### Request:
```Shell
$ curl https://api-test.lotuspay.com/v1/sources/SC004433221AA/send_reminder_email \
  -u sk_test_xd22123sxlkadsf8wjbkx:

```

#### Response:
```json
{
    "success": "Reminder email sent to the customer"
}

```

## API Responses:
