This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.
Configuring Kill Bill Operations
To use the Kill Bill connector, add the <killbill.init>
element in your configuration before carrying out any other Kill Bill operations.
Kill Bill uses the username, password, API key and API secret for authorization. For more information on authentication, see http://killbill.io/api/.
init
<killbill.init> <apiUrl>{$ctx:apiUrl}</apiUrl> <username>{$ctx:username}</username> <password>{$ctx:password}</password> <apiKey>{$ctx:apiKey}</apiKey> <apiSecret>{$ctx:apiSecret}</apiSecret> <apiVersion>{$ctx:apiVersion}</apiVersion> <blocking>{$ctx:blocking}</blocking> </killbill.init>
Properties
-
apiUrl:
The apiUrl of the Kill Bill account. -
username:
The username of the Kill Bill account. -
password:
The password of the Kill Bill account. -
apiKey:
The API key of the Kill Bill tenant. -
apiSecret:
The API secret of the Kill Bill tenant. -
apiVersion:
The API version of the Kill Bill API. -
blocking:
Set true to perform the blocking invocations to Kill Bill.
Configuring the operations
Now that you have connected to Kill Bill, use the information in the following topics to perform various operations with the connector.