---
page_source: https://juspay.io/in/docs/lotuspay/web/mandate-management-apis/pause-api
page_title: Pause API
---

## API Version: default


# Pause API



These will be Patch Requests and can be initiated using either UMRN or mandate id_token.

**Note : Default expiry of the generated auth link will be 7 days from the date of creation.** 


### **Validations for pause request to be done at LotusPay end:** 



* The mandate should be active, then only requests can be initiated.
* There should not be any pending Amend/Pause/Resume request on the same mandate.## Endpoints:
- Sandbox: https://api-test.lotuspay.com/api/mandates/pause?umrn=<UMRN>

- Production: https://api.lotuspay.com/api/mandates/pause?umrn=<UMRN>

## Request Type: 
PATCH

## Content-Type: 
application/json

## Authorization:

#### Basic Auth:
Auth example
- Value:  c2tfdGVzdF82MXFIUURuYTgzMWNOTm9vb29uRzFlQWlEOg==
- Tags: required
## Sample Code Snippets:
### Code Snippets:

#### Request Using Mandate ID Code Snippet:

```request using mandate id
{"success":false,"message":"No Data found for the given path"}
```

#### Request Using UMRN Code Snippet:

```request using umrn
{"success":false,"message":"No Data found for the given path"}
```

### Sample Request and Response:

#### Response:
```json
{"success":false,"message":"No Data found for the given path"}
```

## API Responses:
### 400:

#### key1:
- Tags: String, Mandatory
