Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration PaymentIntentStatus

Index

Enumeration Members

Canceled: 4

The PaymentIntent was canceled.

Processing: 3

The PaymentIntent is in the middle of full EMV processing.

RequiresCapture: 2

Next step: capture the PaymentIntent on your backend via the Stripe API.

RequiresConfirmation: 1

Next step: process the payment by calling processPayment.

RequiresPaymentMethod: 0

Next step: collect a payment method by calling collectPaymentMethod.

Succeeded: 5

The PaymentIntent succeeded.

Generated using TypeDoc