#doooosk

1 messages · Page 1 of 1 (latest)

nova adderBOT
#

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.

queen crest
#

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'],
      })
sage yoke
#

Can you be more specific? What request did you make? Where are you looking in the Dashboard?

quick mauve
queen crest
#

Ahh, that might be it!!