#doooosk
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. 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.
- doooosk-checkout-transactions, 6 days ago, 26 messages
I'm fetching the tx associated with the payout like thid
// Docs: https://stripe.com/docs/api/balance_transactions/list
// Fetch the details of the payout
const payoutDetails = await stripe.balanceTransactions.list({
payout: payoutId,
expand: ['data.source.source_transfer.source_transaction'],
})
Can you be more specific? What request did you make? Where are you looking in the Dashboard?
Also note that all List APIs return only 10 results by default unless you specify a higher limit (up to 100)
https://stripe.com/docs/api/pagination
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ahh, that might be it!!