stripe-web
TypeScript icon, indicating that this package has built-in type declarations

1.5.1 • Public • Published

stripe-web

  • This lib is WIP
  • TypeScript typings for Stripe web bundle
  • loadStripe() loads Stripe bundle from https://js.stripe.com/v3/
  • getStripe() returns global Stripe object, if one present

Install

npm i stripe-web

Usage

import {loadStripe, getStripe} from 'stripe-web';
 
const Stripe = await loadStripe();
const Stripe = getStripe();
 
const stripe = Stripe('pk_...');
 
stripe.elements();
stripe.paymentRequest();
/// etc...

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i stripe-web

Weekly Downloads

88

Version

1.5.1

License

Unlicense

Unpacked Size

31.4 kB

Total Files

6

Last publish

Collaborators

  • streamich