---
title: "Fetch Green Dot Retail Locations"
method: GET
path: "/greendot/location"
tags: ["Green Dot"]
---

# Fetch Green Dot Retail Locations

`GET /greendot/location`

## Query parameters

- `ip_address` string
- `latitude` string
- `longitude` string
- `zip_code` string
- `page_cursor` string
- `page_size` integer
- `from_date` string
- `to_date` string

## Response `200`

A dictionary with a `data` property that contains a list of up to `page_size` greendot_location elements, starting after the greendot_location described by `page_cursor`. If no more greendot_locations are available, the resulting list will be empty.

- object
  - `data` object[]
    - `address` string — Street address of the Green Dot retailer
    - `city` string — City of the retail location
    - `customer_fee` string — Fee that will be charged for cash loads at this location
    - `latitude` string — Latitude of the retail location. Required along with longitude if zip_code is not provided. Filterable.
    - `longitude` string — Longitude of the retail location. Required along with latitude if zip_code is not provided. Filterable.
    - `phone` string — Phone number for the retail location
    - `retailer_key` string — Retail key identifier from Green Dot, this is used for barcode generation API
    - `retailer_name` string — Name of the retailer supporting Green Dot
    - `state` string — State/province of the retail location
    - `store_id` string — Store ID of the retail location, not used by the barcode generation API
    - `zip_code` string — Zip code/Postal code of the retailer. Required if latitude and longitude are not provided. Filterable.

---

[API](https://skmtc.net/treasuryprime/apis/account.md) · [All operations](https://skmtc.net/treasuryprime/apis/account/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/treasuryprime/account/versions/95a3c69c14e8/schema)
