#benjamin_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/1473326195369185280
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Can you share a specific example test invoice/account ID to help illustrate what you mean? I don't understand what you mean by not being able to access the customer address since you control these in your integration.
Sure, the account id is acct_1RGym8I2z1wW9bF0
Sample invoice: in_1T0lliI2z1wW9bF0arUWmf3C (live mode)
The PDF shows the account address here
And I need to query that address somehow to create a proper document
Hmm interesting question. Can you share a redacted example of what you receive for the Account object when you retrieve it?
hi there, taking over for synthrider as they had to step away. please give me a few minutes to catch up
Hi, sure
I think the company.address property isn't available on the Account object due to requirement collection being handled by Stripe, as documented here https://docs.stripe.com/api/accounts/object#account_object-company
unfortunately I'm not seeing an alternative way to query for the account address that's used here
Hmh okay, then I'll have to work with that. I think it is quite a valid feature request - maybe this is an extension that could be implemented in the future?
I even think it should be stored with each invoice, because if the address changes later, it's still constant on the invoice
yeah I can see this as a valid use case, certainly. I can send that feature request to our internal teams
Thanks. have a nice day!