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

Link copied to clipboard
@Json(name = "canceled")
CANCELED

The PaymentIntent has been canceled.

Link copied to clipboard
@Json(name = "processing")
PROCESSING

The PaymentIntent has been created and has a source being processed by Stripe.

Link copied to clipboard
@Json(name = "requires_capture")
REQUIRES_CAPTURE

The PaymentIntent has been created and has a source, but requires capture.

Link copied to clipboard
@Json(name = "requires_confirmation")
REQUIRES_CONFIRMATION

The PaymentIntent has been created and has a source attached, but has not yet been confirmed.

Link copied to clipboard
@Json(name = "requires_payment_method")
REQUIRES_PAYMENT_METHOD

The PaymentIntent has been created, but has no payment method attached to it.

Link copied to clipboard
@Json(name = "requires_action")
REQUIRES_ACTION

The PaymentIntent has been created and requires additional actions (e.g. Display QR).

Link copied to clipboard
@Json(name = "succeeded")
SUCCEEDED

The PaymentIntent has been completed, and funds have been transferred.

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.