#heymato

1 messages · Page 1 of 1 (latest)

fresh scrollBOT
opal siren
#

👋 happy to help

#

once the PaymentIntent is successful you can no longer update it

#

would you mind sharing your scenario/use-case maybe I could find a workaround for you

remote blaze
#

I'm working in an existing project and customers are created at the end of the payment

#

since I link both stripe and custom customers together I can only do this at the end of the payment

#

so I'm looking for a way to bind the first payment to a stripe customer

#

after the first payment everything works as it should

opal siren
#

unfortunately that's not possible, once the payment is made you can't re-associate the Customer of the PaymentIntent

remote blaze
#

ok

opal siren
#

do you really need to validate the payment before creating the customer?

remote blaze
#

Well I'm thinking to link maybe later

#

so I will create the stripe customer first and link them toghether at the end

opal siren
opal siren
remote blaze
#

well that's exactly what I will try to do

#

thanks for the insights

opal siren
remote blaze
#

well, creating my stripe customer right before the paymentIntent and bind link them alreadye

opal siren
#

let me know if you need any more help