#nicolas_billing-address-collection

1 messages ยท Page 1 of 1 (latest)

next stormBOT
#

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

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

wanton garden
#

Hello ๐Ÿ‘‹

Sorry but can you clarify what you mean here? BIlling Address information is associated with each Payment Method. A lot depends on how you choose to ingrate. How are you collecting payment method data for your Invoices?

sly sphinx
#

We are working on an SVOD platform new features, that would allow a company to gift subscriptions to anyone.
For that the company will need an invoice / receipt in the end.

#

We are trying to figure the simplest way to add the billing address to the process.

#

When checking the "bill as a company" option in the Stripe checkout, only the company name and TAX ID are available to be entered.

#

Does Stripe deduce the billing address from any of theses two informations?

wanton garden
#

What have you tested?

#

You can see the details of the objects you create in Test/Sandbox

#

Do you have an example of a Checkout Session that you completed with that option selected?

sly sphinx
#

Nope, I'm asking before doing.
Does the platform gather the billing adress data, or do we need to provide them ?

wanton garden
#

I recommend testing this end-to-end and having concrete examples to discuss

sly sphinx
#

I'm asking because yesterday, using Cursor, I registered an account, paid, found my billing address on the invoice, but don't recall inputing it at any time.

#

Can't you point me to any documentation that would detail how the billing address is managed by Stripe?

wanton garden
#

That is too high level a question. We focus on concrete, discrete API integrations on this server. If you can provide me with an example object I can look into that for you

sly sphinx
#

Thanks @wanton garden for your help, I'll dig more and come with a more concrete example when I'm ready.

#

thanks again

wanton garden
#

Sure thing! Once you get started on the testing, even just your cursor integration, we can get into specifics if you can provide us with the Object IDs from your tests. For instance, the Invoice you mentioned will have an ID that starts with in_. Once we have that we can start digging into exactly where the data came from.