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
When using confirmSetup with Express Checkout Element
constresponse=awaitstripe?.confirmSetup({
elements,// `clientSecret` from the created SetupIntent
clientSecret,confirmParams: {return_url: `${window.origin}/checkout-redirect`,},});
Are there any ways to resolve this error?
I reviewed the payload when calling the API and found this parameter: payment_method_options[paypal][order_id]: 07F30298GS466640P.
According to Stripe documentation, it should return an object containing a payment_method for setting up future payments without immediately charging the customer.
Environment
Windows 11 - Chrome/130.0.0.0
Reproduction
No response
The text was updated successfully, but these errors were encountered:
What happened?
When using confirmSetup with Express Checkout Element
I receive an error object
Are there any ways to resolve this error?
I reviewed the payload when calling the API and found this parameter:
payment_method_options[paypal][order_id]: 07F30298GS466640P
.According to Stripe documentation, it should return an object containing a
payment_method
for setting up future payments without immediately charging the customer.Environment
Windows 11 - Chrome/130.0.0.0
Reproduction
No response
The text was updated successfully, but these errors were encountered: