Skip to main content

Response Codes

CategoryCodeMessageDescriptionExpected Behavior
PaymentCheck Status
Transactional00SuccessTransaction is successSuccessSuccess
01On processThe transaction is still in progress, need to do check statusPendingPending
02FailedTransaction is failedFailed and RetryFailed and Retry
Transactional problem10Bill already paidBill already paid by the user, no new bill generated yetFailed and RefundFailed and Refund
11Bill not availableNo bill found for the given client identifier numberFailed and RefundFailed and Refund
12Transaction not foundNo transaction was found for given Tokopedia ref_idFailed and RetryFailed and Retry
13Duplicate transactionFound duplicate transaction with same Tokopedia ref_idFailed and RetryFailed and Retry
User Related20Unregistered numberInvalid client identifier numberFailed and RefundFailed and Refund
21Number blockedThe number is blocked or blacklistedFailed and RefundFailed and Refund
22Online payment blockedCannot do payment on the online channel, need to do offline payment method on the billerFailed and RefundFailed and Refund
23Limit exceededUser had exceeded top-up or payment limitFailed and RefundFailed and Refund
Credential related30Invalid tokenWrong or expired token sentFailed and RefundPending
31Invalid credentialWrong credential sentFailed and RefundPending
32Invalid signatureCannot validate payload with given signatureFailed and RefundPending
33Decryption failedFailed to do decryption with given keyFailed and RefundPending
Request related40TimeoutTimeout from partner’s sidePendingPending
41Biller timeoutTimeout from biller’s sidePendingPending
42Invalid parameterMissing required parameterFailed and RetryPending
43Insufficient balanceBalance is not enough to do a transactionFailed and RetryFailed and Retry
44Invalid transaction amountWrong amount sent or does not match with user existing billFailed and RefundFailed and Refund
Product related50Product out of stockProduct is out of stockFailed and RetryFailed and Retry
51Product closedProduct is closedFailed and RetryFailed and Retry
52Invalid productWrong product code sentFailed and RetryFailed and Retry
Server related60Access is not allowedTokopedia’s IP is blocked or no API access is allowedFailed and RetryPending
61Server maintenancePartner’s server ongoing maintenanceFailed and RetryPending
62Server errorInternal error on Partner’s serverFailed and RetryPending
63Biller maintenanceBiller’s server ongoing maintenanceFailed and RetryPending
64Biller errorInternal error on Biller’s serverFailed and RetryPending
Void Refund14Ineligible ProductProduct is not eligible to given user or client numberFailed and RefundPending
15Already RedeemedTried to void already active or redeemed transactionPendingPending

Get token, Health check, get balance and Inquiry will only treat “00” Response Code as success and the rest as failed.

Retry behaviour can also cause Tokopedia to attempt to do transactions to our other Partners if available

Have a feedback?