#paolo_best-practices

1 messages ยท Page 1 of 1 (latest)

real iglooBOT
#

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

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

waxen lynx
#

this doesn't seem to enforce making sure the customer address is actually filled (it only makes it available):

#

Stripe doesn't support payment links with usage-based subscriptions. That's why we went with the billing portal -

#

What's the best way to enforce collection of the billing address for the customer?

golden cobalt
#

Yeah you can't force billing address collection in the portal

#

Any reason you don't want to use Stripe Checkout?

#

Is it just that you want a fully no-code integration?

waxen lynx
golden cobalt
#

Yes exactly

#

You can set up a usage based subscription with Checkout

waxen lynx
#

Ok, let me give that a quick shot right now. Can we keep this discord thread open until I am able to verify? I might have additional questions.

golden cobalt
#

We archive threads after some inactivity because we get many threads

#

So depends on how long you take

#

If it's going to be longer than 45 mins or so it'll probably be archived

#

But you can always just open a new thread if you have more questions

waxen lynx
#

Sounds good! Thank you. Should just take the next 5-10 minutes, but I'll open a new one if this get's archived and I am running into issues.

#

Does this look like the correct way to do it?

#

How do I force collection of address for non-card payment methods?

waxen lynx
#

Yes, I tried that. It collects the billing address when I input a CC, but then when I look at the customer in dashboard (as admin) or in the billing portal (as a customer), the customer address is not set.

golden cobalt
#

It's sets it on the payment method

#

You'd need to configure customer separately

waxen lynx
#

Ok, let me try that

#

Yes! That worked! ๐ŸŽ‰

Thank you!!