API Cek Transaksi

{
    "cmd": "STS",
    "tid": "123456",
    "uid": "H2H0165",
    "pid": "1996916@",
    "sig": "11b3c15650a6cbbdb62b97aae14b6392"
}

Contoh Request:

curl --location --request POST 'https://localhost/api/dwimas.php' \
--header 'Content-Type: application/json' \
--data-raw '{
    "cmd": "STS",
    "tid": "123456",
    "uid": "H2H0165",
    "pid": "1996916@",
    "sig": "11b3c15650a6cbbdb62b97aae14b6392"
}'

Contoh Response:

{
  "code": "500",
  "status": "Cek Status Transaksi",
  "data": {
    "rc": 500,
    "sts": "SUCCESS",
    "msg": "ID:47978933 2021-07-29 08:50:15 PAYPLN 535718432084 REF:PEMBAYARAN 535718432084 BERHASIL AN=SUKIA RP=254615 ADM=1800 TOTAL=256415 BLN=Jul21 GOL/DAYA=R1\\/1300 STDMTR=30656-30819 Hrg:256415  SUCCESS, Saldo Rp57.866.016"
  }
}