#taylorcooney_api

1 messages ยท Page 1 of 1 (latest)

primal fractalBOT
#

๐Ÿ‘‹ 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.

crimson forge
pulsar snow
#

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!

crimson forge
#

Totally understand ๐Ÿ†—

pulsar snow
#

ok sorry, looking at this now

crimson forge
#

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

pulsar snow
#

by the source charge you mean the charge associated with the PaymentIntent right?

crimson forge
#

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

pulsar snow
#

hmmm

#

so part of the problem is that the balance transaction in question is associated with the connected account, so there isn't a direct link to the PaymentIntent / charge from your platform account