#cecilia-chen-_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/1275266624433164309
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hello! gimme a while to take a look
oh never mind, i got it. i forgot to pass it from my client side.
from what i'm seeing, you passed in ssn_last_4 - https://dashboard.stripe.com/test/logs/req_CTyzzyqXofneO8. Have you tried passing in https://docs.stripe.com/api/accounts/create#create_account-individual-id_number?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I wonder what is this identity document?
I'm creating custom connect account, and passing in all the required fields in order to enable transfer capacbilities.
but How to use api to pass in Identity document? Is there any docs?
these guides are probably what you're looking for :
this is so complicate, can i just create a remediation link for the connect account, and send the url to the connect account's email, and listen for webhooks?
if you find this complicated, why not let Stripe handle requirements gathering instead? Is there a reason why you chose Custom connected accounts?
our team were thinking that we do not want to over complicated the process of signing up service providers on our platform, because we don't want to lead them to another site
you can try using account links instead : https://docs.stripe.com/api/account_links/create and see if that works for you
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
is "The URL for the account link." same as the remediation link?
I'm not entirely certain what you mean by remediation link - an Account Link leads to a hosted page where the Custom account can input required info : https://docs.stripe.com/connect/custom/hosted-onboarding
You should really try it out to see how it works and if it fits your needs
is there onboarding components available for ios app?
We have embedded components e.g. https://docs.stripe.com/connect/supported-embedded-components/account-management, but nothing mobile specific unfortunately.
can i use a webview in my app to open the link for our users?
i don't see any reason why it wouldn't work, but you'll want to test it out
ok i will test it. thank you
when checking if the user is eligible for transfer and payout (our platform will transfer money to them, what fields i should check?
I only see "charges_enabled", and "payouts_enabled" fields, i do not see anything relate to transfer?
I'm checking the Account Object:
https://docs.stripe.com/api/accounts/object
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
When the charges_enabled is true, i.e. the funds can be collected, then the funds can be transferred