#Beat.
1 messages · Page 1 of 1 (latest)
Can you share the request ID where you encounter this?
https://stripe.com/docs/api/request_ids / https://support.stripe.com/questions/finding-the-id-for-an-api-request
Or check your Dashboard logs for errors: https://dashboard.stripe.com/test/logs/
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Find help and support for Stripe. Our support center 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.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I don't have access to that information atm.
Actually, it looks like automatic_payment_methods is not updatable after creation:
https://stripe.com/docs/api/payment_intents/update
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Can you explain the use case for this? In what scenario would you want to switch that?
Stripe limits our usage to 6k per ACH transaction 20k ACH per week. As a result, we need to hide the bank account option if the cart of a customer is greater than 5k
Ah, gotcha
I can share feedback about a way to enable this, but for now you'd need to create another payment intent
You should also reach out to our support team to see whether your account qualifies for higher ACH limits: https://support.stripe.com/contact
Find help and support for Stripe. Our support center 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.
Ok. Please share any feedback you have. I need to talk to a higher up about the path forward but your solution will be most likely.
I mean, I will share feedback internally about this challenge you face, so that we can look at ways to make that easier in future.