---
page_source: https://juspay.io/in/docs/lotuspay/web/core-resources/the-physical-mandate-image-object
page_title: The physical mandate image object
---


# **Physical Mandate Images** 



`physical_mandate_image` objects represent the JPG images (scan or photo) of physical NACH mandates. A physical mandate image can be attached to a `mandate`. The API allows you to upload your physical mandate images and check their details. You can overwrite an existing physical mandate image for a `source` mandate by simply uploading a replacement in its place for the same Source ID or Reference 1 value.


### **The physical mandate image object** 



**ATTRIBUTES** 


| Attribute	 | Description |
|---|---|
| id string	 | Unique identifier for the object. |
| object string, value is "physical_mandate_image"	 | String representing the object’s type. Objects of the same type share the same value. |
| created timestamp	 | Time at which the object was created. Measured in seconds since the Unix epoch. |
| livemode boolean	 | Has the value true if the object exists in live mode or the value false if the object exists in test mode. |
| reference1 string	 | The Reference 1 of the source or mandate to which this physical mandate image belongs or will belong. |
| mandate string	 | The ID of the mandate to which this physical mandate image belongs. |
| source string	 | The ID of the source to which this physical mandate image belongs. |


## Sample Code Snippets:
### Example Response:

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

