February 22, 2022
about 3 years ago by Kamil Sindi
Transaction schema improvements
We added the following fields to transaction event schema to the transaction:
authorization_code
: A fixed-width 6-digit numeric identifier that can be used to identify a transaction with networks.merchant_currency
: ISO 4217 alpha 3 code for the currency of the transaction.merchant_amount
: Analogous to the "amount" property, but represents the amount in the local currency at the time of the transaction.merchant_authorization_amount
: Analogous to the "authorization_amount" property, but represents the amount in the local currency at the time of the transaction.
Please see the Transaction schema for further information.