transactionresponse references - AEVI-AppFlow/pos-android-sdk GitHub Wiki

The TransactionResponse class contains a number of fields that can be used to pass back processing information, such as outcome, response codes, etc. There may however be other bits of information that may be relevant to pass back either from a particular flow service, or for particular scenarios and use cases. This can be set via transaction references.

Please see ReferenceKeys for defined keys.

These references are all from the perspective of the app/system that processed the request. In the case of a payment application, it is in the context of an acquirer/bank system.

Reference key Value type Description
"merchantId" String Id of merchant
"merchantName" String Merchant name
"terminalId" String Terminal id
"transactionDateTime" long Milliseconds since epoch
⚠️ **GitHub.com Fallback** ⚠️