#olli-billing-upe
1 messages · Page 1 of 1 (latest)
Hi there 👋 no it's not. The element will collect the information if it's requirement for the select type of payment method, but if you need to always be collected then you'll need to do that outside of the element.
okay. can you request to the product team to add always as an option? would make my checkout page look a lot nicer.
also, is it possible to detect what payment method is selected? would like to position mandate text myself
Apologies for the delay, you should be able to listen to the change event for the element and check the value to determine the currently selection payment method type:
https://stripe.com/docs/js/element/events/on_change?type=paymentElement
got it. assuming stripe will automatically handle the 2 day waiting period between notification and debit for direct debits?
Which payment method are you referring to? If you use our integration guides, any code/logic you need to write should be covered for the documented flow
SEPA payments. dont you have to give notice before charging an account?
Part of the guide explains that you need to include the mandate terms in your application: https://stripe.com/docs/payments/sepa-debit/accept-a-payment?platform=web#add-and-configure-an-iban-element
Overall, as I said if you follow the guides and use default configuration, Stripe handles these notification emails: https://stripe.com/docs/payments/sepa-debit#debit-notification-emails