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

## API Version: default


# **Retrieve a physical mandate image file** 



Retrieves a physical mandate image (the actual JPG file). Supply a unique identifier, or the ID of the linked mandate, or the Reference 1 value of the linked mandate.

**ARGUMENTS** 


| Argument | Description |
|---|---|
| id optional	 | The identifier of the physical mandate image to be retrieved. At least one of id, mandate, or reference1 must be supplied. |
| reference1 optional	 | A query on the Reference 1 of the image to be returned e.g. /physical_mandate_images/reference1/LOANID123/file. |
| mandate optional	 | A query on the mandate ID to be returned e.g. /physical_mandate_images/mandate/MD00AABBCCDDEE/file. |
| source optional	 | A query on the source ID to be returned e.g. /physical_mandate_images/source/SC00AABBCCDDEE/file. |


**Returns**  Retrieves a physical mandate image file if a valid identifier or query string was provided.## Endpoints:
- Sandbox: https://api-test.lotuspay.com/v1/physical_mandate_images/[ID]/file

- Production: https://api.lotuspay.com/v1/physical_mandate_images/[ID]/file

## Request Type: 
GET

## Content-Type: 
application/json

## Authorization:

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

#### Request:
```Shell
$ curl https://api-test.lotuspay.com/v1/physical_mandate_images/PS004433221AA/file \
   -u sk_test_XjIHowXWSI23uvjepz2X82:

```

#### Response:
```text
(file)
```

## API Responses:
