Get up and running with this Stripe API Postman collection
- Import the Postman collection through either of the 2 methods specified below.
- Import the latest version
- Copy the stripe-api-postman-collection.json contents and paste in the Import > Paste Raw Text section.
- This collection takes advantage of Postman variables and environments to store/access your Stripe secret key and commonly used Stripe object IDs.
- secret_key - Your Stripe secret API key. Found by navigating to Developers > API on the left-hand side of the Stripe Dashboard.
- customer_id - Stripe Customer object. Used when creating recurring subscriptions, charging an existing customer, listing charges for an existing customer, etc.
- connect_account_id - Stripe Account object. Used with Stripe's Connect product.
- Make an API Request! Make sure your Stripe Environment is active and your variable definitions match those listed above.