Generate checkout link
Returns a checkout link that allows the user to place an order.
After a successful checkout, JFW will redirect the user to the return URL configured in the app integration payment gateway management.
A license will be sent to the purchaser's email, which can be used to apply the license and upgrade the user's package.
The id of the price
The id of the app integration
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_KEYThe 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.
Last updated