#XFlow developer

1 messages · Page 1 of 1 (latest)

sullen oliveBOT
still whale
#

hello! can you share the PaymentIntent id which you're using?

cobalt ether
#

Hey - pi_3M7XxmIQFgvGhnZa1cKH3Cd3 in test mode

#

cc @still whale

still whale
#

gimme a while to get back to you

still whale
#

Like what you've already mentioned, only the PaymentMethods that respect / support those configurations are shown. For context, EPS, P24 and GiroPay all don't support recurring payments (i.e. setup_future_usage=off_session), that's why they're not showing as an option

#

if you want to display those PaymentMethods as options, then you can't save the PaymentMethod for future usage (i.e. don't include setup_future_usage=off_session)

cobalt ether
#

Makes sense, but my use-case is to show all Payment Methods, and if any Payment Method is saveable, then I want to save it so that I can show the saved Payment Method to customers for easy payments later. What do you recommend? Mount the Payment Element 2 times - one with off_session enables and other without it?

still whale