Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.09 KB

Stripe.md

File metadata and controls

28 lines (18 loc) · 1.09 KB

Stripe

"Payments infrastructure for the internet"

 

Use Stripe's software and APIs for accepting payments, send payouts, and manage business.

Installation

npm install --save stripe @stripe/stripe-js
# or
yarn add stripe @stripe/stripe-js

Quick Start

Get up and running with our client libraries and start developing your Stripe integration.

  1. Obtain your API keys so Stripe can authenticate your integration's API requests.
  2. Install a client library so your integration can interact with the Stripe API.
  3. Make a test API request to confirm everything is up and running.

Tutorial