Get tokenized method details
Retrieves details for a saved payment method.
Path parameters
methodId
The saved payment method ID.
Headers
requestToken
Query parameters
cardExpirationFormat
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
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
Success
isSuccess
Boolean indicating whether the operation was successful. A true
value indicates success. A false
value indicates failure.
responseData
responseText
Response text for operation: ‘Success’ or ‘Declined’.