Order & Status
[POST
] https://gopulsa.id/api/order
Parameter | Type | Value | WAJIB |
---|---|---|---|
key | string |
berisi apikey anda. | IYA |
sign | string |
berisi formula md5(API ID + API KEY + SKU + ORDER ID). | IYA |
order_id | string |
berisi order id dari website anda | IYA |
sku | string |
berisi kode layanan, cek disini. | IYA |
userid | string |
berisi data id tujuan | IYA |
zoneid | string |
berisi data zone tujuan bila ada | TIDAK |
Example Response
{
"result": true,
"data": {
"order_id": "LS210121",
"userid": "123456781",
"zoneid": "1234",
"games": "MOBILE LEGEND",
"layanan": "MOBILELEGEND - 12 Diamond",
"status": "Pending",
"sn": "",
"saldo": "40021",
"price": "3631"
},
"message": "Pesanan berhasil, pesanan akan diproses."
}
[POST
] https://gopulsa.id/api/layanan
Parameter | Type | Value | WAJIB |
---|---|---|---|
key | string |
berisi apikey anda. | IYA |
sign | string |
berisi formula md5(API ID + API KEY). | IYA |
Example Response
{
"result": true,
"data": [
{
"sku": "ML10",
"games": "MOBILE LEGEND",
"layanan": "MOBILELEGEND - 10 Diamonds",
"price": 1836,
"status": "Normal"
}
],
"message": "Daftar layanan berhasil didapatkan."
}
[POST
] https://gopulsa.id/api/profile
Parameter | Type | Value | WAJIB |
---|---|---|---|
key | string |
berisi apikey anda. | IYA |
sign | string |
berisi formula md5(API ID + API KEY). | IYA |
Example Response
{
"result": true,
"data": {
"full_name": "your full name",
"username": "lynchstore",
"email": "cs@lynchstore.xyz",
"phone": "628xxxxxxxxx",
"saldo": "0",
"level": "Member",
"registered": "2023-03-29 04:01:30"
},
"message": "Successfully got your account details."
}