Skip to main content

Terminal Sessions

Status

The Terminal Session Status represents the various stages in a terminal session lifecycle. As a Terminal Session progresses from creation to fulfilment, its status will update to reflect its current state.

StatusDescription
InitiateRequestedThe request to begin the session has been submitted to the Terminal and is awaiting confirmation.
InitiatedThe session has been confirmed by the Terminal and is awaiting payment to be taken.
AuthorizedThe payment has been authorized pending final capture (Pre-authorization).
CapturedPayment has now been captured and no further updates will be made to the session.
CancelRequestedThe request to cancel the session has been submitted to the Terminal and is awaiting confirmation.
CanceledThe session has been canceled by the Terminal.
SignatureVerificationRequiredPayment has been captured pending signature verification.
SignatureVerificationAcceptedPayment has been captured after successful signature verification signature verification.
SignatureVerificationRejectedPayment has been reversed following rejection of signature verification.
ExpiredThe terminal session has expired.
DeclinedPayment has been declined by the card issuer.

These statuses help track the state of each session and ensure that any integrated systems can react to updates in a consistent manner.