#kan_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/1450831288704438466
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Using "React", "Node.js" as a Quickstart Sample. Maybe relevant
๐
What is your API version ?
Can you share the ID (req_xxx) of the failing API request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
hi! I'm taking over this thread. please share the failed Request ID as mentioned above.
ID: req_v2NS03vpLXuEMmSaQ
thanks! v2 accounts are not yet available to everyone, you need to request access first.
How do i do that
you would need to reach out to Stripe support directly: https://support.stripe.com/contact
I will do that, thank you. What would be the alternative? -- Just do a v1?
Or is Stripe connect in general just for verified users
wait, could you retry the request, but using the latest 2025-12-15.clover API version?
Yes i can try but give me a second please
based on this, it should work: https://docs.stripe.com/changelog/clover/2025-12-15/accounts-v2
Thats how i added it. Response: Accounts v2 is not enabled for your platform. If you're interested in using this API with your integration, please visit https://docs.stripe.com/connect/accounts-v2. CODE: req_v2dXttZ1lcEwOGi28
I will read through the docs, maybe it will work. If not ill contact you again. -- But seems like i need to contact support to access it as far as i can see
it should be generally available now, as mentioned in the doc I linked above
maybe you need to enable something in your Stripe Dashboard first for it to work
Oh okay, I will read it now -- good to hear. Thank you for your help!