Optionalconfirmation_OptionalexpandSpecifies which fields in the response should be expanded.
Optionalmandate_Optionalpayment_ID of the payment method (a PaymentMethod, Card, or saved Source object) to attach to this SetupIntent.
Optionalpayment_When included, this hash creates a PaymentMethod that is set as the payment_method
value in the SetupIntent.
Optionalpayment_Payment method-specific configuration for this SetupIntent.
Optionalreturn_The URL to redirect your customer back to after they authenticate on the payment method's app or site. If you'd prefer to redirect to a mobile application, you can alternatively supply an application URI scheme. This parameter is only used for cards and other redirect-based payment methods.
Optionaluse_Set to true when confirming server-side and using Stripe.js, iOS, or Android client-side SDKs to handle the next actions.
ID of the ConfirmationToken used to confirm this SetupIntent.
If the provided ConfirmationToken contains properties that are also being provided in this request, such as
payment_method, then the values in this request will take precedence.