#deepstitch - payment intents
1 messages ยท Page 1 of 1 (latest)
Hello! Just starting a thread for you -- I'll review and respond as soon as I can ๐
Thank you!
What do you mean by "stuck" exactly? It looks like you never confirmed these payment intents.
these payment intents were created on the server side after selecting from a previously stored payment method
i'm researching now, should i have generated the payment intent using the same flow as we have for new payment methods? (request the client secret from our server, send it back to the client, and process in js using confirmCardPayment?
In that case you likely want to confirm during creation using confirm=true in that server request
perfect - thanks, I'll try this instead - we're migrating from a really old version (5.36) to 20.116 - much is different
That did it! Thanks!
Nice!