Setup Application
Import the NgxStripeModule
into your application
The module takes the same parameters as the global Stripe object. The APIKey
and the optional Options
to use Stripe connect.
apiKey: string
options?: { stripeAccount?: string; }
Last updated