Passer au contenu principal
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"
}

Documentation Index

Fetch the complete documentation index at: https://docs.sezzle.com/llms.txt

Use this file to discover all available pages before exploring further.

Règles de sécurité Les données ne sont disponibles que pendant 24 heures et nécessitent un jeton d’autorisation. Une fois consultées, le jeton est supprimé et cette action est irréversible.

Autorisations

Authorization
string
header
requis

The authentication token generated from providing API Keys to Sezzle Gateway

Paramètres de chemin

token
string
requis

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

Réponse

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