Skip to main content

Get virtual card data by token

You can use this endpoint to request card data with the checkout card token. The card token is temporary and only available for a limited time. This endpoint is only needed when a card session is created with a card response format of token.

security rules

Data is only available for 24 hours and requires an authorization token. Once accessed the token is deleted which cannot be undone.

Endpoint

GET https://gateway.sezzle.com/v2/session/card/token/{token}

Example Response

{
"cvv_number": "string",
"expiration_date": "MMYY",
"first_name": "string",
"last_name": "string",
"pan": "string"
}