#morenomdz
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.
- morenomdz, 5 days ago, 11 messages
A balance_transactions request with payout={retryPayoutId}, does not yield the transfer(s) as it would for a normal payout
What are the expected and actual information you're looking for? Can you explain an example payout ID (po_xxx) and explain the differences?
hey
This one is a failed one po_1OKC0A2YBc5NcO4fm1ywtZQ6
Our system does this:
- Every time a po_1OKC0A2YBc5NcO4fm1ywtZQ6 create/update happens it pings our webhook
- We get all the related balance transactions
- From those we get the original transfers
- from the transfer metadata we update some related record in our database
But it seems the balance transactions for payouts that originally failed in Stripe and the Stripe retried, dont find any related balance transactions
We checked from the API
If you retrieve the balance transactions of a payout without type filtering, does it return anything?
Can you also share the request ID (req_xxx) for the balance transactions retrieval? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
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.
what do you mean without filtering? If we do request a different payout that did not originally fail it gets the data correctly
In the screenshot, the type is to payment, so wanna double check if this is causing the issue. If the same request works on the successful payout, I'd suggest writing in to Support https://support.stripe.com/contact with the request ID (req_xxx) and its response with the example payout ID (po_xxx), so that they can check with the relevant team why no data is returned
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.
Got it, can we keep this thread open until tomorrow morning? I will need to sync with a coworker on this