Purchase to add licenses by wallet
The wallet id.
The brand URL of the request. This is used to identify the brand.
YOUR_BRAND_URLAuth-Key is required to authenticate the request. If missing, the server will return 401 Unauthorized.
YOUR_AUTH_KEYContains the data for the license key create form.
The id of the package.
The id of the subscription type
The license code custom. If the license code has value, we create with the license otherwise auto generate license code. Cannot be used when creating multiple licenses.
The amount value of a license to be created.
The currency code in the ISO 4217 format, which is a three-letter uppercase code that identifies a specific currency. This value should strictly follow the ISO 4217 standard.
The start date of the license.
The end date of the license.
The description of the license.
The tags of the license.
The test mode of the license. By default, it is set to false.
The quantity of the license to create. By default, it is 1. This value is must be between 1 and 100.
The user code of the license. If the userCode is empty, we get the current user logged in.
The request was successful.
This provides interfaces for API responses with data.
This is the flag to indicate whether the API call is successful or not.
This is the HTTP status code. This is used to determine the status code to be returned to the client.
This is the message to be displayed to the user.
This is the data to be returned to the client.
The user is not authorized to access the requested resource. The request is missing the required Auth-Key header.
API call exceeded rate limit due to too many requests.
Last updated