#jihen
1 messages · Page 1 of 1 (latest)
@plush plank what's your question?
(hmunoz is in a different timezone and won't be around for a while , I can try to help)
can you paste the acct_xxx ID you're using in that command?
and yes, you can't set payout details on certain types of accounts
yes
that API is for changing the details of connected accounts, when using our Connect product https://stripe.com/docs/connect/.
you just use your dashboard to change your own settings, not the API.
the settings are at https://dashboard.stripe.com/settings/payouts
how can I change settings?
yeah I don't think it's an option there
why do you want to delay us sending you your money by 14 days exactly?
Ihave an e-commerce plateform where there is sellers who add their product and client how buy these products. in this case I want that the seller receive his money after 14 days to make a period of time to the client to test the product and claim a return if needed
Ah, so it does sound like you're trying to use this for a Connect integration, is that right? If so, have you created a test connected account to use for testing these flows?
yes it is the case
yes I have a test connected account
@void relic can you help me please?
The account ID that you linked earlier, is that the ID of your platform account or your connected account?
huum how can I know that
Based on what I'm seeing on our end, it looks like it's the platform account. Earlier you said that you created a test connected account, do you have the ID for that account?
a test connected account it means test mode?
Alright, lets take a step back
Earlier you mentioned that you have an ecommerce platform that sounds like it is going to serve as a marketplace.
yes!
You have clients listing products, and customers buying them.
yes that's it
This sounds like an ideal scenario for our Connect solution. In this approach you will have an account that serves as the Platform account. Then each of your clients would have their own Stripe account that you'd interact with.
Is this something you're already working with?
yes
no it's only one account
Alright, so if you want to test Connect processes and flows, the first thing you're going to want to do is create a connected account. Do you know what type of Connect accounts you're planning to use? Express, Standard, or Custom?
I'm using prestashop and stripe connect module I don't know exactly what type of connect account
Looking at your account I see several connected accounts on it, and they all appear to be Standard accounts.
ok
so how can I configure what I want ?
what is the difference between express, standard and custom connect ouccounts?
That's discussed here, but it also may not matter as it sounds you're using an extension/plug-in. Do you have a link to the PrestaShop extension that you're using?
that means the module that i use?
I believe so, I'm not entirely certain the verbiage that PrestaShop uses.
Thank you for that. Unfortunately we're not sure what the inner-workings of that module look like, and therefore won't be able to give solid guidance on how to you use it to achieve your needs. The support flows listed in the 'Technical support' tab are likely a better place to get assistance with it.
You can try to circumvent the module by making your own API calls, but these could impact the performance of the module if you move an object into an undesired state. Circling back to your original post, you'd need to provide the connected accounts ID in that cURL call rather than your platform's account ID. You can find your connected accounts in your dashboard:
https://dashboard.stripe.com/test/connect/accounts/overview
You may be able to get these IDs from the module as well, but you'd need to speak with the module's support team to determine how.
It might, but you wouldn't use your Account ID in that first line.
I deleted that message as it contained a secret key. It is just your test key but I'd still recommend rolling it and be more cautious about not posting secret keys in the future.
ok thank you
But I must use the ID of my clients ?
Yes, you would use the Account ID of the connected account.