v2

latestOpenAPI 3.1.02026-07-264249163.7 KB
Virtual

Get VC 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.

get/v2/session/card/token/{token}

Path parameters

tokenstring required

The session token to get (from Create Card Session response)

Response

Successful Operation

cvv_numberstring

Sezzle Virtual Card security code

expiration_datestring date-time

The expiration date of the virtual card

first_namestring

Customer's first name

last_namestring

Customer's last name

panstring

The 16-digit virtual card number

Example response

{
  "cvv_number": "123",
  "expiration_date": "0228",
  "first_name": "John",
  "last_name": "Doe",
  "pan": "1234"
}