Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Stripe LocalStack extensions

Install LocalStack Extension

A LocalStack extension that provides a mocked version of Stripe as a service.

Installing

localstack extensions install localstack-extension-stripe

Using

Once installed, you can query stripe either through localhost:4566/stripe or stripe.localhost.localstack.cloud:4566.

curl stripe.localhost.localstack.cloud:4566/v1/customers \
	-u sk_test_12345: \
	-d description="Customer data for Alice"

Licensing

  • localstripe is licensed under the GNU General Public License version 3.
  • localstack-extension-stripe (this project) does not modify localstripe in any way