Unique identifier for the object.
String representing the object's type. Objects of the same type share the same value.
The value of application on the SetupIntent at the time of this confirmation.
Optionalattach_If present, the SetupIntent's payment method will be attached to the in-context Stripe Account.
It can only be used for this Stripe Account's own money movement flows like InboundTransfer and OutboundTransfers. It cannot be set to true when setting up a PaymentMethod for a Customer, and defaults to false when attaching a PaymentMethod to a Customer.
Time at which the object was created. Measured in seconds since the Unix epoch.
The value of customer on the SetupIntent at the time of this confirmation.
The value of customer_account on the SetupIntent at the time of this confirmation.
Indicates the directions of money movement for which this payment method is intended to be used.
Include inbound if you intend to use the payment method as the origin to pull funds from. Include outbound if you intend to use the payment method as the destination to send funds to. You can include both if you intend to use the payment method for both purposes.
Has the value true if the object exists in live mode or the value false if the object exists in test mode.
The value of on_behalf_of on the SetupIntent at the time of this confirmation.
ID of the payment method used with this SetupAttempt.
The error encountered during this attempt to confirm the SetupIntent, if any.
ID of the SetupIntent that this attempt belongs to.
Status of this SetupAttempt, one of requires_confirmation, requires_action, processing, succeeded, failed, or abandoned.
The value of usage on the SetupIntent at the time of this confirmation, one of off_session or on_session.
A SetupAttempt describes one attempted confirmation of a SetupIntent, whether that confirmation is successful or unsuccessful. You can use SetupAttempts to inspect details of a specific attempt at setting up a payment method using a SetupIntent.