#stephy
1 messages · Page 1 of 1 (latest)
what's the exact question?
ok shall i share stripe balance page screenshot? my question based on that
I suppose you can, but this chat is for specific coding/technical questions and not details about a specific account
yes my question based on coding before i have clarify one thing that y i share the screen shot
this is my stripe balance ,,so that means mty account have cuurently $1.33.. so shall i can trasfer the amount via tranfer api? 0.87 is i tried to tranfer
use the API to check your balance instead.
also read this : https://stackoverflow.com/questions/55686949/why-i-am-getting-insufficient-funds-when-trying-stripe-transfers-even-though-i/55687932#55687932
i tried vai balance api to retrive blance i got like
object: "balance"
available: array:1 [▼
0 => Stripe\StripeObject {#3310 ▼
#_opts: Stripe\Util\RequestOptions {#3314 ▶}
#_originalValues: array:3 [▶]
#_values: array:3 [▶]
#_unsavedValues: Stripe\Util\Set {#3312 ▶}
#_transientValues: Stripe\Util\Set {#3313 ▶}
#_retrieveOptions: []
#_lastResponse: null
amount: 133
currency: "usd"
source_types: Stripe\StripeObject {#3315 ▼
#_opts: Stripe\Util\RequestOptions {#3319 ▶}
#_originalValues: array:1 [▶]
#_values: array:1 [▶]
#_unsavedValues: Stripe\Util\Set {#3317 ▶}
#_transientValues: Stripe\Util\Set {#3318 ▶}
#_retrieveOptions: []
#_lastResponse: null
card: 133
so that means there is value right ? then why my transfer api not working?
did you read the Stackoverflow answer I linked above?
it covers this and I'd just be repeating myself
i read and its works now
and shall i see the connected account transfer details in my site
Hey, taking over here. Let me know if there's any follow-up Qs I can answer!