Documentation
For those of you who already have a game topup website, you can connect your game topup website using the Open API from YKS STORE.
Profile
Get profile data
[ POST ]
https://yksgamest4re.com/api/profile
Parameter | Information | Required |
---|---|---|
api_id | Contains Your API ID | Ya |
api_key | Contains Your API KEY | Ya |
signature | Contains your md5(API ID + API KEY) formula | Ya |
Example of Response Displayed
Successful Response | Response Failed |
---|---|
|
|
Service
Get service data
[ POST ]
https://yksgamest4re.com/api/service
Parameter | Information | Required |
---|---|---|
api_id | Contains Your API ID | Ya |
api_key | Contains Your API KEY | Ya |
signature | Contains your md5(API ID + API KEY) formula | Ya |
Example of Response Displayed
Successful Response | Response Failed |
---|---|
|
// Atau
// Atau
|
Order
Make a reservation
[ POST ]
https://yksgamest4re.com/api/order
Parameter | Information | Required |
---|---|---|
api_id | Contains Your API ID | Ya |
api_key | Contains Your API KEY | Ya |
order_id | Contains a Unique ID created on your system. | Ya |
service_id | Contains Service code | Ya |
target_id | Contains destination id data | Ya |
target_server | Contains destination server/zone data if any | No |
signature | Contains your md5(API ID + API KEY) formula | Ya |
Example of Response Displayed
Successful Response | Response Failed |
---|---|
|
// Atau
// Atau
// Atau
|
Status
Get order status data
[ POST ]
https://yksgamest4re.com/api/status
Parameter | Information | Required |
---|---|---|
api_id | Contains Your API ID | Ya |
api_key | Contains Your API KEY | Ya |
order_id | Berisi id transaksi | Ya |
signature | Contains your md5(API ID + API KEY) formula | Ya |
Example of Response Displayed
Successful Response | Response Failed |
---|---|
|
// Atau
|