PaymentIntentStatus
A PaymentIntentStatus
represents the state that a given PaymentIntent is currently in.
See the API Reference for Intent Statuses
Use of this SDK is subject to the Stripe Terminal Terms: https://stripe.com/terminal/legal
Entries
The PaymentIntent has been canceled.
The PaymentIntent has been created and has a source being processed by Stripe.
The PaymentIntent has been created and has a source, but requires capture.
The PaymentIntent has been created and has a source attached, but has not yet been confirmed.
The PaymentIntent has been created, but has no payment method attached to it.
The PaymentIntent has been created and requires additional actions (e.g. Display QR).
The PaymentIntent has been completed, and funds have been transferred.
Properties
Functions
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.)
Returns an array containing the constants of this enum type, in the order they're declared.