#softnet-api-error
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.
- venkateshjsoft, 16 hours ago, 9 messages
- venkateshjsoft, 21 hours ago, 6 messages
- softnet-paymentintent-newpaymentmethod, 2 days ago, 108 messages
- venkateshjsoft, 2 days ago, 22 messages
- venkateshjsoft, 5 days ago, 10 messages
- venkateshjsoft, 5 days ago, 2 messages
👋 How can I help?
Hi
There is a payment intent which was failed before
now I want to modify the payment intent to support additional payment methods
your team suggested me to use update payment intent method
but its failing
setup_future_usage cannot be used with one or more of the values you specified in payment_method_types. Please remove setup_future_usage or remove these types from payment_method_types: [" card"].
im getting this error
Can you share the request ID (req_xxx) with the error? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
req_HYUhCmz7cDYZRD
hi! I'm taking over this thread.
that's normal, since ideal doesn't support setup_future_usage
so for this to work you should remove ideal
I want to give user ablity to choose ideal also
in that case shall I remove setupfuture usage?
give me a few minutes to look into this.
sorry Discord is busy, having a look very soon.
acording to this, ideal supports setup_future_usage, so I was wrong: https://stripe.com/docs/payments/payment-methods/integration-options#additional-api-bank-redirects
sure
I think I found the issue
you set payment_method_types: [ "ideal", " card" ] with an extra space before card.
can you try removing that space?
so it should be payment_method_types: [ "ideal", "card" ]
softnet-api-error