Search for a source
Searches for a source object. Up to 50 results are returned. The argument should be in the query string (not in the body).
ARGUMENTS
Scroll inside to view more
|
Argument
|
Description
|
|---|---|
id optional
| The source ID to search by e.g. /v1/sources/search/id/3322. Supply a full or partial string. Supply exactly one argument from id, mandate and reference1.
|
mandate optional
| The mandate ID to search by e.g. /v1/sources/search/mandate/ABC.
|
reference1 optional
| The Reference 1 to search by e.g. /v1/sources/search/reference1/DEF.
|
Returns A dictionary with a data property that contains an array of up to 50 sources, all containing the searched string in the searched field. Each entry in the array is a separate source object. If no more sources are available, the resulting array will be empty. Note: Limited API Keys will return only those objects to which they are associated.
Request
Response
API Endpoints
Sandbox Link
GET
https://api-test.lotuspay.com/v1/sources/search/id/{string}
Production Link
GET
https://api.lotuspay.com/v1/sources/search/id/{string}

