Back to questions
shijigroup 21/06/2018 16:08:04



Hi:

When a transaction is successfully completed:

Is TransactionReferences hold these fields: "CURRENCY", "STAN", "TX_RESPONSE_CODE", "AMOUNT", "CARD_TYPE", "CARD_TYPE_ENTRY"?

Is the STAN field unique between different device in a cycle?

Can you show me the full TransactionReferenceCode name list with example values?



Thanks.
adm-gorreve 21/06/2018 16:24:55
Hi shijigroup,

Please refer Transaction Results section under Aevi SDK documentation (Aevi-SDK-2.3.0/documentation/reference/transaction-results.html) for full details and also refer Aevi Sample app.

STAN is unique to terminal. You will get same transaction number in multiple terminals. Combine Terminal ID and STAN to generate a unique number to idendify the transaction. Terminal ID is unique in bank systems.

Use below code to print all values inside TransactionReferenceCode





Thanks,

Admin
shijigroup 21/06/2018 16:53:45
Hi:

I just do it as your said, but the primary problem is that i do not have a prod device.



Thanks.
adm-gorreve 22/06/2018 09:40:03
Hi shijigroup,

You don't need production device. Use same developer device and don't consider fields other than "CURRENCY", "STAN", "TX_RESPONSE_CODE", "AMOUNT", "CARD_TYPE", "CARD_TYPE_ENTRY". You will get these fields from developer device also.

Thanks,

Admin