#mk_0505
1 messages · Page 1 of 1 (latest)
Hi there!
What does that mean? Do you get an error or something?
Can you share the request ID (req_xxx)? You can find it here https://dashboard.stripe.com/test/logs
There is no log for the request either
{
"object": "balance",
"available": [
{
"amount": 0,
"currency": "usd",
"source_types": {}
}
],
"instant_available": [
{
"amount": 0,
"currency": "usd",
"source_types": {}
}
],
"livemode": false,
"pending": [
{
"amount": 0,
"currency": "usd",
"source_types": {}
}
]
}
This is the response I am getting
Till yesterday I used to get "issuing" property as well. But it is now missing
This is what is mentioned in the docs
https://stripe.com/docs/issuing/funding/balance
If it's a GET request, make sure to select this in the dashboard to view it:
req_PZvonZYSDKH81G
Thanks! Give me a few minutes to look into this.
Hey, looking into this now!