Payment Link Lifetime
info
This field sets the date after which the checkout session will not be valid. No maximum value.
Default: No expiration.
Format: yyyy-MM-ddTHH:mm:ss.fffZ
Request Example
{
"type": "PayByLink",
"terminalIdentifier": "1adfe4a1",
"amount": 48900,
"currency": "ISK",
"expiresAt": "2025-07-15T12:00:00.000Z"
}
Request Field
Field | Type | Required | Description | Example | Min | Max |
---|---|---|---|---|---|---|
expiresAt | DateTime | Optional | The date the session expires in the following format: YYYY-MM-DD T hh:mm:ss.mmm Z . | 2023-03-15T12:00:00.000Z | DateTime.UtcNow | - |