Retrieve a list of physical mandate image objects

You can see a list of your physical mandate image objects. The objects are returned sorted by creation date, with the most recent appearing first. You can use this API method and the limit parameter to page through objects.

ARGUMENTS

Scroll inside to view more
Argument
Description
limit optional, default is 100
A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 100.

e.g. ?limit=10

Returns A dictionary with a data property that contains an array of up to limit objects. Each entry in the array is a separate physical mandate image object. If no more objects are available, the resulting array will be empty.

API Endpoints
Sandbox Link
GET
https://api-test.lotuspay.com/v1/physical_mandate_images
Production Link
GET
https://api.lotuspay.com/v1/physical_mandate_images
Authorization Header
Last updated 1 year ago