User Notification Screen

This notification display can be seen in the current FPG system is already live merchant server into production and there is a parameter usr_msg, this field shows the contents of information that occurs when customers make payments at the payment page while usr_code display categories of usr_msg in the form of numbers. Merchant will check err_desc to detail errors that occur at some point the following:

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

This is explained further below the description of each category of user notification message:

usr_codeCategory of usr_msgDescription

101

Transaction Approved

For successful user transactions, the merchant will get USR_MSG containing information that the transaction has been approved

102

Transaction Declined – Refer Bank

When a transaction is rejected because of an error that occurred between faspay and bank system, USR_MSG will display a notification / notification to the customer to contact the Bank

103

Transaction Declined – Refer Merchant

When a transaction is rejected because of errors occurred when entering transactions into the system faspay, USR_MSG will display a notification / notification to the customer to contact the merchant.

104

Transaction Declined – Invalid card details

When a transaction is rejected due to error error inputting credit card data used, USR_MSG will display a notification / notification to the customer to check the credit card data is used.

105

Transaction Declined – Refer cardholder

For credit card transactions, allowing the transaction rejected / thwarted because between the customer and the name of the card holder / card holder does not match, then USR_MSG will display a notification / notification to the customer to see the name card holder

106

Transaction Declined – Unknown Response

For an error response with an unknown kategory, USR_MSG be displayed "Transaction Declined - Unknown response"

Last updated