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 Status

POST
https://api-v1.apigamehub.com/v1/transaction/status
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api-v1.apigamehub.com/v1/transaction/status' \
--header 'X-APIGAMEHUB-Authorization: XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX' \
--form 'signature="hash_hmac('\''sha256'\'', your_mem_code, your_api_key)"' \
--form 'refId="XXX-XXX-XXX"'
Response Response Example
200 - Success
{
  "status": "1001",
  "merchant_id": "1234",
  "msg": "Transaksi Ditemukan",
  "data": {
    "refId": "INV-676FB067EBEE5",
    "order_id": "INV-676FB067EBEE5",
    "user_id": "877851XXX",
    "zone_id": "10XXX",
    "username": "Mami_",
    "service_name": "Twilight Pass",
    "provider_id": "1123",
    "harga": "146396.00000000",
    "status": "unpaid",
    "date_order": "2024-12-28 15:01:44"
  },
  "ip": "::1",
  "ts": 1735398120
}

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)
refId
string 
required
Reference ID / Order ID
Example:
XXX-XXX-XXX

Responses

🟢200OK
application/json
Body
status
string 
required
merchant_id
string 
required
msg
string 
required
data
object 
required
refId
string 
required
order_id
string 
required
user_id
string 
required
zone_id
string 
required
username
string 
required
service_name
string 
required
provider_id
string 
required
price_usd
string 
required
price_idr
string 
required
status
string 
required
date_order
string 
required
ip
string 
required
ts
integer 
required
🟠401Unauthorized
🔴500Server Error
🟠422Parameter Error
🟠403Forbidden
🔴503Service Unavailable
Previous
Cek Layanan
Next
Cek Konten
Built with