GET
/
TokenStorage
/
{methodId}

Authorizations

requestToken
string
header
required

Most endpoints require an organization token. Some endpoints require an application token, and those endpoints are noted.

Path Parameters

methodId
string
required

The saved payment method ID.

Query Parameters

cardExpirationFormat
integer
default:
0

Format for card expiration dates in the response.

Accepted values:

  • 0: default, no formatting. Expiration dates are returned in the format they're saved in.

  • 1: MMYY

  • 2: MM/YY

includeTemporary
boolean
default:
false

When true, the request will include temporary tokens in the search and return details for a matching temporary token. The default behavior searches only for permanent tokens.

Response

200 - application/json
isSuccess
boolean

Boolean indicating whether the operation was successful. A true value indicates success. A false value indicates failure.

responseData
object | null

The object containing the response data.

responseText
string | null

Response text for operation: 'Success' or 'Declined'.