#nachofranco14

1 messages · Page 1 of 1 (latest)

dusky dirgeBOT
forest gazelle
#

Hello 👋
You can't re-attach the PaymentMethod once it has been detached

#

You'll need to re-create it

#

as in create a new PaymentMethod

marble locust
#

cool, what would happen if I have the idempotency key in place while creating the paymenet method again?

forest gazelle
#

Stripe will respond with the same response object as before (if the idempotency key hasn't been purged) and won't create a new object

marble locust
#

I see

#

thanks, give me some minutes to see if I can solve it