#cyrildave_api
1 messages ¡ Page 1 of 1 (latest)
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.
- cyrildave_api, 1 day ago, 13 messages
- cyrildave_api, 2 days ago, 8 messages
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1253253626852540427
đ Have more to share? Add details, code, screenshots, videos, etc. below.
hello! Where are you looking at that you see 9659970?
For context, there are different balance types - https://docs.stripe.com/api/balance/balance_object. You'll want to retrieve the Balance via the API to check
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 guess is that your funds are all currently in the pending balance. If you want the funds from a payment to bypass the pending balance for testing, you should use one of the testing cards in this section : https://docs.stripe.com/testing#available-balance
Just so you're aware, if you include the corresponding Charge id in the source_transaction parameter : https://stripe.com/docs/api/transfers/create#create_transfer-source_transaction - if the payment is still pending, then the transfer will pull the funds from the pending balance. If the payment is already available, then the transfer will pull the funds from the available balance.
if you don't specify the source_transaction, it'll always try to use the funds from your available balance
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hi its on my Main account
okay, so it looks like you have 96599.70 USD in your available balance on your platform
you're trying to transfer in DOP
yes because the connected account is from Dominican Republic
A platform can only transfer funds in a currency if they have a balance in that currency. This means that if you only have a USD balance, you can only transfer USD. Stripe will automatically convert those funds to XYZ currency when they land in the connected account that has a different settlement currency
how to add DOP currency to my main account?
Hey! Taking over for my colleague. Let me catch up.
YOu should be able to add a new balance currency from your dashboard:
https://dashboard.stripe.com/balance/overview
Do you have a restrcited API key or a secret API key .
You probably should ask to the Stripe Owner to do this:
https://docs.stripe.com/payouts/alternative-currencies
can we do this also on Test mode?
Yes
what account Role can setup this option? Right now my role is Developer, My client is not that techie, maybe I will tell the client to change my role
I'm not sure honestly about the correct role that you need to have alongside being a developer. Administrator is the straightforward option https://docs.stripe.com/get-started/account/teams/roles#admin
However adding a new currency account balance isn't a technical task, it's a dashboard/finance feature
If the Stripe Account owner has difficilties to achieve this, I invite them to reach out to Stripe Support at https://support.stripe.com/contact
They'll assist them.
Thank you, I will try to contact the owner to do this.