Before publishing or listing topup offers via the API, please follow this step-by-step validation and call sequence to ensure accurate integration parameters.
-
1
Step 1: Check Offer Creation Eligibility (Optional)
Call this endpoint to check if you can create offers on the platform before proceeding with full validation parameters.
-
2
Step 2: Get All Games List
Fetch the complete catalog of supported games to obtain the required
{gameId}identifier for subsequent steps. -
3
Step 3: Look Up Specific Topup Parameters
Based on your targeted
{gameId}, invoke the following endpoints to harvest specific schema attributes required to compile a topup offer:/api/v1/games/{gameId}/topup/serversGet the game all servers.
📌 Used to get "serverId"/api/v1/games/{gameId}/topup/categoriesGet topup categories.
📌 Used to get "categoryId"/api/v1/games/{gameId}/topup/deliveryTimesGet game delivery time list.
📌 Used to get "deliveryGuarantee" -
4
Step 4: Create Topup Offer
Assemble all the mapped values (including
serverId,categoryId, anddeliveryGuarantee) into your structured JSON payload to dynamically create and list your topup offer.