enum Stripe::PaymentIntent::Status

Defined in:

stripe/objects/core/payment_intent.cr

Enum Members

RequiresPaymentMethod = 0
RequiresConfirmation = 1
RequiresAction = 2
Processing = 3
Canceled = 4
Succeeded = 5

Instance Method Summary

Instance Method Detail

def canceled? #

def processing? #

def requires_action? #

def requires_confirmation? #

def requires_payment_method? #

def succeeded? #