---
title: "List Green Dot Cash Loads"
method: GET
path: "/greendot"
tags: ["Green Dot"]
---

# List Green Dot Cash Loads

`GET /greendot`

## Query parameters

- `account_id` string
- `status` 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 elements, starting after the greendot described by `page_cursor`. If no more greendots are available, the resulting list will be empty.

- object
  - `data` object[]
    - `account_id` string — ID of the Account receiving the cash load. Filterable.
    - `amount` string — Amount of money being loaded. It cannot be specified when creating the barcode.
    - `authorized_at` string — Timestamp when the cash load was authorized
    - `available_at` string — Timestamp when funds became available
    - `bank_id` string — ID of the bank with which this object is associated
    - `barcode_number` string — The barcode number used to generate a barcode image for scanning at the Point of Sale
    - `channel_type` string — Where is the cash load barcode being generated
    - `completed_at` string — Timestamp when the cash load was completed
    - `device_type` string — Type of device used for the cash load
    - `email_address` string — Verified email address of the end user the cash load is for
    - `error` string — The reason the deposit was voided during the authorization phase. Not every voided deposit will have an error. But deposits voided by Treasury Prime will have an error.
    - `expired_at` string — Timestamp when the cash load expired
    - `expires_at` string — Timestamp of when the cash load will expire. This is defined by Green Dot when the barcode is created.
    - `id` string — Unique identifier for object
    - `ip_address` string — IP address of the client device from which the cash load was initiated
    - `latitude` string — Latitude of the client's device when generating the barcode
    - `longitude` string — Longitude of the client's device when generating the barcode
    - `metadata` object — Metadata from Green Dot. This data is populated when the cash load is authorized.
    - `retailer_key` string — Retail key identifier from Green Dot
    - `status` string — Current status of the cash load. Filterable.
    - `voided_at` string — Timestamp when the cash load was voided

---

[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)
