Increase.RealTimeDecisions.RealTimeDecision.CardAuthenticationChallenge (Increase v1.0.0)

Copy Markdown View Source

Fields related to a 3DS authentication attempt.

Fields

  • account_id - The identifier of the Account the card belongs to.
  • card_id - The identifier of the Card that is being tokenized.
  • card_payment_id - The identifier of the Card Payment this authentication challenge attempt belongs to.
  • one_time_code - The one-time code delivered to the cardholder.
  • result - Whether or not the challenge was delivered to the cardholder.

Summary

Types

t()

@type t() :: %Increase.RealTimeDecisions.RealTimeDecision.CardAuthenticationChallenge{
  account_id: String.t(),
  card_id: String.t(),
  card_payment_id: String.t(),
  one_time_code: String.t(),
  result: String.t() | nil
}