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:
- Retrieve daily financial limits for MoneyGram Agents |
GET /agent/v1/agentDFL
The application must provide the searchagentPartnerID,posId, andbaseCurrencyas 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
| Name | HTTP method | Endpoints | Description |
|---|---|---|---|
| Retrieve Agent DFL Information | PUT | /agent/v1/agentDFL | Retrieves Daily Financial Limit (DFL) information for an agent including main office and POS-level limits. |
Updated about 12 hours ago
