#franco029543
1 messages · Page 1 of 1 (latest)
Hi, can you share the request id for this payment? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request . I assume you've already looked at the response?
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
The id is pi_3OZNYQFDzWEzE3i91Xtim2No
Anyway, I need the API field where I can find this data for all transactions.
In this case, you'd want to retrieve the Balance Transaction, https://stripe.com/docs/api/balance_transactions/retrieve that is returned in the response, and it will show this level of detail.
thanks!