#loyaledev_api

1 messages ยท Page 1 of 1 (latest)

peak caveBOT
#

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

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

umbral raptorBOT
molten cradle
#

Hi there ๐Ÿ‘‹ I'm not exactly sure what that field in the dashboard maps to, or if there is a direct equivalent for it in our API. My teammate and I in this forum aren't as familiar with the dashboard side of things.

If there is parity for that, it'll be in the Balance for the account somewhere:
https://docs.stripe.com/api/balance/balance_object
You can retrieve the balance for the account you're looking at and see if any values line up:
https://docs.stripe.com/api/balance/balance_retrieve

Offhand my guess would be that it may align with the connect_reserved value, but I'm not exactly sure and it's possible there isn't parity between the dashboard and API for this.

brisk laurel
#

Hi Toby, thanks
The docs say that that balance is only available 'where account.controller.requirement_collection is application', I can't seem to find a way to update this
Is that property only able to be set at account creation?

molten cradle
#

Yes, that is set on Account creation. Are you seeing an error indicating that setting is configured in a way that is problematic when you try to retrieve the Account's balance?

brisk laurel
#

No, don't get any errors but the connect_reserved value is returned as null
When this account was created the value of account.controller.requirement_collection was set to stripe though, by default, so could be that this is why it is not returned

peak caveBOT
molten cradle
#

Gotcha, my suspicion then is that the value you're looking for is not reflected in the API.