v1

latestOpenAPI 3.0.12026-07-243407211.3 MB
PaymentInstrumentToken

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

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.

get/programs/{programCode}/accounts/{accountIdentifier}/tokens

Path parameters

programCodestring required

The program code associated with the account.

accountIdentifierstring required

The unique identifier of the account for which to retrieve payment instrument tokens.

Query parameters

userIdentifierstring

(Optional) The unique identifier of the user to filter tokens by user.

deviceIdstring

(Optional) The device identifier to filter tokens by device. (Obsolete: only available in some cases.)

paymentInstrumentIdentifierstring

(Optional) The unique identifier of the payment instrument to filter tokens by instrument.

Headers

X-GD-RequestIdstring required

The unique request identifier provided in the X-GD-RequestId header for tracking the request.

Response

OK