#taylorcooney_api
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/1436058810933444651
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- taylorcooney_api, 17 hours ago, 37 messages
Previous thread is here: https://discord.com/channels/841573134531821608/1435745985128169635
hello! fyi i just got a few threads open up all at once so it might be a bit before i can get to you. but i will be here asap!
Totally understand ๐
ok sorry, looking at this now
Thanks @pulsar snow. I am still having a lot of trouble finding txn_1SN8BI4J9Qo7jZ8Va5meYmqa through the API
I've even retrieved the source charge, and expanded the application_fee.refunds.data.balance_transaction but I still cannot locate txn_1SN8BI4J9Qo7jZ8Va5meYmqa
by the source charge you mean the charge associated with the PaymentIntent right?
Correct, the exact request would be Stripe::Charge.retrieve({id: "py_1SL4KF4J9Qo7jZ8Vyhx2d3B5", expand: ['application_fee.refunds.data.balance_transaction']}, {stripe_account: "acct_1RRPeO4J9Qo7jZ8V"})...but cannot locate txn_1SN8BI4J9Qo7jZ8Va5meYmqa
In the thread from yesterday, I got a lot of "I think..." back but that has still left me a day later trying to figure this out