February 22, 2022

Transaction schema improvements

We added the following fields to transaction event schema to the transaction:

  1. authorization_code: A fixed-width 6-digit numeric identifier that can be used to identify a transaction with networks.
  2. merchant_currency: ISO 4217 alpha 3 code for the currency of the transaction.
  3. merchant_amount: Analogous to the "amount" property, but represents the amount in the local currency at the time of the transaction.
  4. 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.