Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.Verification.CardholderAddress (Increase v1.0.0)

Copy Markdown View Source

Cardholder address provided in the authorization request and the address on file we verified it against.

Fields

  • actual_line1 - Line 1 of the address on file for the cardholder.
  • actual_postal_code - The postal code of the address on file for the cardholder.
  • provided_line1 - The cardholder address line 1 provided for verification in the authorization request.
  • provided_postal_code - The postal code provided for verification in the authorization request.
  • result - The address verification result returned to the card network.

Summary

Types

t()

@type t() ::
  %Increase.RealTimeDecisions.RealTimeDecision.CardBalanceInquiry.Verification.CardholderAddress{
    actual_line1: String.t() | nil,
    actual_postal_code: String.t() | nil,
    provided_line1: String.t() | nil,
    provided_postal_code: String.t() | nil,
    result: String.t()
  }