PaymentIntentStatus

Entries

Link copied to clipboard

The payment was successful, no further action required.

Link copied to clipboard

The payment intent has been cancelled. Uncaptured funds will be returned.

Link copied to clipboard

Populate payment_method when calling confirm This value is returned if payment_method is either null or the payment_method has failed during confirm, and a different payment_method should be provided.

Link copied to clipboard

Pending customer action, see next_action for details. Possible causes are pending 3DS authentication, QR code scan.

Link copied to clipboard

See next_action for the details. For example next_action=capture indicates that capture is outstanding.

Types

Link copied to clipboard
object Companion

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
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun describeContents(): Int
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.

Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)