#romain342b

1 messages ยท Page 1 of 1 (latest)

hollow saffronBOT
strange spade
#

๐Ÿ‘‹ happy to help

#

billing addresses are tied to payment methods

#

so technically yes

ornate jackal
#

How Can i do ?

strange spade
#

even if it's the same (for example) card, you would have 2 Payment Methods each one being used by a different subscription

ornate jackal
#

I will explain my workflow

strange spade
#

yes please do

ornate jackal
#

We have a platform that allows the user to create their own products for a subscription (months/years). When creating each product we ask the user to select their billing address (which they can possibly modify or create a new one). Then the user selects their Stripe card and proceeds to pay for their subscription.
To summarize each product with a subscription, linked to a card with a billing address (which can therefore be different for each product).

We then display the list of invoices for each product on our site.

Problem: On Stripe you can only have one global billing address. I therefore cannot link the billing address chosen to the creation of the product with a particular subscription.

strange spade
#

Problem: On Stripe you can only have one global billing address
that's not correct

#

as I explained before billing addresses are tied to the Payment Method object

#

so you need to collect/create as many Payment Methods as Billing Addresses in order to have separate ones for separate subscriptions

ornate jackal
#

hum