PaymentStatus

A PaymentStatus represents any of the states that a single payment can be in.

Use of this SDK is subject to the Stripe Terminal Terms: https://stripe.com/terminal/legal

Entries

Link copied to clipboard

Terminal is not ready to start a payment. It may be busy with another command, or a reader may not be connected.

Link copied to clipboard

Terminal is ready to start a payment. Create a PaymentIntent, and then call Terminal.collectPaymentMethod to begin reading a card.

Link copied to clipboard

Terminal is waiting for input from the customer (e.g. for a card to be presented to the reader).

Link copied to clipboard

Terminal is processing a PaymentIntent

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.