Get tokenized method details

Retrieves details for a saved payment method.

Path parameters

methodIdstringRequired
The saved payment method ID.

Headers

requestTokenstringRequired

Query parameters

cardExpirationFormatintegerOptionalDefaults to 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
includeTemporarybooleanOptionalDefaults to 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

Success
isSuccessboolean or null

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

responseDataobject or null
responseTextstring or null

Response text for operation: ‘Success’ or ‘Declined’.

Errors