#prabu17
1 messages · Page 1 of 1 (latest)
Can you share your account ID, so that I can take a closer look whether your account is in the connected embedded beta? You can find your account ID by logging in to https://dashboard.stripe.com/settings/account. It'll be in the upper right hand corner and looks like acct_123
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
account_session = Stripe::AccountSession.create({
account: "acct_1OFrj7KwOYMQrASD",
components: {
account_onboarding: {
enabled: true
}
}
})
acct_1GkCZZDUzeG8CXei here is my account
Thanks! Can you share the request ID (req_xxx) of the error, "You are trying to create an Account Session for an account that is not supported."? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site 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.
req_7hLRnr9QYsoZfk
acct_1OFrj7KwOYMQrASD is a Standard connected account. Account onboarding via connect embedded component only supports Custom connected account: https://stripe.com/docs/connect/supported-embedded-components#account-onboarding