#tacologist.
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- tacologist., 5 days ago, 13 messages
I am creating a Payment Intent, then updating it with a Payment Method, and I want to charge the user, but it won't let me, I get that error message
Hello! Which of our Stripe client libraries are you using?
What version? 11.5.0
Using our Java sdk?
Node
Ah, so support for allow_redirects was added in 12.13.0 of our stripe-node library. You likely want to update to that version to get this working
Ohh okay, so without upgrading the version, what are my options to do this?
Adding a return_url?
You could add a return_url or you could try doing a custom request (https://github.com/stripe/stripe-node/tree/v14.7.0-beta.1#custom-requests)
Is that custom request supported in version 11.5.0?
it should be!