#morteza_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.
- morteza_api, 2 hours ago, 39 messages
- morteza_api, 2 days ago, 21 messages
đ 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/1240339741862264906
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hey there
it's me again
I need to get balance for the connected account
I use stripe.balance with api key and stripe-account
Hello! Can you give me the request ID of your most recent attempt? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
I don't have access to the dashboard
letme put it this way, imagine we have 4 cards in one account
I thought you said this was a connected account?
Yes.
if. there is no limits on any cards they can spend as much as issuing_balance right ?
Yes.
great, I use this curl command to get the balance
curl https://api.stripe.com/v1/balance
-u "sk_live...:"
-H "Stripe-Account: acct_1NZtnRQ9wCDdOary"
does this return the balance for issuing-balance releated to that account ?
Again, though, I'd love to see a request ID.
The request ID is in the response headers, so if you add a -v flag to that curl command you should be able to get the request ID in the response.
Thanks. So what do you see for the issuing property in the response you're getting? It sounds like what you're seeing there isn't what you expect?
it's 0
there seems that for this connected account
it's 0
I just tested with another account which was 1120
I have another question, can we transfer money to issuing-cards ?
Transfer money? What do you mean?
yes, like transfer money by entering a virtual card number
are cards only for spending ?
or we can send money to them
I believe they're only for spending, but Stripe support is better at general Issuing questions than we are here: https://support.stripe.com/contact/email
ok, one last question
we can get balance for issuing, what about cards ? I want to calculate it myself
by adding all transactions amount in the interval whihc is in spending-limits
You can list Balance Transactions by type and look for the Issuing ones you're interested in, then calculate using the results: https://docs.stripe.com/api/balance_transactions/list#balance_transaction_list-type
There are also Issuing reports you can use. Have a look at the Issuing info on this page, for example: https://docs.stripe.com/reports/reporting-categories