PaymentStatus

enum PaymentStatus : Enum<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 processing a PaymentIntent

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 ready to start a payment. Create a PaymentIntent, and then call Terminal.collectPaymentMethod to begin reading a card.

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.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int