#Moonat
1 messages · Page 1 of 1 (latest)
Hi 👋 I believe that is possible as long as the intent hasn't already been processed.
Is there something specific that you were trying to do but ran into problems doing so?
well, the paymentIntent have a payment_method when its created but for some reason the paymentIntent doesnt have a customer attached, we just need to add the customer ID to the paymentIntent that have been confirmed
Gotcha. I just ran through a test and was able to update the customer attribute on a confirmed Payment Intent. I suspect you may run into errors if the Payment Method on the Payment Intent belongs to another Customers, but otherwise it looks like this is possible.
ok ok, thanks for the answer!