You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Type of the next action to perform, one of `redirect_to_url`, `use_stripe_sdk`, `wechat_pay_display_qr_code`, or `verify_with_microdeposits`.
183
+
*/
184
+
type: string;
185
+
186
+
/**
187
+
* Contains instructions for authenticating a payment by redirecting your customer to another page or application.
188
+
*/
181
189
redirect_to_url?: NextAction.RedirectToUrl;
182
190
183
191
/**
184
-
* Type of the next action to perform, one of `redirect_to_url`, `use_stripe_sdk` or `wechat_pay_display_qr_code`.
192
+
* When confirming a SetupIntent with Stripe.js, Stripe.js depends on the contents of this dictionary to invoke authentication flows. The shape of the contents is subject to change and is only intended to be used by Stripe.js.
0 commit comments