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

Header Params

Body Params multipart/form-data

Responses

🟢200OK
application/json
Body

🟠401Unauthorized
🔴500Server Error
🟠422Parameter Error
🟠403Forbidden
🔴503Service Unavailable
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
}
Modified at 2024-12-28 15:17:39
Previous
Cek Layanan
Next
Cek Konten
Built with