Api
Verification API Request
This function verifies user IDs in the web shop.
This API is used to query users who want to make payments in the web shop. If the example below works, the integration work is complete.
Verification API Request
POST /verity
This is a webhook to verify if the game ID is valid.
Headers
Name | Value |
---|---|
Content-Type | application/json |
X-API-KEY | API KEY |
Body
Name | Type | Description |
---|---|---|
userID | string | User ID entered by customer |
serverID | string | Server ID (if needed) |