#nicus_connect-objects
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/1275449192025817151
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi
I am trying to get all related transactions to a particular payout
but I am getting a 404, "no such payout XXX" when I perform request.
My code is:
client = StripeClient(business.stripe_mode)
charges = client.stripe.BalanceTransaction.list(
payout=payout_id,
type="charge",
expand=["data.source"],
)
The payout information is this one:
https://dashboard.stripe.com/acct_1PJO4eR4Zp7trPXj/test/payouts/po_1Poxc2R4Zp7trPXjxrBkEzfx
Env: test
Account: acct_1PJO4eR4Zp7trPXj
Payout: po_1Poxc2R4Zp7trPXjxrBkEzfx
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
it's an "standard" payout, so I understand I can get the transactions associated,
Can you share the request id where you're getting this error
how can I get the request id?
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.
ok, thanks, please give me some minutes while I look for it
This is a fresh request: https://dashboard.stripe.com/test/logs/req_bYFxqhcFBFW0nd
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
That payout is a connect payout
You're making the request on the platform account
You need to pass the stripe account header of the connect account
stripe account header would be the "connected account id"?
thanks! I just wanna to be sure
I will try it
I appriciate the help, have an awoseme day.
No problem!