#procodecrafter
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- procodecrafter, 3 days ago, 28 messages
- procodecrafter, 4 days ago, 13 messages
Is it about external accounts?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
What about card details ?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Let me test it around , i will get back to you
Where can i get this >?
If i wish to create/update an external account inside the connected account
@fervent vine @muted birch Could you plz explain me
You can pass the bank account details (number, country...) as an object:
https://stripe.com/docs/api/external_account_bank_accounts/create#account_create_bank_account-external_account
Or if you have an already create btok_ object previously created
What is the use case exactly ?
I am trying to create a payout for a multi-vendor platform. I just want to allow users to update , create connected account then inside that connected account i want to insert card details or bank account . even users can update their external card or bank details
Already added a card or bank details throguh self-hosted onboarding now if the user wants to update their external account or card details ?
Express can update their payout account via the Stripe (Express) Dashboard, they manage their payout account by them selves
Can i pass the bank details here ?
The direct API call is for Custom account and not Express or Standard:
https://stripe.com/docs/connect/payouts-bank-accounts?bank-account-collection-method=manual-entry&bank-account-collection-integration=direct-api
Okay
i will try and let you know !
How to allow users to provide access to stripe dashboard
.
is dashboard mobile compatible ?
Yes you can open Stripe Dashboard from mobile
I just want to make ease for my vendors to update their details as he requires
For even a connect account right?
What details they want to update ?
You can create a new AccountLink with type: 'account_update'
Between, you can follow this guide:
https://stripe.com/docs/connect/integrate-express-dashboard
I just want to update users external account or the card details only if user change mind to take payout on the same
Arlready tried but throws an exception
Can you share the ID (req_xxx) of the failing API request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
Thanks for sharing, the error message is quiet explicit:
You cannot create
account_updatetype Account Links for this account. Valid types for this account are ["account_onboarding"].
This account need to be onboarded first and then use account_update if they want to update their account later
When you create an account Link with type account_onboarding are you getting an account link that the connect account can complete their account details/onboarding ?
Yeah ! through that i was able to onboard the user
but it seems like an issue on your end
It doesn't return acaccount updation link for already onboarded account
I just did a test, when creating a link using account_onboarding the connect account can update their details
@muted birch So i should use same ( creation ) link for both purpose
?
Why do you guys put these thing if that is not working on your end ?
What specifically are you trying to do with the Account Link?
I want to update my external account./card details
Then you'd send them to the Express Dashboard via a Login Link: https://stripe.com/docs/connect/integrate-express-dashboard
You can't use hosted onboarding to update external accounts for payouts
@stable slate Tell me something about this
What about it? It's for updating onboaridng information (verification, personal details) before the account is verified
There's no outstanding verification pending for this account, so that's why it errors
Use a Login Link and send them to the Express Dashboard
Okay then help me to generate updation link data related to persona
To update what?
.
personal details
Again, you use the Express Dashboard
Seriously man ?
Account Links are only for onboarding. Once the account is verified/onboarded or there's no pending requirements, they're irrelevant
Looks very cumbursome to update external acccount/card details froom dashboard
Good feedback to share with the team: https://support.stripe.com/contact