#yolanpibrac_api
1 messages ¡ Page 1 of 1 (latest)
đ 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/1222457769689354241
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Sorry we can't see a GET request response. Can you give an example of that type's balance transaction on your account?
yes
here is an example of a balance transaction in this account of type "issuing_authorization_hold"
{
"id": "txn_1OycGdH2z2S1wXIQie6LX7Jc",
"object": "balance_transaction",
"amount": -3000,
"available_on": 1711468227,
"created": 1711468227,
"currency": "usd",
"description": "Hold for authorization",
"exchange_rate": null,
"fee": 0,
"fee_details": [
],
"net": -3000,
"reporting_category": "issuing_authorization_hold",
"source": "iauth_1OycGdH2z2S1wXIQ5i1rftC3",
"status": "available",
"type": "issuing_authorization_hold"
},
Okie if you call Retrieve Balance Transaction API and specify that exact Id, does it give you the object?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
But then if you use List Transaction API, specifying the type it's not included?
Could you share the response you got?
yes, exactly. This list endpoint does return an empty list when I filter by "issuing_authorization_hold". Here is the response I get (using nodeJs sdk)
object: 'list',
data: [],
has_more: false,
url: '/v1/balance_transactions'
}```
Hmm weird
Please write to Support and mention this Discord thread. We would be happy to grab it from there
:question: Have a non-technical question, account issue, or need one-on-one support?
We wish we could help, but this community is focused on developers and technical discussions. Our support team will be able to assist you better than we can: https://support.stripe.com/contact