#arden-malikb_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/1359470632584085559
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
That Dashboard UI only map to the business_profile[support_address] field in the API
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
The other address fields are related to individuals on the account I suspect
(if you can point me to the exact field(s) you're looking at in the API reference, I can confirm)
There is no mention of the address object in this document, yet I am receiving this field in the Postman API call.
Can you share the ID (req_xxx) of the API request? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I suspect this is API version related โ the API ref uses the latest spec and your requests are using a way older version (2013-07-05)
In any case, address never mapped to those Dashboard values and that's just not how it works or ever did
Should be a support_address field in the response
With the values from the Dashboard
I need to confirm the correct way to access a merchant's legal business address for sales tax compliance via the Stripe API.
Current Understanding:
The Dashboard's Business Details address maps to business_profile.support_address in the API (per previous Discord guidance).
The top-level address field is for individual(and is null for my business account).
To Confirm:
Is business_profile.support_address the official legal address for tax purposes?
hi! I'm taking over this thread.