#lpapadak_api

1 messages ¡ Page 1 of 1 (latest)

chrome oasisBOT
#

👋 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.

smoky karma
#

As far as I know, this isn't possible within embedded onboarding

haughty raft
#

@smoky karma thx for replying. If not, how can a connected company complete the verification process ? Dashboard access is none

smoky karma
#

You should still be able to send them an account link to collect eventually_due

haughty raft
#

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

smoky karma
#

Yeah try with account_onboarding instead

#

You should be able to still tell it to collect eventually_due

haughty raft
#

got it , the settings are actually in the js part embeddedOnboardingComponent.setCollectionOptions({ fields: 'eventually_due', futureRequirements: 'include', });

smoky karma
#

Oh nice

#

Didn't realize that