#Julio
1 messages · Page 1 of 1 (latest)
hi
Hello, I am not quite clear on the question. What are you looking to modify here?
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 ?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
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
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
okay