#Danik
1 messages · Page 1 of 1 (latest)
👋 happy to help
when creating your Payment Intent you should add the setup_future_usage parameter to either on_session if you want the Payment Method to be saved but only used when the user is authenticating the payment or off_session when you want to charge the user without having them be on your website
ok I'll try it, thank you!