Purchase to add licenses by checkout link
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_KEYThis class is used to create a checkout link to add various licenses.
The return URL. If the payment is successful, the user will be redirected to this URL.
The cancel URL. If the payment is canceled, the user will be redirected to this URL.
The package id of the license.
Plakdiooh209szThe subscription type id of the license.
Plakdiooh209szThe start date of the license.
2025-01-01The end date of the license.
2025-02-01The test mode of the license. By default, it is set to false.
trueThe quantity of the license to create. By default, it is 1.
1The 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