#Ex0TiiC-sub-events
1 messages · Page 1 of 1 (latest)
Yes
Ah, you ask what i mean
Yes, i have some Products, that will be charged every month
And i need a webhook, if this is charged again that i can create and send an invoice
Each billing cycle numerous events will fire. This is detailed here: https://stripe.com/docs/billing/subscriptions/overview#subscription-lifecycle
These Webhooks will send all?
Those events will fire yes, you'll need to configure your webhook(s) to listen for them
Okay - Thank you very much
Then one more question
i will send invoices by my self, its possible to deactivate the Stripe invoices?
It's not, no
Okay - Is that a Problem ?
Is what a problem?
Or better explained, can i disable the automatically send to the customer?
Because the Customer will get two invoices
You can't, no. My recommendation would be perhaps to use a fake email on the Customer object
Because to get these directly in Lexoffice
Thats my problem
Taxes and each things are also an Problem
Maybe i will get this with the stripe invoices
My recommendation would be to just use a fake/placeholder email for your Stripe customers
Email is required
Not sure what that means?
bulk*
Not possible
Okay, did it above code
Cool! Do you need any further help here?