---
title: "List pending transactions by customer"
method: GET
path: "/v1.2/cashpickup/transfers/customers/{customerId}/startdate/{startDate}/enddate/{endDate}"
tags: ["Transfer"]
---

# List pending transactions by customer

`GET /v1.2/cashpickup/transfers/customers/{customerId}/startdate/{startDate}/enddate/{endDate}`

Retrieves pending Cash Pickup transactions by customer in the specified date range.

## Path parameters

- `customerId` string, required
- `startDate` string, required
- `endDate` string, required

## Headers

- `requestid` string, required
- `endusersecurityid` string
- `enduserip` string, required
- `partneridentifier` string
- `Authorization` string, required
- `apikey` string

## Response `200`

OK

- CashPickupTransfersResponse — Cash pick up transfer response
  - `transfers` CashPickupTransfer[] — Gets or sets the cash pick up transfers.
    - `transferid` string — Gets or sets the disbursement transfer token.
    - `claimcode` string — Gets or sets the claim code.
    - `expirationdate` string, date-time — Gets or sets the expiration date.
    - `transactionamount` number, double — Gets or sets the transaction amount.
    - `companyfee` number, double — Gets or sets the company fee.
    - `recipientfee` number, double — Gets or sets the recipient fee.
    - `transactiondate` string, date-time — Gets or sets the request date.
  - `responsecode` integer — Specifies the status of a Disbursement Core Service Service operation
  - `responsemessage` string — Specifies the descriptive text on the status of a Disbursement Core Service operation
  - `responsedate` string, date-time — RespnseDate
  - `responsedetail` TransferApiResponseDetail — TransferApiResponseDetail
    - `responsedetailcode` integer — ResponseDetailCode
    - `responsedetaildescription` string — ResponseDetailDescription

---

[API](https://skmtc.net/greendot/apis/baas-apis.md) · [All operations](https://skmtc.net/greendot/apis/baas-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/greendot/baas-apis/revisions/666553766b78/schema)
