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 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
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.