#Devik
1 messages · Page 1 of 1 (latest)
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
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.
Thanks, The Top ups API is currently only available in US https://stripe.com/docs/connect/top-ups
Ok. Is there a way then to make sure the balance is in correct currency? I get "$0.00" without topping of.
What do you mean by balance in correct currency ?
Nevermind actually, that was third-party thing.
But I still have problem with top up. Do I need to set the connected account to US, or the whole platform?
I guess the whole platform. Can I do this with API?
If your account is not based in US, you can still top up to your balance through Dashboard by clicking the Add to balance button https://dashboard.stripe.com/balance/overview
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Perhaphs there is another way. How can I simulate positive balance on a connected account?
You can't top up directly on a connected account. You can either
- top up the platform balance and transfer the fund to the connected account
- create a charge on the connected account.
I can't top up, so how can I create the charge?
Hmm, what's your concern here?
I want to check if everything works fine if there is a positive balance and I have to write it down in readme, so I can't provide login data to the dashboard.
I mean why you think you can't create charge without topping up your Stripe account balance?
Sorry, I wrote that badly. Since I can't top up, the only option is to create a charge, and I'm not sure how to do it in the easiest way in test mode.