"Payments infrastructure for the internet"
Use Stripe's software and APIs for accepting payments, send payouts, and manage business.
npm install --save stripe @stripe/stripe-js
# or
yarn add stripe @stripe/stripe-js
Get up and running with our client libraries and start developing your Stripe integration.
- Obtain your API keys so Stripe can authenticate your integration's API requests.
- Install a client library so your integration can interact with the Stripe API.
- Make a test API request to confirm everything is up and running.