GET
/
v2
/
session
/
card
/
token
/
{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

200
application/json

Successful Operation

The response is of type object.