For the complete documentation index, see llms.txt. This page is also available as Markdown.

Response Code Error Transaction

For all the good deals are successful or rejected, indications that occur are as follows:

  • No response from the Bank.

  • Faspay error in the system

  • Bank error in the system.

  • Transactions on the block because it meets the criteria as the type of transaction fraud / problems

For some of the obstacles that occur as above, actions to be taken are:

  • Check Parameters ‘err_code'

    • Showed any indication of shipping error response from the system while processing transactions faspay

    • If there is no error and the transaction is not in the block, then the value to be displayed is 0.

    • If the transaction in the block, the error code that is sent is "5527".

    • If the response given value is not equal to 0, the transaction failed.

  • Check Parameters 'err_desc' that describes the error that occurred in the parameter 'err_code'

  • If the parameter 'error_code' = 0, then the merchant should check another parameter that caused the transaction to fail, the parameters that should be checked are as follows:

    • If the merchant with a payment method with credit card, check parameter 'bank_res_code' and 'bank_res_msg'

    • If the merchant is using direct debit, check parameter 'bank_status_desc'.

    • If the merchant is using a prepaid payment, check parameter 'prepaid_response_code' and 'prepaid_response_message'.

Last updated