This section provides an overview of what stripe-payments is, and why a developer might want to use it.
It should also mention any large subjects within stripe-payments, and link out to the related topics. Since the Documentation for stripe-payments is new, you may need to create initial versions of those related topics.
Somewhere in the beginning of your controller you should call
StripeConfiguration.SetApiKey(YOUR SECRET KEY VAR);
and for data safety it should be a value hidden as a secret in appsettings
if you do not set the API key you will not be able to modify subscriptions or create customers