Daily Financial Limits


Introduction

The Daily Financial Limits API will return all daily financial limit information for an agent inlcuding main office and POS-level limits. The Daily Financial Limit endpoint will respond with an array of agent daily financial limit list and remaining amount associated with each DFL type.

NOTE: The Daily FInancial Limit API will only return the DFL types supported by the agent partner id that is sent.


API sequence

The Daily Financial Limit API module comprises of a single synchronous endpoint. The process for retrieving daily financial limits as follows:

  1. Retrieve daily financial limits for MoneyGram Agents | GET /agent/v1/agentDFL
    The application must provide the search agentPartnerID, posId, and baseCurrency as a query parameter in the API request. The Daily Financial Limit endpoint will respond with an array of agent daily financial limit list and remaining amount associated with each DFL type.


API sequence diagram#



Endpoints


NameHTTP methodEndpointsDescription
Retrieve Agent DFL InformationPUT/agent/v1/agentDFLRetrieves Daily Financial Limit (DFL) information for an agent including main office and POS-level limits.