#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_ttp-receipt-details, 19 hours ago, 50 messages
- morteza_api, 3 days ago, 31 messages
- morteza_api, 4 days ago, 51 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/1267813861671833614
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ happy to help
would you mind sharing the request ID?
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
I'm using stripe sdk
await stripe.transfers
.list({
destination: accountId,
created: { gte: from, lte: to },
})
this is how I get transfers
but that's not related to Issuing
then how should I get transfers list for issuing, this one works perfectly
you should create a new thread
@plush coral please don't spam other user threads
and anyways we can't help you on this channel
you need to contact https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
sorry about that
it's fine
what do you mean by Issuing @kind creek ?
stripe issuing
connected account that we issue cards for them
this is the way to push funds
using the API
but not the Transfers API
we push funds
it's fine
the question is
on the stripe dashboard when we push funds
it shows that it's pending
how can I know if it's pending using the APIs
in here , we know that the amount will be available tomorrow
but using api how to know that it's pending
unfortunately we don't know much about issuing on this channel
would you mind reaching out to https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
what my colleague helped you with is not related to Issuing
or are you referring to this #1266374137111384136 message
yes
this
I checked this
but status on balance_transactions are available while I expect to see them pending
the available_on is the same as created
on balance_transaction
@robust forge please help me witht this issue
it's weird that even when I retrieve the balance for the account the pending balanceis 0 !!
while it's not available yet
{
object: 'balance',
available: [ { amount: 0, currency: 'gbp', source_types: [Object] } ],
instant_available: [ { amount: 0, currency: 'gbp', source_types: [Object] } ],
issuing: { available: [ [Object] ] },
livemode: true,
pending: [ { amount: 0, currency: 'gbp', source_types: [Object] } ]
}
this is result of stripe.balance.retrieve
based on stripe dashboard, the newly trasnfered money will be available Tomorrow