#groarq_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/1243493116816920637
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ happy to help
You can't list/use it as it's pending setup still via the intent (in a requires_action state): seti_1PJsyGFDgkUdCdUXJcuVT9tq
So how can I replicate the state of stripes Payment Methods in dashboard?
You can't really, why would you want to? That payment method cannot be used in payments
Just to display to a user that they have pending verification for bank account
You'd use the Setup Intent for that instead, and re-attempt confirmation via Stripe.js which will commit the required flows to connect to their banking provider etc
Is there a way of getting some list of setup intents that are not resolved or I need to save its ID ?
https://docs.stripe.com/api/setup_intents/list
You can use customer parameter there
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 I look only for itents that have status => "requires_action" ?
Not today