---
page_source: https://juspay.io/in/docs/lotuspay/web/core-resources/retrieve-a-physical-mandate-image-file
page_title: Retrieve a physical mandate image file
---

## 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
{"success":false,"message":"No Data found for the given path"}
```

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

## API Responses:
