#sapirasras_api

1 messages · Page 1 of 1 (latest)

sick estuaryBOT
#

👋 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/1275756425624420422

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

warped spire
#

only this part

uncut pendant
#

hi! that's not supported today unfortunately

warped spire
#

is there a way to get all the info that there is in the modal?

#

is it going to be supported in the near future?

uncut pendant
#

'get' it in what way/medium?

#

I don't know/can't comment on the roadmap for the embedded components team, I'd suggest raising the feedback for "deep-linking" to an object in a support ticket to https://support.stripe.com/?contact=true so the team can see it (my team also collects feedback but doesn't hurt)

warped spire
#

I mean if there is an api call that gets all the data that this modal displays with the deatils of the charges, adjustments and the data that this modal displays

warped spire
#

it also gives the data for refunds transfers and adjustments?

uncut pendant
#

those are all balance_tranasctions and each transaction links to the "source" so yes you can build/see all the same information

#

someone on my team is actually in the process of writing some new documentation on how to work with that list of transactions for reconciliation so that will be useful when it's done

warped spire
#

ok great! and another this is there a way to get the totals data that the payout component displays? or I need to calculate it based on payouts data?

uncut pendant
#

it's unfortunately pretty complex and is one of the reasons we made the embedded components, so each platform doesn't havve to re-implement all this logic

warped spire
#

but can we get only the totals component without the list?

uncut pendant
#

doesn't seem like it

warped spire
#

what is the diff between “available soon” and “in transit”?

uncut pendant
#

not sure, I think available soon is the sum of Payouts in status:pending and transit is the sum of Payouts in status:in_transit" . These dashboard balances have always been super opaque

warped spire
#

Is there a way to get the definitions? 🙃

uncut pendant
#

not really, I've spent years trying to help platforms re-implement all that logic without the product teams really clearly explaining where the numbers come from, nowadays embedded components lets you sidestep that. Internally those numbers from specific data sources the Dashboard teams built and not really specific API values.

#

so yeah, use that. I was wrong when I said 'no' to " can we get only the totals component without the list?". You can , use the Balance component.

warped spire
#

ok, maybe I can use that, although it is very different from the report design we have. I wish there was a way to get only the values

uncut pendant
#

that would be nice but the directon we went in was exposing the Dashboard components as embedabble, not exposing API endpoints for the data they use