Skip to main content
GET
/
v2
/
session
/
card
/
token
/
{token}
Get VC data by token
curl --request GET \
  --url https://sandbox.gateway.sezzle.com/v2/session/card/token/{token} \
  --header 'Authorization: <api-key>'
{
  "cvv_number": "123",
  "expiration_date": "0228",
  "first_name": "John",
  "last_name": "Doe",
  "pan": "1234"
}
Security Rules Data is only available for 24 hours and requires an authorization token. Once accessed the token is deleted which cannot be undone.

Authorizations

Authorization
string
header
required

The authentication token generated from providing API Keys to Sezzle Gateway

Path Parameters

token
string
required

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

Response

Successful Operation

cvv_number
string

Sezzle Virtual Card security code

expiration_date
string<date-time>

The expiration date of the virtual card

first_name
string

Customer's first name

last_name
string

Customer's last name

pan
string

The 16-digit virtual card number