Skip to main content

Method GET

Pengecekan status transaksi versi 2

Endpoint

https://v1.apigames.id/v2/transaksi/status?merchant_id=[merchant_id]&ref_id=[ref_id]&signature=[signature]

HTTP Method

GET

Request

Deskripsi

Berikut adalah parameter yang di harapkan

ParameterDeskripsiTipe DataWajib
merchant_idMerchant ID Anda Lihat Pengaturan Secret KeyStringYa
ref_idRef ID unik AndaStringYa
signatureSignature dengan formula md5(merchant_id:secret_key:ref_id)StringYa

Contoh

https://v1.apigames.id/v2/transaksi/status?merchant_id=M220718CYXXXXX3KFF&ref_id=sdfsdx2&signature=1db518e0c97adb24cddc77be3c806773

Response

Contoh Response Error

{
"error_msg": "Signature not valid",
"status": 0
}

Contoh Response Gagal

{
"data": {
"merchant_id": "M220718CYXXXXX3KFF",
"trx_id": "T220926XXXXX00003",
"ref_id": "sdfsdx2",
"destination": "4645",
"product_code": "ff5",
"product_code_master": "ff5",
"message": "R#sdfsdx2 ff5.4645, status GAGAL. error_require_login. Sisa saldo 99049000",
"status": "Gagal",
"sn": "error_require_login",
"last_balance": "99049000",
"product_detail": {
"name": "5 Diamond Free Fire",
"code": "ff5",
"price": 3,
"price_unit": "garena shell",
"rate": 250,
"price_rp": 750
}
},
"status": 1
}

Contoh Response Validasi Provider

{
"data": {
"merchant_id": "M220718CYXXXXX3KFF",
"trx_id": "T220926XXXXX00003",
"ref_id": "sdfsdx2",
"destination": "4645",
"product_code": "ff5",
"product_code_master": "ff5",
"message": "R#sdfsdx2 ff5.4645, status VALIDASI PROVIDER. BSK.AFULP. RefId : 12067803053055289057. Sisa saldo 99049000",
"status": "Validasi Provider",
"sn": "BSK.AFULP. RefId : 12067803053055289057",
"last_balance": "99049000",
"product_detail": {
"name": "5 Diamond Free Fire",
"code": "ff5",
"price": 3,
"price_unit": "garena shell",
"rate": 250,
"price_rp": 750
}
},
"status": 1
}

Contoh Response Sukses Sebagian

{
"data": {
"merchant_id": "M220718CYXXXXX3KFF",
"trx_id": "T220926XXXXX00003",
"ref_id": "sdfsdx2",
"destination": "4645",
"product_code": "ff5",
"product_code_master": "ff5",
"message": "R#sdfsdx2 ff5.4645, status SUKSES SEBAGIAN. BSK.AFULP. RefId : 12067803053055289057. Sisa saldo 99049000",
"status": "Sukses Sebagian",
"sn": "BSK.AFULP. RefId : 12067803053055289057",
"last_balance": "99049000",
"product_detail": {
"name": "5 Diamond Free Fire",
"code": "ff5",
"price": 3,
"price_unit": "garena shell",
"rate": 250,
"price_rp": 750
}
},
"status": 1
}

Contoh Response Proses

{
"data": {
"merchant_id": "M220718CYXXXXX3KFF",
"trx_id": "T220926XXXXX00003",
"ref_id": "sdfsdx2",
"destination": "4645",
"product_code": "ff5",
"product_code_master": "ff5",
"message": "R#sdfsdx2 ff5.4645, status PROSES. BSK.AFULP. RefId : 12067803053055289057. Sisa saldo 99049000",
"status": "Proses",
"sn": "BSK.AFULP. RefId : 12067803053055289057",
"last_balance": "99049000",
"product_detail": {
"name": "5 Diamond Free Fire",
"code": "ff5",
"price": 3,
"price_unit": "garena shell",
"rate": 250,
"price_rp": 750
}
},
"status": 1
}

Contoh Response Pending

{
"data": {
"merchant_id": "M220718CYXXXXX3KFF",
"trx_id": "T220926XXXXX00003",
"ref_id": "sdfsdx2",
"destination": "4645",
"product_code": "ff5",
"product_code_master": "ff5",
"message": "R#sdfsdx2 ff5.4645, status PENDING. BSK.AFULP. RefId : 12067803053055289057. Sisa saldo 99049000",
"status": "Pending",
"sn": "BSK.AFULP. RefId : 12067803053055289057",
"last_balance": "99049000",
"product_detail": {
"name": "5 Diamond Free Fire",
"code": "ff5",
"price": 3,
"price_unit": "garena shell",
"rate": 250,
"price_rp": 750
}
},
"status": 1
}

Contoh Response Sukses

{
"data": {
"merchant_id": "M220718CYXXXXX3KFF",
"trx_id": "T220926XXXXX00003",
"ref_id": "sdfsdx2",
"destination": "4645",
"product_code": "ff5",
"product_code_master": "ff5",
"message": "R#sdfsdx2 ff5.4645, status SUKSES. SN/Ref: BSK.AFULP. RefId : 12067803053055289057. Sisa saldo 99049000",
"status": "Sukses",
"sn": "BSK.AFULP. RefId : 12067803053055289057",
"last_balance": "99049000",
"product_detail": {
"name": "5 Diamond Free Fire",
"code": "ff5",
"price": 3,
"price_unit": "garena shell",
"rate": 250,
"price_rp": 750
}
},
"status": 1
}