#Julio

1 messages · Page 1 of 1 (latest)

proud drumBOT
violet pollen
#

hi

wanton tendon
#

Hello, I am not quite clear on the question. What are you looking to modify here?

violet pollen
#

the iban itself

#

like https://stripe.com/docs/api/payment_methods/update changing the iban to a new.

Say my customer is paying using an IBAN and later on, he asks me to change the IBAN because he got a new bank or whatever.

What should i do ?
Just add the new iban ? and change the subscription using this iban ?
And then deleting the old one ?

No way to just change the numbers of the IBAN ?

wanton tendon
#

Yeah you should create a new PaymentMethod and collect those new details the way that you collected the old one

#

You can delete the old PM if you want, not necessarily required but that would probably simplify things

violet pollen
#

is it possible tho ?

#

from the api , it looks like i can only detach from user

wanton tendon
#

You are right, I meant to say "detatch", it is functionally very similar. The payment method is removed from the customer record and it can't be used for payments anymore

violet pollen
#

okay