Skip to content

SudoSOS Back-end API / stripe / StripePaymentTerminal

Interface: StripePaymentTerminal ​

A normalised view of a Stripe Terminal reader, as used internally by SudoSOS. Derived from the Stripe SDK's reader object in StripeService.getTerminals.

Properties ​

available ​

ts
available: boolean;

Whether the reader is free to start a new payment (not mid-action).


id ​

ts
id: string;

The Stripe reader ID.


lastSeenAt ​

ts
lastSeenAt: Date;

When the reader last contacted Stripe.


name ​

ts
name: string;

The human-readable label configured for the reader in Stripe.