Genarete signature response

Faspay will give response signature with a few parameters, namely:

  1. Merchant ID : ID given by faspay system

  2. sTXN Password : password provided by the system transaction faspay

  3. Merchant Trn ID : merchant transaction number

  4. Total amount : nominal in two decimal (ex : 1000.00)

  5. Transaction Status : TXN STATUS

Writing parameters separated by ##, and converted into the format parameter uppercase (is a text format to uppercase / capital all).

Format : (“##" + MERCHANTID + "##" + sTxnPassword + "##" + MERCHANT_TRANID + "##" + AMOUNT + "##” + TXN_STATUS + “##”)

example:

<##TEST01##4E62f498C##OID00001##192.00##A##

Result convert to algoritma SHA1 :

D8F437D951EC1DABB52127A22F91748B473658DC

It is advisable to maintain security, when receiving a response from faspay, merchants also run this SHA1 algorithm upon receiving the response. To find out the results match the signature received from the response that is sent, it can be done by matching the results of the transaction and the transaction signature password to use.

Last updated