Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.NetworkDetails.Visa (Increase v1.0.0)

Copy Markdown View Source

Fields specific to the visa network.

Fields

  • electronic_commerce_indicator - For electronic commerce transactions, this identifies the level of security used in obtaining the customer's payment credential. For mail or telephone order transactions, identifies the type of mail or telephone order.
  • point_of_service_entry_mode - The method used to enter the cardholder's primary account number and card expiration date.
  • stand_in_processing_reason - Only present when actioner: network. Describes why a card authorization was approved or declined by Visa through stand-in processing.
  • terminal_entry_capability - The capability of the terminal being used to read the card. Shows whether a terminal can e.g., accept chip cards or if it only supports magnetic stripe reads. This reflects the highest capability of the terminal — for example, a terminal that supports both chip and magnetic stripe will be identified as chip-capable.

Summary

Types

t()

@type t() ::
  %Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.NetworkDetails.Visa{
    electronic_commerce_indicator: String.t() | nil,
    point_of_service_entry_mode: String.t() | nil,
    stand_in_processing_reason: String.t() | nil,
    terminal_entry_capability: String.t() | nil
  }