#dariel_global-payouts
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/1438206263245803673
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi I'm looking into this, but I'm not sure off-hand
dariel_global-payouts
๐ sorry for the delay, I'm taking over but was digging into API errors in another thread.
@knotty bluff you said
I can retrieve both entries but can't related them: i.e outbound payment object with a transaction id.
Can you give me more details and share the exact object ids you found? I assume those aretxn_123? I am not super familiar with this but want to see if I can link the objects together
Sure
@knotty bluff any luck finding that object id?
Sorry, I'm still looking for the specific transaction IDs.
all good
Outbound Payout ID:
obp_test_65TbLhxJWjplMzHjTkD16SLx4vNpSQey5UsiXIan8cKSy8
Transaction (Outbound Payments) ID:
trxn_test_65TbLhyC9w5wguBgXQA16SLx4vNpSQey5UsiXIan8cKXA0
Transaction (Fees) IDs:
trxn_test_65TbQl7uNjLCQML1IJ016SLx4vNpSQey5UsiXIan8cKN0qtrxn_test_65TbQl4YwXaRlbYUenY16SLx4vNpSQey5UsiXIan8cK7Ps
perfect, let me look
Thank you.
I just updated the transaction (fees) IDs.
Let me know if they match.
Okay I'm really sorry but I am not finding any links between them. Sadly the v2 API is brand new and only in Public Preview and Global Payouts also requires appoval. I was hoping I could find something but got nowhere
One thing you can try is this API https://docs.stripe.com/api/v2/money-management/transactions/list?api-version=2025-10-29.preview#v2_list_transactions-flow and pass that flow parameter as the OBP id and see if you get all those linked transactions together?
In v1 APIs this was much easier to detect the links but v2 APIs try to be more efficient/scalable and so removed a lot of cross-objects links nowadays
If that doesn't work you unfortunately will need to reach out to our support team for 1:1 help: https://support.stripe.com/contact
I will try. Thank you for your support ๐
Sorry I couldn't help more