From 3376aac8dcd9ea8aaa4ac0bc10e03570ea64804f Mon Sep 17 00:00:00 2001 From: Rimian Perkins Date: Thu, 6 Feb 2020 12:39:02 +1100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 121705d..275655d 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,13 @@ Follow the [plugin](https://github.com/rimian/discourse-subscriptions) install i ### Managing your Stripe Account -**It is important to note** that ultimately, your Subscriptions are managed by the Stripe subscription portal. Stripe will handle the recurring billing, invoices, etc at the required intervals and notify your [Discourse Subscriptions](https://github.com/rimian/discourse-subscriptions) plugin when specific transactions happen. +Ultimately, your Subscriptions are managed by the Stripe subscription portal. Stripe will handle the recurring billing, invoices, etc at the required intervals and notify your [Discourse Subscriptions](https://github.com/rimian/discourse-subscriptions) plugin when specific transactions happen. -If you were to shut down your instance of Discourse, uninstall this plugin or your site were to go offline, Stripe will continue to bill your customers for your service. It is your responsibility to manage your customers and provide the service they are paying for. This software offers no warranty of any kind. +This plugin does not store transaction or subscription details in your database other than the customer and product identifiers associated with those transactions. + +Be very careful to keep your Stripe private keys safe and secure at all times. + +**It is important to note** that if you were to shut down your instance of Discourse, uninstall this plugin or your site were to go offline, Stripe will continue to bill your customers for your service. It is your responsibility to manage your customers and provide the service they are paying for. This software offers no warranty of any kind. Stripe has a [portal](https://dashboard.stripe.com) where you can manage all your customer's, payments and subscriptions.