#mindsetinmeta
1 messages · Page 1 of 1 (latest)
I'm simulating the payment to my account but they stuck in "pending". How long would it take to be come "available"?
when I retrieve the balance, it shows the following:
{
"object": "balance",
"available": [
{
"amount": -414,
"currency": "usd",
"source_types": {
"card": -414
}
}
],
"connect_reserved": [
{
"amount": 0,
"currency": "usd"
}
],
"livemode": false,
"pending": [
{
"amount": 4768,
"currency": "usd",
"source_types": {
"card": 4768
}
}
]
}
Hey there
hello
You can see info about payout speed here: https://stripe.com/docs/payouts#payout-speed
When testing, you want to use these test cards: https://stripe.com/docs/testing#available-balance
Which make the balance available immediately.
And yes, I understand, but that Payout speed affects how long the funds are in pending
See the above doc
ok