#bachir2921
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- bachir2921, 20 hours ago, 5 messages
- bachir2921, 23 hours ago, 39 messages
- bachir2921, 5 days ago, 4 messages
👋 happy to help
this is basically set when you're using setup_future_usage when creating the Payment Intent
Indeed, I update this property based on the payment method selected : when the card payment method is selected, I set it to false on the payment intent from my server, and then call elements.fetchUpdates() in the client. Is there something else I should do ?
Actually, not sure it has an effect : see this payment https://dashboard.stripe.com/test/payments/pi_3OHOhsFgrf8fsEG41It5ftLp. It is on_session, yet on the client, the message still appears
whether on_session or off_session the message will show
it will only not show if there's no s_f_u
ah, so that's it