#morteza_api

1 messages · Page 1 of 1 (latest)

iron orbitBOT
#

👋 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/1266340411417559113

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

maiden hill
#

how can I know if there was a fund in and list them as well

subtle pilot
#

hi! what are "funds in to the stripe issuing balance" exactly? what exact API call are you making, what exact data/objects do you expect to see and what do you see instead?

maiden hill
#

how

#

we transfer money to issuing balance

#

???

#

when we push funds to issuing balance

#

I expected to see them in issuing transactions list

#

but they are not

#

I need to get list of funds to issuing balance

subtle pilot
maiden hill
#

ok

#

how to get

#

general increase then

subtle pilot
#

possibly filter by type:"topup" as described in the API reference too since that's what the docs you linked says this is :

When that account receives funds, they’re immediately available as a top-up to your Stripe account’s Issuing balance.

maiden hill
#

isn't there any apis that lists all transactions like when we make a purchase, there's fund in, etc ?

#

now I'm getting transaction from issuing.transactions

#

which doesn't include funds

maiden hill
#

can I get issuing transactions with this api as well ?

subtle pilot
iron orbitBOT
maiden hill
#

based on the docs

#

we can add funds to issuing

#

in 2 ways, either from external bank account or from stripe's main account

#

the first ones list is available at top ups

#

what about the second one's list

#

?

stark gorge
#

What do you mean by 'list'?

maiden hill
#

I mean

#

list of transfers to the issuing balance

stark gorge
#

Can you share the URL of the doc you're referencing

maiden hill
#

yes

stark gorge
#

OK, and you're funding the Issuing balance from your platform balance and want to know how to find those in the API?

maiden hill
#

I have develpped an app and I use stripe.issuing.transactions to get list of transactions, but they have funded the issuing balance and they say it's not listed in the transactions list so I wanna get list of funds as well

stark gorge
#

OK but how are you funding the Issuing balance? Because dpending on how you do that will depend on the API you use

maiden hill
#

ok

#

docs says

#

there are two ways

#

right ?

#

externa; bak account and stripe's main account

#

funds added using first one are availabe at topups

#

what about the second one

#

topups as well ?

stark gorge
#

Yes so if you top-up from an external account then you'd use the topups API: https://docs.stripe.com/api/topups

Otherwise if you've moving funds from your platform balance it's the transfers API: https://docs.stripe.com/api/transfers

maiden hill
#

ook