Stripe

Stripe is an American technology company, California. Its software allows individuals and businesses to make and receive payments over the Internet.

Info

Schemes: https
Base URL: https://api.stripe.com/v1

Documentation Reference

Authentication: Token How to.

Resources

/customers

GET POST DELETE

Summary: Customer objects allow you to perform recurring charges, and to track multiple charges, that are associated with the same customer. The API allows you to create, delete, and update your customers. You can retrieve individual customers as well as a list of all your customers.

Reference

/products

GET POST DELETE

Summary: Store representations of products you sell in Product objects, used in conjunction with SKUs. Products may be physical goods, to be shipped, or digital.

Reference

/orders

GET POST

Summary: Order objects are created to handle end customers' purchases of previously defined products. You can create, retrieve, and pay individual orders, as well as list all orders. Orders are identified by a unique, random ID.

Reference