#MorenoMdz-connect
1 messages ยท Page 1 of 1 (latest)
sure let me find one
req_z28i09GW2qzsPY
the response is basically:
"error": {
"code": "oauth_not_supported",
"message": "This application does not have the required permissions for this endpoint on account 'acct_1K0VvQ2VWjA3iVXE'.",
"type": "invalid_request_error"
}
This is an express account - with express, the account holder (not the platform) is in control of adding their external accounts. You (as the platform) cannot add them for the express account. You can only control their payout schedule.
Alright, in this case we need a way they use to add a debit card so they can finally use Instant Pay, what do you advise us to do?
You should direct them to the Express dashboard so that they can add it themselves
is there a web flow like the one we use when they setup their Stripe Connect account?
Yeah, you can create an account link for them and direct them to that : https://stripe.com/docs/api/account_links/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
about the express account, is it possible to change the account types we are using so we can do it?
at some point I feel we will need to do it in our own UI
You can do this with Custom accounts, but it requires a lot more work since you have to manage a lot more of the flow yourself
yep I was looking at the docs and talking to the team, there is not in between account type right?
in between custom and express
No, there isn't
so we figured out how to access the UI on the stripe dashboard that allows the user to edit the bank account to a debit card, but can he add a second one instead and we enable one or another as the default/active one?
I don't believe you have control over whether which one is the default (but I'd suggest you try it out to make sure).
we are doing some tests here, ill get back to you if we get blocked again hehe
thanks ๐
Next question, we can get our webview to display the connected dashboard at https://connect.stripe.com/app/express#settings
but then inside it we see under Payout and professional details a list of "settings" that are basically the external accounts we need to have the user going to add/change to a debit card, is there a way I can point the webview directly there? Would need a more specific URL for that
catching up give me a sec
don't think there is a deep link for that
you might have to try to see if there is some generic link as part of the account link but I'm not sure
Did you have an additional question?
yea hehe
If we don't get an additional response after an hour we usually archive the thread to keep things manageable (we can always reopen later if you come back and ask us in the main channel)
right now the way the user can add a debit card, or edit his bank account to a debit card, is by going to the dashboard -> Payout and professional details then clicking on one of the "accounts" there.
Being quite honest, it is not intuitive at all, and our users will be quite lost there without us doing some handholding explaining of how to do it
we want it to be as simple as possible, we have been using stripe for about 6 months now but only with Bank accounts
Basically we need a direction if there is a way to add a debit card to the express account that is easier to use and we can forward the users there, before we consider changing our whole system to use custom accounts
Really there's no other option - the express dashboard is supposed to be relatively simple to use, so there isn't really an alternative
I see
I have a question what is the create-card API endpoint useful for?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
basically who and how can add a card to an account, only Custom accounts?
edit: Yep only custom found out there in the docs.
Yes, it's only for Custom accounts
I will take a look on what we can edit on the express dashboard to maybe make it easier
I don't think you can make any edits to the express dashboard
Hey
Can anyone help
We are not able to see terminal setting menu in our accounts also when we try to open
https://dashboard.stripe.com/settings/terminal
Then it's just redirect to dashboard screen