#pinho-fees-taxes
1 messages ยท Page 1 of 1 (latest)
Hello ๐
Our team on discord doesn't know much fees unfortunately.
We have this doc that explains different fees in depth
https://stripe.com/pricing
But you might to talk to our support team as they can help you get the exact answers
https://support.stripe.com/?contact=true
Ok, I'll contact them.
Can you tell me why I'm continuously being asked, when loggin in, of my Mobile Authentication? even if I check the "Stay signed in for a week" it has the same problem.
huh weird. have you tried using a different browser to see if that helps?
Are you in incognito mode?
I think the problem happens because I'm currently working in the "Onboarding Stripe" and whenever I finish completing the form, if I try to go to Stripe it will force me to put the password and logs me off. The problem is that I'm the developer and I need to continuously keep asking my client for the code, which is a pain in the ass.
Does stripe allow more than one mobile number for loggin in?
I'm using chrome, without incognito.
I'm not really sure as our team mainly works with APIs. Our support team might be able to help with that too.
I believe the account owner can create a role for you which should give you the access. Our support team will help you set that up.
Ok thanks, I'll have a look.
This thread has been archived. If you need help with anything else please ask in #dev-help or contact Stripe Support: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
@sharp robin I see you typing so I re-opened the thread in case you had any follow ups
I wasn't sure if I could type different subjects in the same thread. ๐
all good, what's your question?
I was actually trying to find info in google while typing in discord. I need to understand how to create payouts for the connected accounts.
https://stripe.com/docs/api/payouts/create this documentation seems to only be for the main account
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
My logic is something like: Main account -> Transfers to connected account X value -> Payouts to connected account X value
Gotcha. We have docs on this ๐
https://stripe.com/docs/connect/manual-payouts
All my accounts are set as "Interval => Manual". The link your provided says the following: "To trigger a payout of these funds, use the Payouts API"
Which points to this documentation: https://stripe.com/docs/api/payouts/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.
Where do I say from which connected account should the payout occur?
Right here's the example how you'd trigger a payout for a connected account
https://stripe.com/docs/connect/manual-payouts#regular-payouts
I can't see this in the original documentation ๐ค
which ones exactly? Can you share the link?
Is this somewhere in this documentation? https://stripe.com/docs/api/payouts/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.
Ah it wouldn't be in the API ref for each endpoint but we do have a reference to it here
https://stripe.com/docs/api/connected_accounts?lang=node
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ok thanks, I'll give a try.
๐