#morteza_api
1 messages ¡ Page 1 of 1 (latest)
đ 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/1239555652435709972
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi
we are developing an app for managing expenses, this is the design we have been asked to develop, we need to show stripe issuing cards' balance
yes
yes
we need to show stripe issuing cards' balance
you mean how much money is available on a specific card?
yes
the card may have spending limits like 500$ per month, so we need to show its limit and how much of that limit remains
there's no concept of "balance" for cards. you would just check the spending limits set, and subtract what was already used
how should I know how muh was used ?
i should calculate ??
we know limit but how should know how much has already been used
how should I know how muh was used ?
you would track it on your end, for example by listening to webhook events
authorization weeb hooks ?
yes
if they are approved ?? they count right ?
correct