#Jeffrey

1 messages ยท Page 1 of 1 (latest)

light martenBOT
kind tusk
#

Hello ๐Ÿ‘‹
Stripe subscriptions use invoicing for billing, so unfortunately you can't disable invoice creation.

plain forum
#

OK what is the alternative because we dont need an invoice

#

@kind tusk ๐Ÿ™‚

kind tusk
#

Sorry the server is running busy at the moment

#

When you say your tools create an invoice by itself, is it charging the users too? OR for charging you rely on Stripe subscription billing engine?

plain forum
#

atm we reply on Stripe subscription billing engine

kind tusk
#

Gotcha. then you can't really disable invoices on Stripe as you need it to charge the customers.

If you had your own billing engine that charges the customers then you could mark the invoices as void on Stripe.

plain forum
#

How can we switch to "own billing engine" ?

kind tusk
#

You build your own logic to charge customers on a regular interval

plain forum
#

thank you, what API Entpoint is for creating an manuel payment?

kind tusk
light martenBOT
plain forum
#

ok so we would need to collect the payment methode into the customer and then build a billing engine that charges the customer month with payment intents

kind tusk
#

Pretty much, yeah

plain forum
#

if I unterstand the payment_intents correct its not able to access products right?

kind tusk
#

That's correct

plain forum
raw shell
#

๐Ÿ‘‹ stepping in

#

Not sure I understand exactly what you are asking

#

Are you stating how do you associate a PaymentIntent to a Customer?

plain forum
#

yes

raw shell
plain forum
raw shell
#

Yep