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
Authentication: Token How to.
Resources
/customers
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.
/products
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.
/orders
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.
Updated about 5 years ago