English
cURL
curl --request GET \ --url https://sandbox.gateway.sezzle.com/v2/token/{token}/session \ --header 'Authorization: <api-key>'
{ "token": "4f8cf865-2089-4423-85fd-ea833a16b62d", "expiration": "2020-04-29T19:31:54Z", "links": [ { "href": "https://gateway.sezzle.com/v2/token/4f8cf865-2089-4423-85fd-ea833a16b62d/session", "method": "GET", "rel": "self" } ], "customer": { "uuid": "a9d8e15c-5e4a-4201-aa8f-7540f934a9a2", "expiration": "2020-10-13T14:29:41Z", "links": [ { "href": "https://gateway.sezzle.com/v2/customer/a9d8e15c-5e4a-4201-aa8f-7540f934a9a2", "method": "GET", "rel": "self" } ] } }
The authentication token generated from providing API Keys to Sezzle Gateway
The session token to retrieve
Successful Operation
The token from the request
The UTC expiration date of the token
If the customer has not finished tokenization then the customer object is omitted
Hide child attributes
The unique identifier for this response
Available API links prefilled with UUID with accompanying method
The URL for a subsequent step
The link relationship
self
capture
checkout
create
customer
list
order
preapprove
refund
release
session
token
The HTTP request method used when redirecting a customer. If omitted, will default to GET.
GET
POST
PUT
PATCH
DELETE
The UTC expiration date of the customer tokenization
The customer's date of birth in YYYY-MM-DD format (parameter is input only)