---
title: "Retrieve a list of previously provisioned payment instrument tokens for a specific account."
method: GET
path: "/programs/{programCode}/accounts/{accountIdentifier}/tokens"
tags: ["PaymentInstrumentToken"]
---

# Retrieve a list of previously provisioned payment instrument tokens for a specific account.

`GET /programs/{programCode}/accounts/{accountIdentifier}/tokens`

This endpoint allows the retrieval of all eWallet tokens previously provisioned into a digital wallet for a specific account based on the accountIdentifier provided in the request. Optionally, results can be filtered by user, device, or payment instrument.

## Path parameters

- `programCode` string, required
- `accountIdentifier` string, required

## Query parameters

- `userIdentifier` string
- `deviceId` string
- `paymentInstrumentIdentifier` string

## Headers

- `X-GD-RequestId` string, required

## Response `200`

OK

- GetPaymentInstrumentTokenListResponse — Represents the response containing a list of payment instrument tokens. Inherits standard response metadata and details from Gd.Bos.DataTransfer.Response.ResponseBase.
  - `tokens` PaymentInstrumentToken[], nullable — Gets or sets the array of payment instrument tokens associated with the response.
    - `paymentIdentifier` string, nullable — Unique identifier of a card number
    - `deviceId` string, nullable — Device Id
    - `last4Pan` string, nullable — Last 4 digits of the card number
    - `DPANID` string, nullable — Network proxy representation of a digital card number. Will be unique to a device
    - `FPANID` string, nullable — Network proxy representation of a payment identifier. Will be consistent across devices
    - `PAR` string, nullable — Network proxy representation of an account. Will be consistent across payment identifiers
    - `last4DPAN` string, nullable — Last 4 digits of a digital card number
    - `wallet` string, nullable — Digital wallet the payment identifier is provisioned into
    - `walletType` string, nullable — The type of wallet
    - `status` string, nullable — Status of the digital card number
    - `paymentNetworkOperator` string, nullable — payment network the card belongs to
  - `responseDetails` ResponseDetail[], nullable — Required: A list of response details providing status codes, descriptions, and additional information about the result of the operation.
    - `code` integer — The primary status or error code for the response (e.g., 200 for success, 400 for validation error).
    - `subCode` integer, nullable — An optional subcode providing more granular detail about the response or error.
    - `description` string, nullable — A human-readable description of the response, error, or status.
    - `url` string, nullable — A URL linking to documentation or a web page with more information about the response code.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

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