#ayu-connect
1 messages · Page 1 of 1 (latest)
Hi there! I will try my best to help!
I was wondering if you could provide more information about how you are onboarding your clients?
Hi, we are using this URL to first get the user to signup - https://daughterssons.com/stripe/new-account.php
that later redirects them to the stripe form
I'm using stripe PHP and creating account links using account ID
we are following this code:
$stripe->accountLinks->create
using this documentation:
https://stripe.com/docs/connect/connect-onboarding
Thank you very much for the links, they are very helpful for me to reproduce what your clients are seeing
okay makes sense, let me try it out once. This would enable the fields within the form, Correct?
To update a bank account linked to a Connected account, please update external_account in the Account object: https://stripe.com/docs/api/accounts/update?lang=php#update_account-external_account
This will not enable the fields within the form, instead, this is performed after the clients have created a Connected account.
sorry, I didn't get you, Where is this going to action though - how is the client going to enter their account info then and where?
does this prompt another page after they fill out the complete form?
The collection of these information are not provided within the Account Link, you will have to build an UI or ask the clients to collect these information.
I would recommend listening to the account.updated webhook event to check if there are any information required for the Connected accounts: https://stripe.com/docs/api/accounts/object#account_object-requirements-currently_due
These are the information you would need to collect from your clients to keep the account enabled.
These information are required, e.g. to allow payout, when a new regulation comes out for the country
Hi thanks, I think I can see the info that is required for the client to enable their account on the stripe connect dashboard.
I was just confused why can't the account details field show within the first form we send the client to - along with the rest of the details.
If we ask them to update it later on, on a new UI that might make us look bad. Can you pls confirm if there is no option to show the fields to capture the account info along with other details in the first form only?
Thank you very much for your feedback! I will raise it with the team!
Can you pls let me know about the last part - Can you pls confirm if there is no option to show the fields to capture the account info along with other details in the first form only?