Stripe Factory


If you get your stripe key in a lazy way, or if you need to work with more than one key, you can use the factory service.

If you don't know the key just call the forRoot method with no params

Then you can use the factory service to create stripe instances. The stripe instance has the same api as the regular StripeService.

Usage