Expiration Date
When the CreateSessionRequest.expiration
property is sent during session creation, it defines the deadline by which a session must be completed.
- Required Format: The expiration property must be a string in a valid timestamp format according to the
ISO 8601
standard.
Example: 2023-07-17T13:12:44-05:00. - Minimum Time: The date and time specified in expiration must be at least 5 minutes after the session is created.
The expiration
property is optional. If not provided, the system will automatically assign a default expiration time of 30 minutes from the session creation.
{
"locale": "es_CO",
"auth": ...
"payment": {
...
}
"expiration": "2024-09-03T12:23:39-05:00",
...
}