v1
latestOpenAPI 3.0.12026-07-243407211.3 MBECash
Retrieves eCash partners by geographic location for a specific account.
Returns a list of participating eCash partners (retailers) near a specified location for the given account. You can search by latitude, longitude, ZIP code, city, state, and radius. This endpoint is useful for finding nearby eCash partners where users can perform cash transactions. All location parameters are optional, but at least one should be provided to filter results. The response includes partner details that match the specified criteria.
get/programs/{programCode}/accounts/{accountIdentifier}/eCashPartnersByLocation
Path parameters
programCodestring required
The program code associated with the request.
accountIdentifierstring required
The unique identifier of the account.
Query parameters
latitudenumber double
Latitude for location search.
longitudenumber double
Longitude for location search.
zipstring
ZIP code for location search.
citystring
City for location search.
statestring
State for location search.
radiusnumber double
Search radius in miles.
Headers
X-GD-RequestIdstring required
The unique request identifier for tracking.
Response
OK