#morteza_api

1 messages ¡ Page 1 of 1 (latest)

hardy escarpBOT
#

👋 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.

craggy bay
#

Hi

proper mantle
#

hi there!

#

are you using Stripe Issuing?

craggy bay
#

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

craggy bay
proper mantle
#

we need to show stripe issuing cards' balance
you mean how much money is available on a specific card?

craggy bay
#

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

proper mantle
#

there's no concept of "balance" for cards. you would just check the spending limits set, and subtract what was already used

craggy bay
#

how should I know how muh was used ?

#

i should calculate ??

#

we know limit but how should know how much has already been used

proper mantle
#

how should I know how muh was used ?
you would track it on your end, for example by listening to webhook events

craggy bay
#

authorization weeb hooks ?

proper mantle
#

yes

craggy bay
#

if they are approved ?? they count right ?

proper mantle
#

correct