---
page_title: Retrieve a mandate summary pdf
product: lotuspay
platform: web
page_source: https://docs.juspay.io/lotuspay/web/core-resources/retrieve-a-mandate-summary-pdf
openapi: https://docs.juspay.io/api/swagger?document=https%3A%2F%2Fdocs.juspay.io%2Flotuspay%2Fweb%2Fcore-resources%2Fretrieve-a-mandate-summary-pdf
llms_txt: https://docs.juspay.io/llms.txt
product_llms_txt: https://docs.juspay.io/lotuspay/llms.txt
---

## API Version: default


# **Retrieve a mandate summary pdf** 



Retrieves a digitally signed pdf file on LotusPay letterhead, summarising the key fields and values of the mandate. Supply the unique mandate ID and LotusPay will return the corresponding mandate summary pdf file.

**ARGUMENTS** 


| Argument | Description |
|---|---|
| mandate REQUIRED	 | The identifier of the mandate for which the PDF is to be retrieved. |


**Returns**  Returns a PDF file if a valid identifier was provided.## Endpoints:
- Sandbox: https://api-test.lotuspay.com/v1/mandates/{ID}/summarypdf

- Production: https://api.lotuspay.com/v1/mandates/{ID}/summarypdf

## 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/mandates/MD004433221AA/summarypdf \
  -u sk_test_xd22123sxlkadsf8wjbkx:
```

#### Response:
```text
Not applicable

```

## API Responses:
