You need to install lein
lein server
- starts the HTTP server
lein test
- runs the test suitescript/autotest
orlein autotest
-listen for file changes and is always running tests- To Run the integration test you should provide a valid Stripe API KEY with access to mb references api.
STRIPE_API_KEY=<YOUR_STRIPE_API_KEY> lein test
The staging environment is located here and you can read and try the api documentation here.