#federico_asso360
1 messages · Page 1 of 1 (latest)
Hello
You would detach the PaymentMethod if you don't want it to be used in the future
By simply updating the SetupIntent?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You detach from the Customer
When I created the IBAN form I inserted this accomplishment for the customer:
https://docs.stripe.com/payments/sepa-debit/set-up-payment?platform=web#add-and-configure-an-iban-element
"By providing your payment information and confirming this payment, you authorise Asso360
and Stripe, our payment service provider, to send instructions to your bank to debit your account"
How this authorization is reversed?
That is the associated Mandate.
Which is associated to the PaymentMethod
If the PaymentMethod is detached then the Mandate is inactivated as well
👍