Update a mandate's metadata
Updates the metadata on an existing mandate object. Supply the unique mandate identifier and the metadata to be updated.
ARGUMENTS
Scroll inside to view more
|
Argument
|
Description
|
|---|---|
metadata REQUIRED
| A JSON array of key-value pairs. Up to 30 pairs may be passed. The pairs will be stored in ascending order of key length (i.e. key abc will come before key abcd) regardless of the order passed.
|
Returns Returns an upated mandate object if a valid identifier was provided.
Request
Response
API Endpoints
Sandbox Link
PATCH
https://api-test.lotuspay.com/v1/mandates/{ID}/update
Production Link
PATCH
https://api.lotuspay.com/v1/mandates/{ID}/update

