#deepstitch - payment intents

1 messages ยท Page 1 of 1 (latest)

muted juniper
#

Hello! Just starting a thread for you -- I'll review and respond as soon as I can ๐Ÿ™‚

median pumice
#

Thank you!

muted juniper
#

What do you mean by "stuck" exactly? It looks like you never confirmed these payment intents.

median pumice
#

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?

muted juniper
#

In that case you likely want to confirm during creation using confirm=true in that server request

median pumice
#

perfect - thanks, I'll try this instead - we're migrating from a really old version (5.36) to 20.116 - much is different

muted juniper
#

๐Ÿ‘

#

let me know if you hit any issues

median pumice
#

That did it! Thanks!

muted juniper
#

Nice!