Notifications
Notifications are sent using the HTTP protocol to the URL provided by the merchant. Data is transmitted as a POST request with the content type set to application/xml
and includes the XML structure in the body.
result
YES
Character
Result indicates the result of the transaction. OK: means transaction notification was received and accepted. ERROR: means error detected in the notification from the gateway.
gatetransid
NO
Character 36
Unique gateway transaction id.
merchanttransid
No
Character max 50.
Unique merchant transaction id received in the request.
errorcode
NO
Character
Optional Error Code from the Merchant
errormessage
NO
Character
Optional description of the error.
Notifications Responses
Response from the merchant must be a non-encoded plain XML. Responses to each notification have the same structure. If no response, an invalid response or an error is received from the merchant, the system will attempt to deliver notification for the following 7 days. No further notifications will be sent and the merchant account may be suspended pending resolution of the problem. The Response will take the form of the following example:
Last updated