worldMachine / stripe-api-postman-collection

Postman collection for Stripe's API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Stripe API Postman collection covering over 200 Stripe API endpoints

Prerequisites

Postman

Stripe Account

Instructions

Get up and running with this Stripe API Postman collection

  1. Import the Postman collection through either of the 2 methods specified below.
  1. 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.
  1. Make an API Request! Make sure your Stripe Environment is active and your variable definitions match those listed above.

Postman Environment Example: Stripe Postman Environment

About

Postman collection for Stripe's API