#lpapadak_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/1342586415619379262
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
As far as I know, this isn't possible within embedded onboarding
@smoky karma thx for replying. If not, how can a connected company complete the verification process ? Dashboard access is none
You should still be able to send them an account link to collect eventually_due
i tried stripe account_links create --account=acct_11111111 --refresh-url="https://example.com/reauth" --return-url="https://example.com/return" --type=account_update
but i got
"message": "You cannot create `account_update` type Account Links for this account. Valid types for this account are [\"account_onboarding\"].",
"param": "type",
"request_log_url": "https://dashboard.stripe.com/test/logs/req_IaLwnEUfnrgUNs?t=1740168439",
"type": "invalid_request_error"
}
and account_onboarding does not include any documents upload. If i could at least create the same link as "Request Information" dashboard button that would be great
Yeah try with account_onboarding instead
You should be able to still tell it to collect eventually_due
got it , the settings are actually in the js part embeddedOnboardingComponent.setCollectionOptions({ fields: 'eventually_due', futureRequirements: 'include', });