#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/1266340411417559113
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
how can I know if there was a fund in and list them as well
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?
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
I'd expect to see them in https://docs.stripe.com/api/balance_transactions/list instead since it's not an Issuing transaction(a transaction against an issued card), it's just a general increase in your Stripe account's balance.
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.
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
can I get issuing transactions with this api as well ?
no for that you use the API you asked about at the start(https://docs.stripe.com/api/issuing/transactions)
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
?
What do you mean by 'list'?
Can you share the URL of the doc you're referencing
OK, and you're funding the Issuing balance from your platform balance and want to know how to find those in the API?
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
OK but how are you funding the Issuing balance? Because dpending on how you do that will depend on the API you use
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 ?
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
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ook