SetupIntentStatus

Status of the setup intent.

  • REQUIRES_PAYMENT_METHOD - The initial status of the setup intent. A payment method must be associated with the setup intent before the payment method can be saved.
  • PROCESSING - The setup intent is being updated or performing an action.
  • SUCCEEDED - The setup intent has been successfully confirmed. The payment method can be used for future transactions and payments.

For more information, see Setup intent statuses.

string (SetupIntentStatus)
Default: "REQUIRES_PAYMENT_METHOD"

Status of the setup intent.

  • REQUIRES_PAYMENT_METHOD - The initial status of the setup intent. A payment method must be associated with the setup intent before the payment method can be saved.
  • PROCESSING - The setup intent is being updated or performing an action.
  • SUCCEEDED - The setup intent has been successfully confirmed. The payment method can be used for future transactions and payments.

For more information, see Setup intent statuses.

Enum: "REQUIRES_PAYMENT_METHOD" "PROCESSING" "SUCCEEDED"
"REQUIRES_PAYMENT_METHOD"