Kode Respons

Setiap layanan yang Anda gunakan akan menghasilkan atau memerlukan kode respons. Kode respons ini hanya berlaku untuk layanan yang tercantum dalam tabel Layanan.

Format Respons
Kode Respons Keterangan
responseCode
Format:
Kode HTTP + Kode Layanan + Kode Error / (200+24+00)

Contoh:
2002400
responseMessage
Deskripsi respons.
Kode Layanan
Nama Layanan Kode Layanan
Inquiry
24
Payment
25
Payment Host to Host
54
QRIS
47
Inquiry Status
26
Delete VA
31
Kode Respons
Kode HTTP Kode Layanan Kode Error Deskripsi Respons Keterangan
200
any
00
Successful
Successful
400
any
01
Duplicate referenceNo / paymentRequestId
Transaction has previously been processed indicates the same partnerReferenceNo already success.
400
any
02
Invalid mandatory field.
Missing or invalid format on mandatory field.
401
any
00
Unauthorized. [reason]
General unauthorized error (No Interface Def, API is Invalid, Oauth Failed, Verify Client Secret Fail, Client Forbidden Access API, Unknown Client, Key not Found)
401
any
01
Unknown Internal Server Failure, please retry the process again
Unknown Internal Server Failure, Please retry the process again.
401
any
01
Invalid token (B2B)
Token found in request is invalid (Access Token Not Exist, Access TokenExpiry).
404
any
12
Invalid Bill / Virtual Account.
The bill is blocked / suspended / not found.

Virtual account is suspend / not found.
404
any
13
Invalid Amount. The amount doesn’t match with what supposed to
The amount doesn't match with what supposed to.
404
any
14
Bill has been paid
The bill has been paid.
409
any
00
Conflict
Cannot use same X- EXTERNAL-ID in same day.
500
any
00
General Error
General Error.
500
any
01
Internal Server Error
Unknown Internal Server Failure, Please retry the process again.
500
any
02
External Server Error
Backend system failure, etc.
504
any
00
Timeout
Timeout from the issuer.
Scroll to Top