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

0.0.2 • Public • Published

Stripe Edge

A simple, untyped (for now) Stripe API client for Edge.

Usage

await Stripe(
  // 'subscriptions', 'prices/:id' etc.
  endpoint,
  // endpoint parameters
  params,
  // { method, apiKey }
  options
)

Setup

Set the following env vars at runtime (Next.js etc. do this for you):

STRIPE_TEST_MODE="false"
STRIPE_SECRET_KEY=""
STRIPE_SECRET_TEST_KEY=""

The library will automatically use the correct key given test mode or not.

Readme

Keywords

none

Package Sidebar

Install

npm i stripe-edge

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

4.86 kB

Total Files

12

Last publish

Collaborators

  • ctjlewis