#buvanesh_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1259772514733920286
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
I'm using stripe embedded component with JS, and to create Express account and account session using Rails stripe classes.
What's the account ID?
okay it's testing mode only so Im sharing this ID
acct_1PZ4cRDCUDZDrlkG
Both charges_enabled and payouts_enabled are false for this account, What make you think the customer can able to create charges on this account?
I apologize, there's a typo
without completing the onboarding, the user can't be able to make transaction. so how and where the user can finish the onboarding?
No problem. You can create an account link with type set to account_onboarding and share the account link URL to your user to complete onboarding. https://docs.stripe.com/api/account_links/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Great, thanks for this. I will try this ๐