solidusio / solidus_stripe

💳 Integrate Solidus with Stripe
https://stripe.com
BSD 3-Clause "New" or "Revised" License
36 stars 61 forks source link

Submit billing information to Stripe #175

Closed waiting-for-dev closed 1 year ago

waiting-for-dev commented 1 year ago

We probably want to push the billing information to Stripe. At this point, we're only sending the user email.

loicginoux commented 1 year ago

From my understanding, you attach billing information to a Stripe Customer, if you need to generate invoices or recurrent subscriptions via Stripe. Is it something you want to support in the gem ? stripe source

loicginoux commented 1 year ago

Probably blocked by https://github.com/solidusio/solidus_stripe/issues/163 that needs to be done first

waiting-for-dev commented 1 year ago

Thanks for pointing out, @loicginoux. Maybe #163 and this one will be done at once, but let's leave it open so we don't forget.

generate invoices or recurrent subscriptions via Stripe. Is it something you want to support in the gem ?

That's not part of the initial plan, but probably recurrent subscriptions will be something to consider in integration with solidus_subscriptions.