#morteza_api

1 messages ยท Page 1 of 1 (latest)

digital runeBOT
faint ruinBOT
#

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.

digital runeBOT
#

๐Ÿ‘‹ 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.

lapis kindle
#

๐Ÿ‘‹ happy to help

#

would you mind sharing the request ID?

kind creek
#

I'm using stripe sdk

#

await stripe.transfers
.list({
destination: accountId,
created: { gte: from, lte: to },
})

#

this is how I get transfers

lapis kindle
#

but that's not related to Issuing

kind creek
#

then how should I get transfers list for issuing, this one works perfectly

#

you should create a new thread

lapis kindle
#

@plush coral please don't spam other user threads

#

and anyways we can't help you on this channel

#
#

sorry about that

kind creek
#

it's fine

lapis kindle
#

what do you mean by Issuing @kind creek ?

kind creek
#

stripe issuing

#

connected account that we issue cards for them

lapis kindle
#

this is the way to push funds

#

using the API

#

but not the Transfers API

kind creek
#

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

lapis kindle
#

unfortunately we don't know much about issuing on this channel

#

would you mind reaching out to https://support.stripe.com/?contact=true

kind creek
#

๐Ÿ˜

#

some of you know

#

please refer this thread to other one

lapis kindle
#

what my colleague helped you with is not related to Issuing

kind creek
#

yes

kind creek
#

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

digital runeBOT
kind creek
#

@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

digital runeBOT
kind creek
#

so it must be either pending

#

on the balance pbject or transfer object