Variable ListPaymentIntentsStatusConst

ListPaymentIntentsStatus: {
    CANCELED: "canceled";
    PROCESSING: "processing";
    REQUIRES_ACTION: "requires_action";
    REQUIRES_CAPTURE: "requires_capture";
    REQUIRES_CONFIRMATION: "requires_confirmation";
    REQUIRES_PAYMENT_METHOD: "requires_payment_method";
    SUCCEEDED: "succeeded";
} = ...

Export

Type declaration

  • Readonly CANCELED: "canceled"
  • Readonly PROCESSING: "processing"
  • Readonly REQUIRES_ACTION: "requires_action"
  • Readonly REQUIRES_CAPTURE: "requires_capture"
  • Readonly REQUIRES_CONFIRMATION: "requires_confirmation"
  • Readonly REQUIRES_PAYMENT_METHOD: "requires_payment_method"
  • Readonly SUCCEEDED: "succeeded"

Generated using TypeDoc