Increase.RealTimeDecisions.RealTimeDecision.CardAuthentication.MessageCategory.Payment (Increase v1.0.0)

Copy Markdown View Source

Fields specific to payment authentication attempts.

Fields

  • purchase_amount - The purchase amount in minor units.
  • purchase_amount_cardholder_estimated - The purchase amount in the cardholder's currency (i.e., USD) estimated using daily conversion rates from the card network.
  • purchase_currency - The ISO 4217 code for the authentication attempt's purchase currency.
  • transaction_type - The type of transaction being authenticated.

Summary

Types

t()

@type t() ::
  %Increase.RealTimeDecisions.RealTimeDecision.CardAuthentication.MessageCategory.Payment{
    purchase_amount: integer(),
    purchase_amount_cardholder_estimated: integer() | nil,
    purchase_currency: String.t(),
    transaction_type: String.t() | nil
  }