Solves (https://github.com/twentyhq/private-issues/issues/198) **TLDR** Updates the billingProduct table data using stripe webhooks event. It saves all the updates/creates of the products, but ensuring that it has the lastest version of the correct metadata attributes (typeof BillingProductMetadata) **In order to test** Billing: Set IS_BILLING_ENABLED to true Add your BILLING_STRIPE_SECRET and BILLING_STRIPE_API_KEY Add your BILLING_STRIPE_BASE_PLAN_PRODUCT_ID (use the one in testMode > Base Plan) Authenticate with your account in the stripe CLI Run the command: stripe listen --forward-to http://localhost:3000/billing/webhooks Go to Stripe In test mode and update or create a product using a metadata of type of BillingProductMetadata, you can also update it using a different values for metadata. Co-authored-by: Charles Bochet <charlesBochet@users.noreply.github.com>