Skip to main content

CreateSessionResponse

session object

The created session object

idstring

The gateway session id

fullUrlstring<uri>

The Normal-Flow URL to render on the cardholder client device, to initiate the full 3DS authentication flow.

authUrlstring<uri>

The Split-Flow URL to handle the first part of the authentication flow (preAuth + Auth)

challengeUrlstring<uri>

The Split-Flow URL to handle the challenge part of the authentication flow

returnUrlstring<uri>

The URL to return the client to on authentication completion in Normal-Flow or after each step in the Split-Flow.

testboolean

Indicates whether this session was created using a test API key.

expiresAtstring<date-time>

The time of session expiration. After this time, no new authentication attempts can be made.

createdAtstring<date-time>

The time of session creation.

CreateSessionResponse
{
"session": {
"id": "string",
"fullUrl": "string",
"authUrl": "string",
"challengeUrl": "string",
"returnUrl": "string",
"test": true,
"expiresAt": "2024-07-29T15:51:28.071Z",
"createdAt": "2024-07-29T15:51:28.071Z"
}
}