#martin-gaibisso_docs
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/1338861099264512020
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
this doesnt seem to be allowed
Where do you see it?
StripePermissionError: This application does not have the required permissions for this endpoint on account 'acct_1NBgKCQuqCz6D3Lq'.
at res.toJSON.then.Error_js_1.StripeAPIError.message (/Users/martin/ReposEbiz/brippo-dashboard/node_modules/stripe/cjs/RequestSender.js:99:31)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
type: 'StripePermissionError',
raw: {
code: 'oauth_not_supported',
message: "This application does not have the required permissions for this endpoint on account 'acct_1NBgKCQuqCz6D3Lq'.",
request_log_url: 'https://dashboard.stripe.com/acct_1NBgKCQuqCz6D3Lq/test/logs/req_qP3tJUHb5fbtY3?t=1739211437',
type: 'invalid_request_error',
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
There's some requirements for this: https://docs.stripe.com/connect/top-ups#requirements
thanks, most of our accounts are on the UK
what options do we have?
maybe an embedded element? but i cant find any
what options do we have
You mean for top-ups?
Have you tried creating Top-ups to the Platform account? You can then transfer it to the Connected account.
Especially, given you're using Express accounts.
yeah but i want to get the funds from their bank accounts or maybe anothe rpayment method but not from platform bank account
There's an option to Debit connected accounts instead: https://docs.stripe.com/connect/account-debits#requirements
Otherwise, you would need to create a Customer object for each Connected account, and charge them as you normally would any other customer.
the account debits take money from their balance, i want them to be able to topup their balance
yes but this would take fees from it
i just want them to add funds to their account
I think these are all the options that are there for your situation.
ok, where can i make a feature request?
Best via Stripe Support: https://support.stripe.com/?contact=true
ok, thanks for your time