#benclum11
1 messages · Page 1 of 1 (latest)
from the setup_intent
Why do you need setup_future_usage on the PaymentIntent then?
I didn't add it, this payment intent was created from a subscription, so the payment intent was created by Stripe
You don't need to use the mandate from the SetupIntent actually, just the PM
seems like passing intent_params[:setup_future_usage] = '' fixes the issue...