Agent Locator
Introduction
The Locator API will return all locations within a specified search radius. The Locator endpoint will respond with an array of locations and metadata associated with each store, such as the location's: address; operating hours; contact details; and the MoneyGram services available at the location.
NOTE: The Locator will return available locations capable of paying out the requested amount, based on historical analytics, if an optional transaction amount is provided.
API sequence
The Locator API module comprises of a single synchronous endpoint. The process for retrieving locations is as follows:
- Retrieve location services for MoneyGram locations |
GET /agentlocator/v2/locations
The application must provide the searchaddress
,country
, andradius
as a query parameter in the API request. The Agent Locator endpoint will respond with an array of locations and metadata associated with each store, such as the location's: address; operating hours; contact details; and the MoneyGram services available at the location.
The application can develop a number of features to promote MoneyGram locations for specific location services.
API sequence diagram

Endpoints
Name | HTTP method | Endpoints | Description |
---|---|---|---|
Retrieve MoneyGram agent locations | GET | /agentLocator/v2/locations | The Agent Locator will return a list MoneyGram agent locations in a specified radius |
Updated 3 days ago