Ngx Stripe
  • Introduction
  • Getting Started
    • Installation
    • Setup Application
  • Core Concepts
    • Checkout
    • Payment Element
    • Element Components
    • Identity
    • Payment Request Button
    • Service
    • Styling
    • Service Factory
    • Reference & Instance
    • Manually Mount your Element
  • Support
  • FAQS
  • Examples
  • Migration
Powered by GitBook
On this page
  • What is ngx-stripe?
  • New major version

Was this helpful?

Introduction

NextInstallation

Last updated 3 years ago

Was this helpful?

What is ngx-stripe?

The library provides three major elements:

  • Lazy script loading

  • Element Components

  • Stripe Observable wrapper

New major version

  1. ngx-stripe will no longer maintain its own interfaces. Instead, @stripe/stripe-js has been added as peer dependency. This will make the library easier to maintain and avoid mistakes.

  2. Request Payment Button now has full support.

  3. The new version of library is compatible from Angular 6+ major versions. Check the Installation section see how to install an older version.

  4. All documentation has been moved to this new site.

Finally, in order to ease the transition, we are naming the old version of the library legacy and we have created some npm tags to make it easy to install older versions. Check Installation to say a complete list of available versions.

Ngx Stripe is a thin wrapper around . It allows adding Elements to any Angular app.

The covers complete Elements customization details.

You can use Elements with any Stripe product to collect online payments. To find the right integration path for your business, explore .

This project has not been updated for a while. After reviewing the state of the art for React and Vue counterparts, some major changes are going to be introduced to align this project with .

has been updated with all the missing APIs from StripeJS.

All the missing like IBAN, Ideal, FPX, ... have been added.

Added functionality support.

A guide has been added with details of what have changed.

Stripe Elements
Stripe.js reference
Stripe Docs
Stripe Elements
Stripe Service
Element Components
Container Style
Migration