Checkout
Create a checkout url
POST
https://plugin.tebex.io/checkout
Creates a URL which will redirect the player to the webstore and add the package to their basket.
Headers
Name
Type
Description
X-Tebex-Secret
string
The secret key of a server.
Request Body
Name
Type
Description
package_id
string
The ID of the package the players want to purchase.
username
string
The username of the player.
Last updated