Apigamehub
  1. Referensi API
Apigamehub
  • Pendahuluan
  • Referensi API
    • Deposit
      • Deposit Balance
      • Deposit Status
      • Deposit Cancel
    • Region MLBB
      • Cek Region MLBB
    • Cari Player
      POST
    • Cek Merchant
      POST
    • Cek Kategori
      POST
    • Cek Layanan
      POST
    • Cek Status
      POST
    • Cek Konten
      POST
    • Beli Layanan
      POST
  1. Referensi API

Cek Merchant

POST
https://api-v1.apigamehub.com/v1/merchant
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api-v1.apigamehub.com/v1/merchant' \
--header 'X-APIGAMEHUB-Authorization: XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX' \
--form 'signature="hash_hmac('\''sha256'\'', your_mem_code, your_api_key)"'
Response Response Example
200 - Success
{
  "status": "1001",
  "merchant_id": "1234",
  "msg": "Informasi Merchant",
  "data": {
    "name": "Dimas Mohammad Fadillah",
    "email": "yourmerchant_email@gmail.com",
    "phone": "0895xxxxxx",
    "saldo": "15000.00000000"
  },
  "ip": "::1",
  "ts": 1735397333
}

Request

Header Params
X-APIGAMEHUB-Authorization
string 
required
Apikey Apigamehub
Example:
XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX
Body Params multipart/form-data
signature
string 
required
Example:
hash_hmac('sha256', your_mem_code, your_api_key)

Responses

🟢200OK
application/json
Body
status
string 
required
merchant_id
string 
required
msg
string 
required
data
object 
required
name
string 
required
email
string 
required
phone
string 
required
balance
string 
required
ip
string 
required
ts
integer 
required
🟠401Unauthorized
🔴500Server Error
🟠422Parameter Error
🟠403Forbidden
🔴503Service Unavailable
Previous
Cari Player
Next
Cek Kategori
Built with