The Stripe extension for WSO2 API Manager allows you to integrate Stripe as the billing engine for monetizing APIs.
This is a sample implementation to support usage based billing for a API subscription.
Stripe Extension Version | Supported WSO2 APIM Version |
---|---|
1.0.x | API Manager 3.0.0 |
1.1.x | API Manager 3.1.0 |
1.1.x | API Manager 3.2.0 |
1.2.x | API Manager 4.0.0 |
1.3.x or 1.4.x | API Manager 4.1.0 |
To get started with Stripe extension and it's operations, see configuring API monetization.
Follow the steps given below to build the Stripe extension from the source code:
- Get a clone or download the source from Github.
- Run the following maven command inside the
wso2-am-stripe-plugin
directory.mvn clean install
- The Stripe extension jar file is created in the
wso2-am-stripe-plugin/target
directory.
As an open source project, WSO2 extensions welcome contributions from the community. Check the issue tracker for open issues that interest you. We look forward to receiving your contributions.