In order to create subscriptions, take payments and generate invoices for your white label system you need to connect your Stripe account. Follow the steps below to do this:
1. Generate a key and secret
2. Create your products in Stripe
3. Provide us with the above details
4. Create a new webhook
The webhook URL should be https://{whitelabel-domain.com}/webhook/stripe
The event types that be selected are:
invoice.payment_action_required
invoice.payment_succeeded
customer.deleted
customer.updated
customer.subscription.updated
customer.subscription.deleted
This will allow the white label system to be notified when changes to a customer and their subscription occur and allow your white label to generate invoices.