Responses

To Redirect Page and to Postback Url

The response from the server is an array. If the status has the value "OK" the transaction has been successfully processed.

The response array has the following structure:

NameData TypeDescription
sidStringHas the sid where transaction was processed
statusStringHas the value "OK" for a successful transaction, or "EXC" for a failed transaction
parent_txidStringParent transaction id
txidStringThe transaction ID
tx_actionStringThe state change txaction, e.g. "PAYMENT"
amountStringThe amount processed. The gateway currency amount
currencyStringThe currency in which the transaction was processed
commentStringResponse from the gateway
rebillkeyStringrebillkey for the transaction, if rebill is allowed
descriptorStringGateway descriptor name
tidStringFrom the original transaction
ref1StringFrom the original transaction
ref2StringFrom the original transaction
ref3StringFrom the original transaction
ref4StringFrom the original transaction
vrfyStringThis is a sha 256 hash so the data can be verified. To generate hash with sha256 the string of sid;rcode;txid;status;amount;currency;txaction
error If an error has occurred, then the status value will equal "EXC" and these parameters will be sent as well
error_typeStringThe error type
error_sysStringThe system that caused the error (client or server)
error_msgStringThe error message
error_infoStringError information that contains the bank message and bank code
error_codeStringTxprocess UAT error code