You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Some parameter documentations has been truncated, see
238
246
# {Lithic::Models::CardAuthorization} for more details.
239
247
#
@@ -265,6 +273,8 @@ class CardAuthorization < Lithic::Internal::Type::BaseModel
265
273
#
266
274
# @param merchant_currency [String] 3-character alphabetic ISO 4217 code for the local currency of the transaction.
267
275
#
276
+
# @param name_validation [Lithic::Models::CardAuthorization::NameValidation, nil] Network name validation data, present when the card network requested name valid
277
+
#
268
278
# @param service_location [Lithic::Models::CardAuthorization::ServiceLocation, nil] Where the cardholder received the service, when different from the card acceptor
269
279
#
270
280
# @param settled_amount [Integer] Deprecated, use `amounts`. Amount (in cents) of the transaction that has been se
@@ -623,6 +633,94 @@ class Merchant < Lithic::Models::Merchant
623
633
# @param street_address [String, nil] Street address of card acceptor.
# Some parameter documentations has been truncated, see
653
+
# {Lithic::Models::CardAuthorization::NameValidation} for more details.
654
+
#
655
+
# Network name validation data, present when the card network requested name
656
+
# validation for this transaction. Contains the cardholder name provided by the
657
+
# network and Lithic's computed match result against KYC data on file.
658
+
#
659
+
# @param name [Lithic::Models::CardAuthorization::NameValidation::Name] Cardholder name as provided by the card network.
660
+
#
661
+
# @param name_on_file_match [Lithic::Models::CardAuthorization::NameValidation::NameOnFileMatch] Lithic's computed match result comparing the network-provided name to the name o
0 commit comments