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

## API Version: default


# **Retrieve a physical mandate image object** 



Retrieves a physical mandate image object (the data parameters, not the file). Supply a unique identifier, or the ID of the linked mandate, or the reference1 value of the linked mandate.

**ARGUMENTS** 


| Argument | Description |
|---|---|
| id optional	 | The identifier of the physical mandate image object to be retrieved. One (and only one) of id, mandate, reference1 or source must be provided. |
| reference1 optional	 | A query on the Reference 1 of the image to be returned e.g. /physical_mandate_images/reference1/LOANID123. |
| mandate optional	 | A query on the mandate ID to be returned e.g. /physical_mandate_images/mandate/MD00AABBCCDDEE. |
| source optional	 | A query on the source ID to be returned e.g. /physical_mandate_images/source/SC00AABBCCDDEE. |


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

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

## 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/PS00AABBCCDDEE \
   -u sk_test_XjIHowXWSI23uvjepz2X82:

```

#### Response:
```json
{
    "id": "PS00AABBCCDDEE",
    "object": "physical_mandate_image",
    "created": 1530224170,
    "livemode": false,
    "reference1": "LOANID123",
    "mandate": null,
    "source": null
  }
```

## API Responses:


---

## See Also

- [Upload a physical mandate image file](https://juspay.io/in/docs/lotuspay/web/core-resources/upload-a-physical-mandate-image-file)
- [Retrieve a physical mandate image file](https://juspay.io/in/docs/lotuspay/web/core-resources/retrieve-a-physical-mandate-image-file)
