PaymentIntentStatus
The status of a PaymentIntent
Entries
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.
Properties
Functions
Link copied to clipboard
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