#lewis-sequence_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1422995533345063049
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, that is likely that card payment mehod is still not enabled but us_bank_account is hence, it's asking for that payment method type.
When they enabled card, did you ensure that they saved the change?
I see this when I look at their account in "Connected accounts"
Are you able to try making a new request to create the PaymentIntent please?
Tried again: req_hiPkZNi5v2QqE0
Same error.
Looking further
Ohh, you're using Idempotent requests https://docs.stripe.com/api/idempotent_requests. This means that when they make these requests, we'll return the same result: https://docs.stripe.com/error-low-level#idempotency. You can retry the request with a new idempotency key or wait 24 hours for that key to expire