lithic 0.1.0.pre.alpha.6 → 0.1.0.pre.alpha.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/lithic/client.rb +3 -3
- data/lib/lithic/internal/transport/base_client.rb +1 -1
- data/lib/lithic/internal/transport/pooled_net_requester.rb +1 -1
- data/lib/lithic/internal/type/base_model.rb +14 -17
- data/lib/lithic/internal/type/converter.rb +20 -22
- data/lib/lithic/internal/type/enum.rb +8 -8
- data/lib/lithic/internal/util.rb +1 -5
- data/lib/lithic/models/account.rb +37 -37
- data/lib/lithic/models/account_holder.rb +58 -55
- data/lib/lithic/models/account_holder_create_params.rb +59 -59
- data/lib/lithic/models/account_holder_create_response.rb +6 -6
- data/lib/lithic/models/account_holder_list_params.rb +10 -10
- data/lib/lithic/models/account_holder_simulate_enrollment_document_review_params.rb +2 -2
- data/lib/lithic/models/account_holder_simulate_enrollment_review_params.rb +1 -1
- data/lib/lithic/models/account_holder_simulate_enrollment_review_response.rb +71 -71
- data/lib/lithic/models/account_holder_update_params.rb +56 -64
- data/lib/lithic/models/account_holder_update_response.rb +75 -75
- data/lib/lithic/models/account_list_params.rb +6 -6
- data/lib/lithic/models/account_spend_limits.rb +6 -6
- data/lib/lithic/models/account_update_params.rb +14 -14
- data/lib/lithic/models/address.rb +5 -5
- data/lib/lithic/models/address_update.rb +3 -3
- data/lib/lithic/models/aggregate_balance.rb +4 -4
- data/lib/lithic/models/auth_rules/auth_rule.rb +6 -6
- data/lib/lithic/models/auth_rules/auth_rule_condition.rb +44 -44
- data/lib/lithic/models/auth_rules/conditional_attribute.rb +44 -44
- data/lib/lithic/models/auth_rules/v2/backtest_results.rb +10 -10
- data/lib/lithic/models/auth_rules/v2_apply_response.rb +2 -2
- data/lib/lithic/models/auth_rules/v2_create_response.rb +2 -2
- data/lib/lithic/models/auth_rules/v2_draft_response.rb +2 -2
- data/lib/lithic/models/auth_rules/v2_list_params.rb +2 -2
- data/lib/lithic/models/auth_rules/v2_list_response.rb +2 -2
- data/lib/lithic/models/auth_rules/v2_promote_response.rb +2 -2
- data/lib/lithic/models/auth_rules/v2_retrieve_response.rb +2 -2
- data/lib/lithic/models/auth_rules/v2_update_params.rb +6 -6
- data/lib/lithic/models/auth_rules/v2_update_response.rb +2 -2
- data/lib/lithic/models/auth_rules/velocity_limit_params.rb +14 -14
- data/lib/lithic/models/auth_rules/velocity_limit_params_period_window.rb +5 -5
- data/lib/lithic/models/balance.rb +4 -4
- data/lib/lithic/models/balance_list_params.rb +1 -1
- data/lib/lithic/models/book_transfer_create_params.rb +4 -4
- data/lib/lithic/models/book_transfer_list_params.rb +7 -7
- data/lib/lithic/models/book_transfer_response.rb +14 -14
- data/lib/lithic/models/card.rb +110 -110
- data/lib/lithic/models/card_convert_physical_params.rb +22 -22
- data/lib/lithic/models/card_create_params.rb +93 -93
- data/lib/lithic/models/card_list_params.rb +6 -6
- data/lib/lithic/models/card_program.rb +1 -1
- data/lib/lithic/models/card_program_list_params.rb +2 -2
- data/lib/lithic/models/card_provision_params.rb +11 -11
- data/lib/lithic/models/card_reissue_params.rb +22 -22
- data/lib/lithic/models/card_renew_params.rb +24 -24
- data/lib/lithic/models/card_spend_limits.rb +6 -6
- data/lib/lithic/models/card_update_params.rb +33 -33
- data/lib/lithic/models/cards/aggregate_balance_list_response.rb +4 -4
- data/lib/lithic/models/cards/balance_list_params.rb +2 -2
- data/lib/lithic/models/cards/balance_list_response.rb +4 -4
- data/lib/lithic/models/cards/financial_transaction_list_params.rb +6 -6
- data/lib/lithic/models/digital_card_art_list_params.rb +2 -2
- data/lib/lithic/models/dispute.rb +88 -88
- data/lib/lithic/models/dispute_evidence.rb +11 -11
- data/lib/lithic/models/dispute_list_evidences_params.rb +6 -6
- data/lib/lithic/models/dispute_list_params.rb +6 -6
- data/lib/lithic/models/document.rb +6 -6
- data/lib/lithic/models/event.rb +51 -51
- data/lib/lithic/models/event_list_attempts_params.rb +6 -6
- data/lib/lithic/models/event_list_params.rb +6 -6
- data/lib/lithic/models/events/subscription_create_params.rb +1 -1
- data/lib/lithic/models/events/subscription_list_attempts_params.rb +6 -6
- data/lib/lithic/models/events/subscription_list_params.rb +2 -2
- data/lib/lithic/models/events/subscription_recover_params.rb +4 -4
- data/lib/lithic/models/events/subscription_replay_missing_params.rb +4 -4
- data/lib/lithic/models/events/subscription_update_params.rb +1 -1
- data/lib/lithic/models/external_bank_account_create_params.rb +4 -4
- data/lib/lithic/models/external_bank_account_create_response.rb +11 -11
- data/lib/lithic/models/external_bank_account_list_params.rb +2 -2
- data/lib/lithic/models/external_bank_account_list_response.rb +11 -11
- data/lib/lithic/models/external_bank_account_retrieve_response.rb +11 -11
- data/lib/lithic/models/external_bank_account_retry_micro_deposits_response.rb +11 -11
- data/lib/lithic/models/external_bank_account_retry_prenote_response.rb +11 -11
- data/lib/lithic/models/external_bank_account_update_params.rb +1 -1
- data/lib/lithic/models/external_bank_account_update_response.rb +11 -11
- data/lib/lithic/models/external_bank_accounts/micro_deposit_create_response.rb +11 -11
- data/lib/lithic/models/external_payment_list_params.rb +7 -7
- data/lib/lithic/models/financial_account_create_params.rb +1 -1
- data/lib/lithic/models/financial_accounts/balance_list_params.rb +2 -2
- data/lib/lithic/models/financial_accounts/balance_list_response.rb +4 -4
- data/lib/lithic/models/financial_accounts/financial_transaction_list_params.rb +6 -6
- data/lib/lithic/models/financial_accounts/loan_tape.rb +13 -13
- data/lib/lithic/models/financial_accounts/loan_tape_list_params.rb +6 -6
- data/lib/lithic/models/financial_accounts/statement.rb +6 -6
- data/lib/lithic/models/financial_accounts/statement_list_params.rb +6 -6
- data/lib/lithic/models/financial_accounts/statements/line_item_list_params.rb +2 -2
- data/lib/lithic/models/financial_accounts/statements/statement_line_items.rb +2 -1
- data/lib/lithic/models/financial_transaction.rb +35 -34
- data/lib/lithic/models/kyb.rb +47 -47
- data/lib/lithic/models/kyb_business_entity.rb +9 -9
- data/lib/lithic/models/kyc.rb +12 -12
- data/lib/lithic/models/kyc_exempt.rb +4 -4
- data/lib/lithic/models/management_operation_list_params.rb +7 -7
- data/lib/lithic/models/management_operation_transaction.rb +36 -0
- data/lib/lithic/models/message_attempt.rb +1 -1
- data/lib/lithic/models/payment.rb +66 -54
- data/lib/lithic/models/payment_create_params.rb +1 -1
- data/lib/lithic/models/payment_list_params.rb +6 -6
- data/lib/lithic/models/reports/settlement/network_total_list_params.rb +7 -7
- data/lib/lithic/models/reports/settlement/network_total_list_response.rb +7 -7
- data/lib/lithic/models/reports/settlement/network_total_retrieve_response.rb +7 -7
- data/lib/lithic/models/reports/settlement_list_details_params.rb +2 -2
- data/lib/lithic/models/required_document.rb +2 -2
- data/lib/lithic/models/settlement_detail.rb +5 -5
- data/lib/lithic/models/settlement_report.rb +15 -15
- data/lib/lithic/models/settlement_summary_details.rb +3 -3
- data/lib/lithic/models/shipping_address.rb +9 -9
- data/lib/lithic/models/spend_limit_duration.rb +10 -10
- data/lib/lithic/models/three_ds/authentication_retrieve_response.rb +97 -97
- data/lib/lithic/models/three_ds/authentication_simulate_otp_entry_params.rb +1 -1
- data/lib/lithic/models/three_ds/authentication_simulate_params.rb +7 -7
- data/lib/lithic/models/three_ds/authentication_simulate_response.rb +1 -1
- data/lib/lithic/models/three_ds/challenge_response.rb +3 -3
- data/lib/lithic/models/tokenization.rb +5 -5
- data/lib/lithic/models/tokenization_list_params.rb +6 -6
- data/lib/lithic/models/tokenization_resend_activation_code_params.rb +4 -4
- data/lib/lithic/models/tokenization_simulate_params.rb +3 -3
- data/lib/lithic/models/tokenization_update_digital_card_art_params.rb +3 -3
- data/lib/lithic/models/transaction.rb +95 -95
- data/lib/lithic/models/transaction_list_params.rb +8 -8
- data/lib/lithic/models/transaction_simulate_authorization_advice_params.rb +1 -1
- data/lib/lithic/models/transaction_simulate_authorization_params.rb +38 -38
- data/lib/lithic/models/transaction_simulate_authorization_response.rb +1 -1
- data/lib/lithic/models/transaction_simulate_clearing_params.rb +7 -7
- data/lib/lithic/models/transaction_simulate_credit_authorization_params.rb +4 -4
- data/lib/lithic/models/transaction_simulate_void_params.rb +7 -7
- data/lib/lithic/models/transactions/events/enhanced_data.rb +2 -2
- data/lib/lithic/models/transfer.rb +25 -24
- data/lib/lithic/models/transfer_create_params.rb +4 -4
- data/lib/lithic/request_options.rb +7 -7
- data/lib/lithic/resources/account_holders.rb +52 -52
- data/lib/lithic/resources/accounts.rb +7 -7
- data/lib/lithic/resources/aggregate_balances.rb +1 -1
- data/lib/lithic/resources/auth_rules/v2/backtests.rb +38 -38
- data/lib/lithic/resources/auth_rules/v2.rb +58 -58
- data/lib/lithic/resources/auth_stream_enrollment.rb +8 -8
- data/lib/lithic/resources/book_transfers.rb +2 -2
- data/lib/lithic/resources/cards/financial_transactions.rb +1 -1
- data/lib/lithic/resources/cards.rb +63 -63
- data/lib/lithic/resources/disputes.rb +6 -6
- data/lib/lithic/resources/events/subscriptions.rb +8 -8
- data/lib/lithic/resources/events.rb +2 -2
- data/lib/lithic/resources/external_payments.rb +1 -1
- data/lib/lithic/resources/financial_accounts/financial_transactions.rb +1 -1
- data/lib/lithic/resources/financial_accounts/loan_tapes.rb +1 -1
- data/lib/lithic/resources/financial_accounts/statements.rb +1 -1
- data/lib/lithic/resources/financial_accounts.rb +1 -1
- data/lib/lithic/resources/management_operations.rb +1 -1
- data/lib/lithic/resources/payments.rb +2 -2
- data/lib/lithic/resources/reports/settlement/network_totals.rb +1 -1
- data/lib/lithic/resources/three_ds/authentication.rb +6 -6
- data/lib/lithic/resources/three_ds/decisioning.rb +8 -8
- data/lib/lithic/resources/tokenization_decisioning.rb +7 -7
- data/lib/lithic/resources/tokenizations.rb +46 -46
- data/lib/lithic/resources/transactions/enhanced_commercial_data.rb +1 -1
- data/lib/lithic/resources/transactions/events/enhanced_commercial_data.rb +1 -1
- data/lib/lithic/resources/transactions.rb +24 -24
- data/lib/lithic/resources/transfers.rb +1 -1
- data/lib/lithic/version.rb +1 -1
- data/rbi/lib/lithic/client.rbi +6 -9
- data/rbi/lib/lithic/errors.rbi +3 -6
- data/rbi/lib/lithic/internal/cursor_page.rbi +1 -2
- data/rbi/lib/lithic/internal/single_page.rbi +1 -2
- data/rbi/lib/lithic/internal/transport/base_client.rbi +13 -27
- data/rbi/lib/lithic/internal/transport/pooled_net_requester.rbi +7 -13
- data/rbi/lib/lithic/internal/type/array_of.rbi +8 -16
- data/rbi/lib/lithic/internal/type/base_model.rbi +45 -64
- data/rbi/lib/lithic/internal/type/base_page.rbi +5 -10
- data/rbi/lib/lithic/internal/type/boolean.rbi +4 -8
- data/rbi/lib/lithic/internal/type/converter.rbi +25 -31
- data/rbi/lib/lithic/internal/type/enum.rbi +14 -20
- data/rbi/lib/lithic/internal/type/hash_of.rbi +8 -16
- data/rbi/lib/lithic/internal/type/request_parameters.rbi +1 -2
- data/rbi/lib/lithic/internal/type/union.rbi +10 -20
- data/rbi/lib/lithic/internal/type/unknown.rbi +4 -8
- data/rbi/lib/lithic/internal/util.rbi +34 -68
- data/rbi/lib/lithic/internal.rbi +1 -1
- data/rbi/lib/lithic/models/account.rbi +46 -56
- data/rbi/lib/lithic/models/account_financial_account_type.rbi +1 -2
- data/rbi/lib/lithic/models/account_holder.rbi +81 -99
- data/rbi/lib/lithic/models/account_holder_create_params.rbi +73 -90
- data/rbi/lib/lithic/models/account_holder_create_response.rbi +9 -12
- data/rbi/lib/lithic/models/account_holder_list_documents_params.rbi +2 -4
- data/rbi/lib/lithic/models/account_holder_list_documents_response.rbi +2 -4
- data/rbi/lib/lithic/models/account_holder_list_params.rbi +10 -13
- data/rbi/lib/lithic/models/account_holder_retrieve_document_params.rbi +2 -4
- data/rbi/lib/lithic/models/account_holder_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/account_holder_simulate_enrollment_document_review_params.rbi +6 -11
- data/rbi/lib/lithic/models/account_holder_simulate_enrollment_review_params.rbi +5 -9
- data/rbi/lib/lithic/models/account_holder_simulate_enrollment_review_response.rbi +103 -123
- data/rbi/lib/lithic/models/account_holder_update_params.rbi +68 -94
- data/rbi/lib/lithic/models/account_holder_update_response.rbi +135 -140
- data/rbi/lib/lithic/models/account_holder_upload_document_params.rbi +3 -6
- data/rbi/lib/lithic/models/account_list_params.rbi +5 -6
- data/rbi/lib/lithic/models/account_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/account_retrieve_spend_limits_params.rbi +2 -4
- data/rbi/lib/lithic/models/account_spend_limits.rbi +14 -22
- data/rbi/lib/lithic/models/account_update_params.rbi +19 -25
- data/rbi/lib/lithic/models/address.rbi +7 -9
- data/rbi/lib/lithic/models/address_update.rbi +5 -7
- data/rbi/lib/lithic/models/aggregate_balance.rbi +7 -11
- data/rbi/lib/lithic/models/aggregate_balance_list_params.rbi +3 -6
- data/rbi/lib/lithic/models/api_status.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/auth_rule.rbi +9 -13
- data/rbi/lib/lithic/models/auth_rules/auth_rule_condition.rbi +48 -52
- data/rbi/lib/lithic/models/auth_rules/conditional_attribute.rbi +45 -46
- data/rbi/lib/lithic/models/auth_rules/conditional_block_parameters.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2/backtest_create_params.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2/backtest_create_response.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2/backtest_results.rbi +40 -54
- data/rbi/lib/lithic/models/auth_rules/v2/backtest_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2_apply_params.rbi +1 -2
- data/rbi/lib/lithic/models/auth_rules/v2_apply_response.rbi +12 -23
- data/rbi/lib/lithic/models/auth_rules/v2_create_params.rbi +4 -9
- data/rbi/lib/lithic/models/auth_rules/v2_create_response.rbi +12 -23
- data/rbi/lib/lithic/models/auth_rules/v2_delete_params.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2_draft_params.rbi +3 -6
- data/rbi/lib/lithic/models/auth_rules/v2_draft_response.rbi +12 -23
- data/rbi/lib/lithic/models/auth_rules/v2_list_params.rbi +4 -7
- data/rbi/lib/lithic/models/auth_rules/v2_list_response.rbi +12 -23
- data/rbi/lib/lithic/models/auth_rules/v2_promote_params.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2_promote_response.rbi +12 -23
- data/rbi/lib/lithic/models/auth_rules/v2_report_params.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2_report_response.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/auth_rules/v2_retrieve_response.rbi +12 -23
- data/rbi/lib/lithic/models/auth_rules/v2_update_params.rbi +9 -13
- data/rbi/lib/lithic/models/auth_rules/v2_update_response.rbi +12 -23
- data/rbi/lib/lithic/models/auth_rules/velocity_limit_params.rbi +19 -24
- data/rbi/lib/lithic/models/auth_rules/velocity_limit_params_period_window.rbi +6 -7
- data/rbi/lib/lithic/models/auth_stream_enrollment_retrieve_secret_params.rbi +2 -4
- data/rbi/lib/lithic/models/auth_stream_enrollment_rotate_secret_params.rbi +2 -4
- data/rbi/lib/lithic/models/auth_stream_secret.rbi +2 -4
- data/rbi/lib/lithic/models/balance.rbi +7 -11
- data/rbi/lib/lithic/models/balance_list_params.rbi +4 -8
- data/rbi/lib/lithic/models/book_transfer_create_params.rbi +8 -13
- data/rbi/lib/lithic/models/book_transfer_list_params.rbi +10 -16
- data/rbi/lib/lithic/models/book_transfer_response.rbi +23 -33
- data/rbi/lib/lithic/models/book_transfer_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/book_transfer_reverse_params.rbi +2 -4
- data/rbi/lib/lithic/models/card.rbi +117 -127
- data/rbi/lib/lithic/models/card_convert_physical_params.rbi +24 -26
- data/rbi/lib/lithic/models/card_create_params.rbi +98 -104
- data/rbi/lib/lithic/models/card_embed_params.rbi +2 -4
- data/rbi/lib/lithic/models/card_list_params.rbi +7 -11
- data/rbi/lib/lithic/models/card_program.rbi +3 -6
- data/rbi/lib/lithic/models/card_program_list_params.rbi +4 -6
- data/rbi/lib/lithic/models/card_program_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/card_provision_params.rbi +14 -18
- data/rbi/lib/lithic/models/card_provision_response.rbi +2 -4
- data/rbi/lib/lithic/models/card_reissue_params.rbi +24 -26
- data/rbi/lib/lithic/models/card_renew_params.rbi +27 -31
- data/rbi/lib/lithic/models/card_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/card_retrieve_spend_limits_params.rbi +2 -4
- data/rbi/lib/lithic/models/card_search_by_pan_params.rbi +2 -4
- data/rbi/lib/lithic/models/card_spend_limits.rbi +14 -22
- data/rbi/lib/lithic/models/card_update_params.rbi +37 -42
- data/rbi/lib/lithic/models/cards/aggregate_balance_list_params.rbi +2 -4
- data/rbi/lib/lithic/models/cards/aggregate_balance_list_response.rbi +6 -9
- data/rbi/lib/lithic/models/cards/balance_list_params.rbi +4 -6
- data/rbi/lib/lithic/models/cards/balance_list_response.rbi +7 -11
- data/rbi/lib/lithic/models/cards/financial_transaction_list_params.rbi +9 -15
- data/rbi/lib/lithic/models/cards/financial_transaction_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/carrier.rbi +2 -4
- data/rbi/lib/lithic/models/client_api_status_params.rbi +2 -4
- data/rbi/lib/lithic/models/credit_products/extended_credit.rbi +2 -4
- data/rbi/lib/lithic/models/credit_products/extended_credit_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/credit_products/prime_rate_create_params.rbi +2 -4
- data/rbi/lib/lithic/models/credit_products/prime_rate_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/credit_products/prime_rate_retrieve_response.rbi +4 -8
- data/rbi/lib/lithic/models/digital_card_art.rbi +2 -4
- data/rbi/lib/lithic/models/digital_card_art_list_params.rbi +4 -6
- data/rbi/lib/lithic/models/digital_card_art_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/dispute.rbi +93 -99
- data/rbi/lib/lithic/models/dispute_create_params.rbi +2 -4
- data/rbi/lib/lithic/models/dispute_delete_evidence_params.rbi +2 -4
- data/rbi/lib/lithic/models/dispute_delete_params.rbi +2 -4
- data/rbi/lib/lithic/models/dispute_evidence.rbi +13 -15
- data/rbi/lib/lithic/models/dispute_initiate_evidence_upload_params.rbi +2 -4
- data/rbi/lib/lithic/models/dispute_list_evidences_params.rbi +5 -6
- data/rbi/lib/lithic/models/dispute_list_params.rbi +7 -11
- data/rbi/lib/lithic/models/dispute_retrieve_evidence_params.rbi +2 -4
- data/rbi/lib/lithic/models/dispute_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/dispute_update_params.rbi +2 -4
- data/rbi/lib/lithic/models/document.rbi +13 -21
- data/rbi/lib/lithic/models/event.rbi +58 -61
- data/rbi/lib/lithic/models/event_list_attempts_params.rbi +7 -11
- data/rbi/lib/lithic/models/event_list_params.rbi +7 -11
- data/rbi/lib/lithic/models/event_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/event_subscription.rbi +3 -6
- data/rbi/lib/lithic/models/events/event_subscription_resend_params.rbi +2 -4
- data/rbi/lib/lithic/models/events/subscription_create_params.rbi +4 -7
- data/rbi/lib/lithic/models/events/subscription_delete_params.rbi +2 -4
- data/rbi/lib/lithic/models/events/subscription_list_attempts_params.rbi +7 -11
- data/rbi/lib/lithic/models/events/subscription_list_params.rbi +4 -6
- data/rbi/lib/lithic/models/events/subscription_recover_params.rbi +4 -6
- data/rbi/lib/lithic/models/events/subscription_replay_missing_params.rbi +4 -6
- data/rbi/lib/lithic/models/events/subscription_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/events/subscription_retrieve_secret_params.rbi +2 -4
- data/rbi/lib/lithic/models/events/subscription_retrieve_secret_response.rbi +2 -4
- data/rbi/lib/lithic/models/events/subscription_rotate_secret_params.rbi +2 -4
- data/rbi/lib/lithic/models/events/subscription_send_simulated_example_params.rbi +3 -6
- data/rbi/lib/lithic/models/events/subscription_update_params.rbi +4 -7
- data/rbi/lib/lithic/models/external_bank_account_address.rbi +2 -4
- data/rbi/lib/lithic/models/external_bank_account_create_params.rbi +8 -13
- data/rbi/lib/lithic/models/external_bank_account_create_response.rbi +18 -26
- data/rbi/lib/lithic/models/external_bank_account_list_params.rbi +7 -13
- data/rbi/lib/lithic/models/external_bank_account_list_response.rbi +18 -26
- data/rbi/lib/lithic/models/external_bank_account_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/external_bank_account_retrieve_response.rbi +18 -26
- data/rbi/lib/lithic/models/external_bank_account_retry_micro_deposits_params.rbi +2 -4
- data/rbi/lib/lithic/models/external_bank_account_retry_micro_deposits_response.rbi +18 -26
- data/rbi/lib/lithic/models/external_bank_account_retry_prenote_params.rbi +2 -4
- data/rbi/lib/lithic/models/external_bank_account_retry_prenote_response.rbi +16 -22
- data/rbi/lib/lithic/models/external_bank_account_update_params.rbi +4 -8
- data/rbi/lib/lithic/models/external_bank_account_update_response.rbi +18 -26
- data/rbi/lib/lithic/models/external_bank_accounts/micro_deposit_create_params.rbi +2 -4
- data/rbi/lib/lithic/models/external_bank_accounts/micro_deposit_create_response.rbi +18 -26
- data/rbi/lib/lithic/models/external_payment.rbi +10 -21
- data/rbi/lib/lithic/models/external_payment_cancel_params.rbi +2 -4
- data/rbi/lib/lithic/models/external_payment_create_params.rbi +5 -11
- data/rbi/lib/lithic/models/external_payment_list_params.rbi +10 -16
- data/rbi/lib/lithic/models/external_payment_release_params.rbi +2 -4
- data/rbi/lib/lithic/models/external_payment_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/external_payment_reverse_params.rbi +2 -4
- data/rbi/lib/lithic/models/external_payment_settle_params.rbi +3 -6
- data/rbi/lib/lithic/models/financial_account.rbi +9 -20
- data/rbi/lib/lithic/models/financial_account_create_params.rbi +2 -4
- data/rbi/lib/lithic/models/financial_account_list_params.rbi +3 -6
- data/rbi/lib/lithic/models/financial_account_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/financial_account_update_params.rbi +2 -4
- data/rbi/lib/lithic/models/financial_account_update_status_params.rbi +4 -8
- data/rbi/lib/lithic/models/financial_accounts/balance_list_params.rbi +4 -6
- data/rbi/lib/lithic/models/financial_accounts/balance_list_response.rbi +7 -11
- data/rbi/lib/lithic/models/financial_accounts/credit_configuration_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/financial_accounts/credit_configuration_update_params.rbi +2 -5
- data/rbi/lib/lithic/models/financial_accounts/financial_account_credit_config.rbi +4 -9
- data/rbi/lib/lithic/models/financial_accounts/financial_transaction_list_params.rbi +9 -15
- data/rbi/lib/lithic/models/financial_accounts/financial_transaction_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/financial_accounts/loan_tape.rbi +51 -91
- data/rbi/lib/lithic/models/financial_accounts/loan_tape_list_params.rbi +5 -6
- data/rbi/lib/lithic/models/financial_accounts/loan_tape_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/financial_accounts/statement.rbi +30 -56
- data/rbi/lib/lithic/models/financial_accounts/statement_list_params.rbi +6 -9
- data/rbi/lib/lithic/models/financial_accounts/statement_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/financial_accounts/statements/line_item_list_params.rbi +3 -4
- data/rbi/lib/lithic/models/financial_accounts/statements/statement_line_items.rbi +12 -14
- data/rbi/lib/lithic/models/financial_accounts/statements.rbi +2 -4
- data/rbi/lib/lithic/models/financial_transaction.rbi +44 -53
- data/rbi/lib/lithic/models/instance_financial_account_type.rbi +1 -2
- data/rbi/lib/lithic/models/kyb.rbi +58 -72
- data/rbi/lib/lithic/models/kyb_business_entity.rbi +13 -18
- data/rbi/lib/lithic/models/kyc.rbi +17 -22
- data/rbi/lib/lithic/models/kyc_exempt.rbi +8 -13
- data/rbi/lib/lithic/models/management_operation_create_params.rbi +5 -11
- data/rbi/lib/lithic/models/management_operation_list_params.rbi +9 -14
- data/rbi/lib/lithic/models/management_operation_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/management_operation_reverse_params.rbi +2 -4
- data/rbi/lib/lithic/models/management_operation_transaction.rbi +60 -20
- data/rbi/lib/lithic/models/message_attempt.rbi +3 -5
- data/rbi/lib/lithic/models/owner_type.rbi +1 -2
- data/rbi/lib/lithic/models/payment.rbi +85 -89
- data/rbi/lib/lithic/models/payment_create_params.rbi +8 -16
- data/rbi/lib/lithic/models/payment_create_response.rbi +2 -4
- data/rbi/lib/lithic/models/payment_list_params.rbi +9 -15
- data/rbi/lib/lithic/models/payment_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/payment_retry_params.rbi +2 -4
- data/rbi/lib/lithic/models/payment_retry_response.rbi +2 -4
- data/rbi/lib/lithic/models/payment_simulate_action_params.rbi +4 -8
- data/rbi/lib/lithic/models/payment_simulate_action_response.rbi +3 -6
- data/rbi/lib/lithic/models/payment_simulate_receipt_params.rbi +2 -4
- data/rbi/lib/lithic/models/payment_simulate_receipt_response.rbi +3 -6
- data/rbi/lib/lithic/models/payment_simulate_release_params.rbi +2 -4
- data/rbi/lib/lithic/models/payment_simulate_release_response.rbi +3 -6
- data/rbi/lib/lithic/models/payment_simulate_return_params.rbi +2 -4
- data/rbi/lib/lithic/models/payment_simulate_return_response.rbi +3 -6
- data/rbi/lib/lithic/models/reports/settlement/network_total_list_params.rbi +8 -12
- data/rbi/lib/lithic/models/reports/settlement/network_total_list_response.rbi +12 -18
- data/rbi/lib/lithic/models/reports/settlement/network_total_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/reports/settlement/network_total_retrieve_response.rbi +12 -18
- data/rbi/lib/lithic/models/reports/settlement_list_details_params.rbi +4 -6
- data/rbi/lib/lithic/models/reports/settlement_summary_params.rbi +2 -4
- data/rbi/lib/lithic/models/required_document.rbi +4 -6
- data/rbi/lib/lithic/models/responder_endpoint_check_status_params.rbi +3 -6
- data/rbi/lib/lithic/models/responder_endpoint_create_params.rbi +3 -6
- data/rbi/lib/lithic/models/responder_endpoint_create_response.rbi +2 -4
- data/rbi/lib/lithic/models/responder_endpoint_delete_params.rbi +3 -6
- data/rbi/lib/lithic/models/responder_endpoint_status.rbi +2 -4
- data/rbi/lib/lithic/models/settlement_detail.rbi +11 -18
- data/rbi/lib/lithic/models/settlement_report.rbi +17 -20
- data/rbi/lib/lithic/models/settlement_summary_details.rbi +6 -10
- data/rbi/lib/lithic/models/shipping_address.rbi +11 -14
- data/rbi/lib/lithic/models/spend_limit_duration.rbi +11 -12
- data/rbi/lib/lithic/models/three_ds/authentication_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/three_ds/authentication_retrieve_response.rbi +137 -176
- data/rbi/lib/lithic/models/three_ds/authentication_simulate_otp_entry_params.rbi +3 -5
- data/rbi/lib/lithic/models/three_ds/authentication_simulate_params.rbi +14 -21
- data/rbi/lib/lithic/models/three_ds/authentication_simulate_response.rbi +3 -5
- data/rbi/lib/lithic/models/three_ds/challenge_response.rbi +5 -7
- data/rbi/lib/lithic/models/three_ds/challenge_result.rbi +1 -2
- data/rbi/lib/lithic/models/three_ds/decisioning_challenge_response_params.rbi +2 -4
- data/rbi/lib/lithic/models/three_ds/decisioning_retrieve_secret_params.rbi +2 -4
- data/rbi/lib/lithic/models/three_ds/decisioning_retrieve_secret_response.rbi +2 -4
- data/rbi/lib/lithic/models/three_ds/decisioning_rotate_secret_params.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization.rbi +14 -24
- data/rbi/lib/lithic/models/tokenization_activate_params.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_deactivate_params.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_decisioning_retrieve_secret_params.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_decisioning_rotate_secret_params.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_decisioning_rotate_secret_response.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_list_params.rbi +7 -11
- data/rbi/lib/lithic/models/tokenization_pause_params.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_resend_activation_code_params.rbi +7 -10
- data/rbi/lib/lithic/models/tokenization_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_retrieve_response.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_secret.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_simulate_params.rbi +7 -12
- data/rbi/lib/lithic/models/tokenization_simulate_response.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_unpause_params.rbi +2 -4
- data/rbi/lib/lithic/models/tokenization_update_digital_card_art_params.rbi +5 -7
- data/rbi/lib/lithic/models/tokenization_update_digital_card_art_response.rbi +2 -4
- data/rbi/lib/lithic/models/transaction.rbi +168 -236
- data/rbi/lib/lithic/models/transaction_expire_authorization_params.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_list_params.rbi +10 -15
- data/rbi/lib/lithic/models/transaction_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_simulate_authorization_advice_params.rbi +3 -5
- data/rbi/lib/lithic/models/transaction_simulate_authorization_advice_response.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_simulate_authorization_params.rbi +41 -45
- data/rbi/lib/lithic/models/transaction_simulate_authorization_response.rbi +3 -5
- data/rbi/lib/lithic/models/transaction_simulate_clearing_params.rbi +9 -11
- data/rbi/lib/lithic/models/transaction_simulate_clearing_response.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_simulate_credit_authorization_params.rbi +6 -8
- data/rbi/lib/lithic/models/transaction_simulate_credit_authorization_response.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_simulate_return_params.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_simulate_return_response.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_simulate_return_reversal_params.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_simulate_return_reversal_response.rbi +2 -4
- data/rbi/lib/lithic/models/transaction_simulate_void_params.rbi +10 -13
- data/rbi/lib/lithic/models/transaction_simulate_void_response.rbi +2 -4
- data/rbi/lib/lithic/models/transactions/enhanced_commercial_data_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/transactions/enhanced_commercial_data_retrieve_response.rbi +2 -4
- data/rbi/lib/lithic/models/transactions/events/enhanced_commercial_data_retrieve_params.rbi +2 -4
- data/rbi/lib/lithic/models/transactions/events/enhanced_data.rbi +21 -35
- data/rbi/lib/lithic/models/transfer.rbi +34 -43
- data/rbi/lib/lithic/models/transfer_create_params.rbi +6 -8
- data/rbi/lib/lithic/models/verification_method.rbi +1 -2
- data/rbi/lib/lithic/request_options.rbi +9 -11
- data/rbi/lib/lithic/resources/account_holders.rbi +118 -145
- data/rbi/lib/lithic/resources/accounts.rbi +26 -35
- data/rbi/lib/lithic/resources/aggregate_balances.rbi +3 -6
- data/rbi/lib/lithic/resources/auth_rules/v2/backtests.rbi +40 -45
- data/rbi/lib/lithic/resources/auth_rules/v2.rbi +69 -88
- data/rbi/lib/lithic/resources/auth_rules.rbi +1 -2
- data/rbi/lib/lithic/resources/auth_stream_enrollment.rbi +11 -14
- data/rbi/lib/lithic/resources/balances.rbi +3 -6
- data/rbi/lib/lithic/resources/book_transfers.rbi +15 -24
- data/rbi/lib/lithic/resources/card_programs.rbi +5 -10
- data/rbi/lib/lithic/resources/cards/aggregate_balances.rbi +2 -5
- data/rbi/lib/lithic/resources/cards/balances.rbi +4 -7
- data/rbi/lib/lithic/resources/cards/financial_transactions.rbi +7 -12
- data/rbi/lib/lithic/resources/cards.rbi +215 -236
- data/rbi/lib/lithic/resources/credit_products/extended_credit.rbi +2 -5
- data/rbi/lib/lithic/resources/credit_products/prime_rates.rbi +3 -8
- data/rbi/lib/lithic/resources/credit_products.rbi +1 -2
- data/rbi/lib/lithic/resources/digital_card_art.rbi +8 -13
- data/rbi/lib/lithic/resources/disputes.rbi +22 -37
- data/rbi/lib/lithic/resources/events/event_subscriptions.rbi +2 -4
- data/rbi/lib/lithic/resources/events/subscriptions.rbi +29 -48
- data/rbi/lib/lithic/resources/events.rbi +12 -18
- data/rbi/lib/lithic/resources/external_bank_accounts/micro_deposits.rbi +2 -4
- data/rbi/lib/lithic/resources/external_bank_accounts.rbi +18 -23
- data/rbi/lib/lithic/resources/external_payments.rbi +13 -28
- data/rbi/lib/lithic/resources/financial_accounts/balances.rbi +4 -7
- data/rbi/lib/lithic/resources/financial_accounts/credit_configuration.rbi +3 -8
- data/rbi/lib/lithic/resources/financial_accounts/financial_transactions.rbi +7 -12
- data/rbi/lib/lithic/resources/financial_accounts/loan_tapes.rbi +7 -12
- data/rbi/lib/lithic/resources/financial_accounts/statements/line_items.rbi +5 -8
- data/rbi/lib/lithic/resources/financial_accounts/statements.rbi +7 -12
- data/rbi/lib/lithic/resources/financial_accounts.rbi +7 -16
- data/rbi/lib/lithic/resources/management_operations.rbi +10 -19
- data/rbi/lib/lithic/resources/payments.rbi +14 -29
- data/rbi/lib/lithic/resources/reports/settlement/network_totals.rbi +8 -13
- data/rbi/lib/lithic/resources/reports/settlement.rbi +5 -10
- data/rbi/lib/lithic/resources/reports.rbi +1 -2
- data/rbi/lib/lithic/resources/responder_endpoints.rbi +4 -11
- data/rbi/lib/lithic/resources/three_ds/authentication.rbi +12 -19
- data/rbi/lib/lithic/resources/three_ds/decisioning.rbi +15 -20
- data/rbi/lib/lithic/resources/three_ds.rbi +1 -2
- data/rbi/lib/lithic/resources/tokenization_decisioning.rbi +10 -13
- data/rbi/lib/lithic/resources/tokenizations.rbi +66 -85
- data/rbi/lib/lithic/resources/transactions/enhanced_commercial_data.rbi +3 -6
- data/rbi/lib/lithic/resources/transactions/events/enhanced_commercial_data.rbi +3 -6
- data/rbi/lib/lithic/resources/transactions/events.rbi +1 -2
- data/rbi/lib/lithic/resources/transactions.rbi +79 -100
- data/rbi/lib/lithic/resources/transfers.rbi +7 -10
- data/sig/lithic/models/financial_accounts/statements/statement_line_items.rbs +2 -0
- data/sig/lithic/models/financial_transaction.rbs +2 -0
- data/sig/lithic/models/management_operation_transaction.rbs +27 -0
- data/sig/lithic/models/payment.rbs +8 -2
- data/sig/lithic/models/transfer.rbs +2 -0
- metadata +2 -2
@@ -13,7 +13,7 @@ module Lithic
|
|
13
13
|
|
14
14
|
# @!attribute account_type
|
15
15
|
# Type of account/card that is being used for the transaction. Maps to EMV 3DS
|
16
|
-
#
|
16
|
+
# field `acctType`.
|
17
17
|
#
|
18
18
|
# @return [Symbol, Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::AccountType, nil]
|
19
19
|
required :account_type,
|
@@ -29,7 +29,7 @@ module Lithic
|
|
29
29
|
|
30
30
|
# @!attribute card_expiry_check
|
31
31
|
# Indicates whether the expiration date provided by the cardholder during checkout
|
32
|
-
#
|
32
|
+
# matches Lithic's record of the card's expiration date.
|
33
33
|
#
|
34
34
|
# @return [Symbol, Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::CardExpiryCheck]
|
35
35
|
required :card_expiry_check,
|
@@ -37,7 +37,7 @@ module Lithic
|
|
37
37
|
|
38
38
|
# @!attribute card_token
|
39
39
|
# Globally unique identifier for the card on which the 3DS authentication has
|
40
|
-
#
|
40
|
+
# occurred.
|
41
41
|
#
|
42
42
|
# @return [String]
|
43
43
|
required :card_token, String
|
@@ -62,15 +62,15 @@ module Lithic
|
|
62
62
|
|
63
63
|
# @!attribute merchant
|
64
64
|
# Object containing data about the merchant involved in the e-commerce
|
65
|
-
#
|
65
|
+
# transaction.
|
66
66
|
#
|
67
67
|
# @return [Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Merchant]
|
68
68
|
required :merchant, -> { Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Merchant }
|
69
69
|
|
70
70
|
# @!attribute message_category
|
71
71
|
# Either PAYMENT_AUTHENTICATION or NON_PAYMENT_AUTHENTICATION. For
|
72
|
-
#
|
73
|
-
#
|
72
|
+
# NON_PAYMENT_AUTHENTICATION, additional_data and transaction fields are not
|
73
|
+
# populated.
|
74
74
|
#
|
75
75
|
# @return [Symbol, Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::MessageCategory]
|
76
76
|
required :message_category,
|
@@ -79,14 +79,14 @@ module Lithic
|
|
79
79
|
# @!attribute three_ds_requestor_challenge_indicator
|
80
80
|
# Indicates whether a challenge is requested for this transaction
|
81
81
|
#
|
82
|
-
#
|
83
|
-
#
|
84
|
-
#
|
85
|
-
#
|
86
|
-
#
|
87
|
-
#
|
88
|
-
#
|
89
|
-
#
|
82
|
+
# - `NO_PREFERENCE` - No Preference
|
83
|
+
# - `NO_CHALLENGE_REQUESTED` - No Challenge Requested
|
84
|
+
# - `CHALLENGE_PREFERENCE` - Challenge requested (3DS Requestor preference)
|
85
|
+
# - `CHALLENGE_MANDATE` - Challenge requested (Mandate)
|
86
|
+
# - `NO_CHALLENGE_RISK_ALREADY_ASSESSED` - No Challenge requested (Transactional
|
87
|
+
# risk analysis is already performed)
|
88
|
+
# - `DATA_SHARE_ONLY` - No Challenge requested (Data Share Only)
|
89
|
+
# - `OTHER` - Other indicators not captured by above. These are rarely used
|
90
90
|
#
|
91
91
|
# @return [Symbol, Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::ThreeDSRequestorChallengeIndicator]
|
92
92
|
required :three_ds_requestor_challenge_indicator,
|
@@ -94,8 +94,8 @@ module Lithic
|
|
94
94
|
|
95
95
|
# @!attribute additional_data
|
96
96
|
# Object containing additional data about the 3DS request that is beyond the EMV
|
97
|
-
#
|
98
|
-
#
|
97
|
+
# 3DS standard spec (e.g., specific fields that only certain card networks send
|
98
|
+
# but are not required across all 3DS requests).
|
99
99
|
#
|
100
100
|
# @return [Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::AdditionalData, nil]
|
101
101
|
optional :additional_data,
|
@@ -104,7 +104,7 @@ module Lithic
|
|
104
104
|
|
105
105
|
# @!attribute [r] app
|
106
106
|
# Object containing data about the app used in the e-commerce transaction. Present
|
107
|
-
#
|
107
|
+
# if the channel is 'APP_BASED'.
|
108
108
|
#
|
109
109
|
# @return [Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::App, nil]
|
110
110
|
optional :app, -> { Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::App }
|
@@ -115,8 +115,8 @@ module Lithic
|
|
115
115
|
|
116
116
|
# @!attribute authentication_request_type
|
117
117
|
# Type of authentication request - i.e., the type of transaction or interaction is
|
118
|
-
#
|
119
|
-
#
|
118
|
+
# causing the merchant to request an authentication. Maps to EMV 3DS field
|
119
|
+
# threeDSRequestorAuthenticationInd.
|
120
120
|
#
|
121
121
|
# @return [Symbol, Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::AuthenticationRequestType, nil]
|
122
122
|
optional :authentication_request_type,
|
@@ -125,7 +125,7 @@ module Lithic
|
|
125
125
|
|
126
126
|
# @!attribute [r] browser
|
127
127
|
# Object containing data about the browser used in the e-commerce transaction.
|
128
|
-
#
|
128
|
+
# Present if the channel is 'BROWSER'.
|
129
129
|
#
|
130
130
|
# @return [Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Browser, nil]
|
131
131
|
optional :browser, -> { Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Browser }
|
@@ -160,10 +160,10 @@ module Lithic
|
|
160
160
|
|
161
161
|
# @!attribute three_ri_request_type
|
162
162
|
# Type of 3DS Requestor Initiated (3RI) request i.e., a 3DS authentication that
|
163
|
-
#
|
164
|
-
#
|
165
|
-
#
|
166
|
-
#
|
163
|
+
# takes place at the initiation of the merchant rather than the cardholder. The
|
164
|
+
# most common example of this is where a merchant is authenticating before billing
|
165
|
+
# for a recurring transaction such as a pay TV subscription or a utility bill.
|
166
|
+
# Maps to EMV 3DS field threeRIInd.
|
167
167
|
#
|
168
168
|
# @return [Symbol, Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::ThreeRiRequestType, nil]
|
169
169
|
optional :three_ri_request_type,
|
@@ -172,7 +172,7 @@ module Lithic
|
|
172
172
|
|
173
173
|
# @!attribute transaction
|
174
174
|
# Object containing data about the e-commerce transaction for which the merchant
|
175
|
-
#
|
175
|
+
# is requesting authentication.
|
176
176
|
#
|
177
177
|
# @return [Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Transaction, nil]
|
178
178
|
optional :transaction,
|
@@ -230,7 +230,7 @@ module Lithic
|
|
230
230
|
# def initialize: (Hash | Lithic::Internal::Type::BaseModel) -> void
|
231
231
|
|
232
232
|
# Type of account/card that is being used for the transaction. Maps to EMV 3DS
|
233
|
-
#
|
233
|
+
# field `acctType`.
|
234
234
|
#
|
235
235
|
# @see Lithic::Models::ThreeDS::AuthenticationRetrieveResponse#account_type
|
236
236
|
module AccountType
|
@@ -266,7 +266,7 @@ module Lithic
|
|
266
266
|
end
|
267
267
|
|
268
268
|
# Indicates whether the expiration date provided by the cardholder during checkout
|
269
|
-
#
|
269
|
+
# matches Lithic's record of the card's expiration date.
|
270
270
|
#
|
271
271
|
# @see Lithic::Models::ThreeDS::AuthenticationRetrieveResponse#card_expiry_check
|
272
272
|
module CardExpiryCheck
|
@@ -287,9 +287,9 @@ module Lithic
|
|
287
287
|
class Cardholder < Lithic::Internal::Type::BaseModel
|
288
288
|
# @!attribute address_match
|
289
289
|
# Indicates whether the shipping address and billing address provided by the
|
290
|
-
#
|
291
|
-
#
|
292
|
-
#
|
290
|
+
# cardholder are the same. This value - and assessment of whether the addresses
|
291
|
+
# match - is provided directly in the 3DS request and is not determined by Lithic.
|
292
|
+
# Maps to EMV 3DS field addrMatch.
|
293
293
|
#
|
294
294
|
# @return [Boolean, nil]
|
295
295
|
optional :address_match, Lithic::Internal::Type::Boolean, nil?: true
|
@@ -307,7 +307,7 @@ module Lithic
|
|
307
307
|
|
308
308
|
# @!attribute email
|
309
309
|
# Email address that is either provided by the cardholder or is on file with the
|
310
|
-
#
|
310
|
+
# merchant in a 3RI request. Maps to EMV 3DS field email.
|
311
311
|
#
|
312
312
|
# @return [String, nil]
|
313
313
|
optional :email, String, nil?: true
|
@@ -320,21 +320,21 @@ module Lithic
|
|
320
320
|
|
321
321
|
# @!attribute phone_number_home
|
322
322
|
# Home phone number provided by the cardholder. Maps to EMV 3DS fields
|
323
|
-
#
|
323
|
+
# homePhone.cc and homePhone.subscriber.
|
324
324
|
#
|
325
325
|
# @return [String, nil]
|
326
326
|
optional :phone_number_home, String, nil?: true
|
327
327
|
|
328
328
|
# @!attribute phone_number_mobile
|
329
329
|
# Mobile/cell phone number provided by the cardholder. Maps to EMV 3DS fields
|
330
|
-
#
|
330
|
+
# mobilePhone.cc and mobilePhone.subscriber.
|
331
331
|
#
|
332
332
|
# @return [String, nil]
|
333
333
|
optional :phone_number_mobile, String, nil?: true
|
334
334
|
|
335
335
|
# @!attribute phone_number_work
|
336
336
|
# Work phone number provided by the cardholder. Maps to EMV 3DS fields
|
337
|
-
#
|
337
|
+
# workPhone.cc and workPhone.subscriber.
|
338
338
|
#
|
339
339
|
# @return [String, nil]
|
340
340
|
optional :phone_number_work, String, nil?: true
|
@@ -406,7 +406,7 @@ module Lithic
|
|
406
406
|
|
407
407
|
# @!attribute country
|
408
408
|
# Country of the address provided by the cardholder in ISO 3166-1 alpha-3 format
|
409
|
-
#
|
409
|
+
# (e.g. USA)
|
410
410
|
#
|
411
411
|
# @return [String, nil]
|
412
412
|
optional :country, String, nil?: true
|
@@ -460,7 +460,7 @@ module Lithic
|
|
460
460
|
|
461
461
|
# @!attribute country
|
462
462
|
# Country of the address provided by the cardholder in ISO 3166-1 alpha-3 format
|
463
|
-
#
|
463
|
+
# (e.g. USA)
|
464
464
|
#
|
465
465
|
# @return [String, nil]
|
466
466
|
optional :country, String, nil?: true
|
@@ -508,21 +508,21 @@ module Lithic
|
|
508
508
|
class Merchant < Lithic::Internal::Type::BaseModel
|
509
509
|
# @!attribute id
|
510
510
|
# Merchant identifier as assigned by the acquirer. Maps to EMV 3DS field
|
511
|
-
#
|
511
|
+
# acquirerMerchantId.
|
512
512
|
#
|
513
513
|
# @return [String]
|
514
514
|
required :id, String
|
515
515
|
|
516
516
|
# @!attribute country
|
517
517
|
# Country code of the merchant requesting 3DS authentication. Maps to EMV 3DS
|
518
|
-
#
|
518
|
+
# field merchantCountryCode.
|
519
519
|
#
|
520
520
|
# @return [String]
|
521
521
|
required :country, String
|
522
522
|
|
523
523
|
# @!attribute mcc
|
524
524
|
# Merchant category code assigned to the merchant that describes its business
|
525
|
-
#
|
525
|
+
# activity type. Maps to EMV 3DS field mcc.
|
526
526
|
#
|
527
527
|
# @return [String]
|
528
528
|
required :mcc, String
|
@@ -535,7 +535,7 @@ module Lithic
|
|
535
535
|
|
536
536
|
# @!attribute risk_indicator
|
537
537
|
# Object containing additional data indicating additional risk factors related to
|
538
|
-
#
|
538
|
+
# the e-commerce transaction.
|
539
539
|
#
|
540
540
|
# @return [Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Merchant::RiskIndicator]
|
541
541
|
required :risk_indicator,
|
@@ -543,7 +543,7 @@ module Lithic
|
|
543
543
|
|
544
544
|
# @!parse
|
545
545
|
# # Object containing data about the merchant involved in the e-commerce
|
546
|
-
# #
|
546
|
+
# # transaction.
|
547
547
|
# #
|
548
548
|
# # @param id [String]
|
549
549
|
# # @param country [String]
|
@@ -559,14 +559,14 @@ module Lithic
|
|
559
559
|
class RiskIndicator < Lithic::Internal::Type::BaseModel
|
560
560
|
# @!attribute delivery_email_address
|
561
561
|
# In transactions with electronic delivery, email address to which merchandise is
|
562
|
-
#
|
562
|
+
# delivered. Maps to EMV 3DS field deliveryEmailAddress.
|
563
563
|
#
|
564
564
|
# @return [String, nil]
|
565
565
|
optional :delivery_email_address, String, nil?: true
|
566
566
|
|
567
567
|
# @!attribute delivery_time_frame
|
568
568
|
# The delivery time frame for the merchandise. Maps to EMV 3DS field
|
569
|
-
#
|
569
|
+
# deliveryTimeframe.
|
570
570
|
#
|
571
571
|
# @return [Symbol, Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Merchant::RiskIndicator::DeliveryTimeFrame, nil]
|
572
572
|
optional :delivery_time_frame,
|
@@ -575,29 +575,29 @@ module Lithic
|
|
575
575
|
|
576
576
|
# @!attribute gift_card_amount
|
577
577
|
# In prepaid or gift card purchase transactions, purchase amount total in major
|
578
|
-
#
|
579
|
-
#
|
578
|
+
# units (e.g., a purchase of USD $205.10 would be 205). Maps to EMV 3DS field
|
579
|
+
# giftCardAmount.
|
580
580
|
#
|
581
581
|
# @return [Integer, nil]
|
582
582
|
optional :gift_card_amount, Integer, nil?: true
|
583
583
|
|
584
584
|
# @!attribute gift_card_count
|
585
585
|
# In prepaid or gift card purchase transactions, count of individual prepaid or
|
586
|
-
#
|
586
|
+
# gift cards/codes purchased. Maps to EMV 3DS field giftCardCount.
|
587
587
|
#
|
588
588
|
# @return [Integer, nil]
|
589
589
|
optional :gift_card_count, Integer, nil?: true
|
590
590
|
|
591
591
|
# @!attribute gift_card_currency
|
592
592
|
# In prepaid or gift card purchase transactions, currency code of the gift card.
|
593
|
-
#
|
593
|
+
# Maps to EMV 3DS field giftCardCurr.
|
594
594
|
#
|
595
595
|
# @return [String, nil]
|
596
596
|
optional :gift_card_currency, String, nil?: true
|
597
597
|
|
598
598
|
# @!attribute order_availability
|
599
599
|
# Indicates whether the purchase is for merchandise that is available now or at a
|
600
|
-
#
|
600
|
+
# future date. Maps to EMV 3DS field preOrderPurchaseInd.
|
601
601
|
#
|
602
602
|
# @return [Symbol, Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Merchant::RiskIndicator::OrderAvailability, nil]
|
603
603
|
optional :order_availability,
|
@@ -606,14 +606,14 @@ module Lithic
|
|
606
606
|
|
607
607
|
# @!attribute pre_order_available_date
|
608
608
|
# In pre-order purchase transactions, the expected date that the merchandise will
|
609
|
-
#
|
609
|
+
# be available. Maps to EMV 3DS field preOrderDate.
|
610
610
|
#
|
611
611
|
# @return [Time, nil]
|
612
612
|
optional :pre_order_available_date, Time, nil?: true
|
613
613
|
|
614
614
|
# @!attribute reorder_items
|
615
615
|
# Indicates whether the cardholder is reordering previously purchased merchandise.
|
616
|
-
#
|
616
|
+
# Maps to EMV 3DS field reorderItemsInd.
|
617
617
|
#
|
618
618
|
# @return [Symbol, Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Merchant::RiskIndicator::ReorderItems, nil]
|
619
619
|
optional :reorder_items,
|
@@ -622,9 +622,9 @@ module Lithic
|
|
622
622
|
|
623
623
|
# @!attribute shipping_method
|
624
624
|
# Shipping method that the cardholder chose for the transaction. If purchase
|
625
|
-
#
|
626
|
-
#
|
627
|
-
#
|
625
|
+
# includes one or more item, this indicator is used for the physical goods; if the
|
626
|
+
# purchase only includes digital goods, this indicator is used to describe the
|
627
|
+
# most expensive item purchased. Maps to EMV 3DS field shipIndicator.
|
628
628
|
#
|
629
629
|
# @return [Symbol, Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Merchant::RiskIndicator::ShippingMethod, nil]
|
630
630
|
optional :shipping_method,
|
@@ -633,7 +633,7 @@ module Lithic
|
|
633
633
|
|
634
634
|
# @!parse
|
635
635
|
# # Object containing additional data indicating additional risk factors related to
|
636
|
-
# #
|
636
|
+
# # the e-commerce transaction.
|
637
637
|
# #
|
638
638
|
# # @param delivery_email_address [String, nil]
|
639
639
|
# # @param delivery_time_frame [Symbol, Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Merchant::RiskIndicator::DeliveryTimeFrame, nil]
|
@@ -663,7 +663,7 @@ module Lithic
|
|
663
663
|
# def initialize: (Hash | Lithic::Internal::Type::BaseModel) -> void
|
664
664
|
|
665
665
|
# The delivery time frame for the merchandise. Maps to EMV 3DS field
|
666
|
-
#
|
666
|
+
# deliveryTimeframe.
|
667
667
|
#
|
668
668
|
# @see Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Merchant::RiskIndicator#delivery_time_frame
|
669
669
|
module DeliveryTimeFrame
|
@@ -682,7 +682,7 @@ module Lithic
|
|
682
682
|
end
|
683
683
|
|
684
684
|
# Indicates whether the purchase is for merchandise that is available now or at a
|
685
|
-
#
|
685
|
+
# future date. Maps to EMV 3DS field preOrderPurchaseInd.
|
686
686
|
#
|
687
687
|
# @see Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Merchant::RiskIndicator#order_availability
|
688
688
|
module OrderAvailability
|
@@ -699,7 +699,7 @@ module Lithic
|
|
699
699
|
end
|
700
700
|
|
701
701
|
# Indicates whether the cardholder is reordering previously purchased merchandise.
|
702
|
-
#
|
702
|
+
# Maps to EMV 3DS field reorderItemsInd.
|
703
703
|
#
|
704
704
|
# @see Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Merchant::RiskIndicator#reorder_items
|
705
705
|
module ReorderItems
|
@@ -716,9 +716,9 @@ module Lithic
|
|
716
716
|
end
|
717
717
|
|
718
718
|
# Shipping method that the cardholder chose for the transaction. If purchase
|
719
|
-
#
|
720
|
-
#
|
721
|
-
#
|
719
|
+
# includes one or more item, this indicator is used for the physical goods; if the
|
720
|
+
# purchase only includes digital goods, this indicator is used to describe the
|
721
|
+
# most expensive item purchased. Maps to EMV 3DS field shipIndicator.
|
722
722
|
#
|
723
723
|
# @see Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Merchant::RiskIndicator#shipping_method
|
724
724
|
module ShippingMethod
|
@@ -744,8 +744,8 @@ module Lithic
|
|
744
744
|
end
|
745
745
|
|
746
746
|
# Either PAYMENT_AUTHENTICATION or NON_PAYMENT_AUTHENTICATION. For
|
747
|
-
#
|
748
|
-
#
|
747
|
+
# NON_PAYMENT_AUTHENTICATION, additional_data and transaction fields are not
|
748
|
+
# populated.
|
749
749
|
#
|
750
750
|
# @see Lithic::Models::ThreeDS::AuthenticationRetrieveResponse#message_category
|
751
751
|
module MessageCategory
|
@@ -763,14 +763,14 @@ module Lithic
|
|
763
763
|
|
764
764
|
# Indicates whether a challenge is requested for this transaction
|
765
765
|
#
|
766
|
-
#
|
767
|
-
#
|
768
|
-
#
|
769
|
-
#
|
770
|
-
#
|
771
|
-
#
|
772
|
-
#
|
773
|
-
#
|
766
|
+
# - `NO_PREFERENCE` - No Preference
|
767
|
+
# - `NO_CHALLENGE_REQUESTED` - No Challenge Requested
|
768
|
+
# - `CHALLENGE_PREFERENCE` - Challenge requested (3DS Requestor preference)
|
769
|
+
# - `CHALLENGE_MANDATE` - Challenge requested (Mandate)
|
770
|
+
# - `NO_CHALLENGE_RISK_ALREADY_ASSESSED` - No Challenge requested (Transactional
|
771
|
+
# risk analysis is already performed)
|
772
|
+
# - `DATA_SHARE_ONLY` - No Challenge requested (Data Share Only)
|
773
|
+
# - `OTHER` - Other indicators not captured by above. These are rarely used
|
774
774
|
#
|
775
775
|
# @see Lithic::Models::ThreeDS::AuthenticationRetrieveResponse#three_ds_requestor_challenge_indicator
|
776
776
|
module ThreeDSRequestorChallengeIndicator
|
@@ -795,7 +795,7 @@ module Lithic
|
|
795
795
|
class AdditionalData < Lithic::Internal::Type::BaseModel
|
796
796
|
# @!attribute network_decision
|
797
797
|
# Mastercard only: Indicates whether the network would have considered the
|
798
|
-
#
|
798
|
+
# authentication request to be low risk or not.
|
799
799
|
#
|
800
800
|
# @return [Symbol, Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::AdditionalData::NetworkDecision, nil]
|
801
801
|
optional :network_decision,
|
@@ -804,15 +804,15 @@ module Lithic
|
|
804
804
|
|
805
805
|
# @!attribute network_risk_score
|
806
806
|
# Mastercard only: Assessment by the network of the authentication risk level,
|
807
|
-
#
|
807
|
+
# with a higher value indicating a higher amount of risk.
|
808
808
|
#
|
809
809
|
# @return [Integer, nil]
|
810
810
|
optional :network_risk_score, Integer, nil?: true
|
811
811
|
|
812
812
|
# @!parse
|
813
813
|
# # Object containing additional data about the 3DS request that is beyond the EMV
|
814
|
-
# #
|
815
|
-
# #
|
814
|
+
# # 3DS standard spec (e.g., specific fields that only certain card networks send
|
815
|
+
# # but are not required across all 3DS requests).
|
816
816
|
# #
|
817
817
|
# # @param network_decision [Symbol, Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::AdditionalData::NetworkDecision, nil]
|
818
818
|
# # @param network_risk_score [Integer, nil]
|
@@ -822,7 +822,7 @@ module Lithic
|
|
822
822
|
# def initialize: (Hash | Lithic::Internal::Type::BaseModel) -> void
|
823
823
|
|
824
824
|
# Mastercard only: Indicates whether the network would have considered the
|
825
|
-
#
|
825
|
+
# authentication request to be low risk or not.
|
826
826
|
#
|
827
827
|
# @see Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::AdditionalData#network_decision
|
828
828
|
module NetworkDecision
|
@@ -843,14 +843,14 @@ module Lithic
|
|
843
843
|
class App < Lithic::Internal::Type::BaseModel
|
844
844
|
# @!attribute device_info
|
845
845
|
# Device information gathered from the cardholder's device - JSON name/value pairs
|
846
|
-
#
|
846
|
+
# that is Base64url encoded. Maps to EMV 3DS field deviceInfo.
|
847
847
|
#
|
848
848
|
# @return [String, nil]
|
849
849
|
optional :device_info, String, nil?: true
|
850
850
|
|
851
851
|
# @!attribute [r] ip
|
852
852
|
# External IP address used by the app generating the 3DS authentication request.
|
853
|
-
#
|
853
|
+
# Maps to EMV 3DS field appIp.
|
854
854
|
#
|
855
855
|
# @return [String, nil]
|
856
856
|
optional :ip, String
|
@@ -861,7 +861,7 @@ module Lithic
|
|
861
861
|
|
862
862
|
# @!parse
|
863
863
|
# # Object containing data about the app used in the e-commerce transaction. Present
|
864
|
-
# #
|
864
|
+
# # if the channel is 'APP_BASED'.
|
865
865
|
# #
|
866
866
|
# # @param device_info [String, nil]
|
867
867
|
# # @param ip [String]
|
@@ -872,8 +872,8 @@ module Lithic
|
|
872
872
|
end
|
873
873
|
|
874
874
|
# Type of authentication request - i.e., the type of transaction or interaction is
|
875
|
-
#
|
876
|
-
#
|
875
|
+
# causing the merchant to request an authentication. Maps to EMV 3DS field
|
876
|
+
# threeDSRequestorAuthenticationInd.
|
877
877
|
#
|
878
878
|
# @see Lithic::Models::ThreeDS::AuthenticationRetrieveResponse#authentication_request_type
|
879
879
|
module AuthenticationRequestType
|
@@ -901,36 +901,36 @@ module Lithic
|
|
901
901
|
class Browser < Lithic::Internal::Type::BaseModel
|
902
902
|
# @!attribute ip
|
903
903
|
# IP address of the browser as returned by the HTTP headers to the 3DS requestor
|
904
|
-
#
|
904
|
+
# (e.g., merchant or digital wallet). Maps to EMV 3DS field browserIP.
|
905
905
|
#
|
906
906
|
# @return [String, nil]
|
907
907
|
optional :ip, String, nil?: true
|
908
908
|
|
909
909
|
# @!attribute java_enabled
|
910
910
|
# Indicates whether the cardholder's browser has the ability to execute Java. Maps
|
911
|
-
#
|
911
|
+
# to EMV 3DS field browserJavaEnabled.
|
912
912
|
#
|
913
913
|
# @return [Boolean, nil]
|
914
914
|
optional :java_enabled, Lithic::Internal::Type::Boolean, nil?: true
|
915
915
|
|
916
916
|
# @!attribute javascript_enabled
|
917
917
|
# Indicates whether the cardholder's browser has the ability to execute
|
918
|
-
#
|
918
|
+
# JavaScript. Maps to EMV 3DS field browserJavascriptEnabled.
|
919
919
|
#
|
920
920
|
# @return [Boolean, nil]
|
921
921
|
optional :javascript_enabled, Lithic::Internal::Type::Boolean, nil?: true
|
922
922
|
|
923
923
|
# @!attribute language
|
924
924
|
# Language of the cardholder's browser as defined in IETF BCP47. Maps to EMV 3DS
|
925
|
-
#
|
925
|
+
# field browserLanguage.
|
926
926
|
#
|
927
927
|
# @return [String, nil]
|
928
928
|
optional :language, String, nil?: true
|
929
929
|
|
930
930
|
# @!attribute time_zone
|
931
931
|
# Time zone of the cardholder's browser offset in minutes between UTC and the
|
932
|
-
#
|
933
|
-
#
|
932
|
+
# cardholder browser's local time. The offset is positive if the local time is
|
933
|
+
# behind UTC and negative if it is ahead. Maps to EMV 3DS field browserTz.
|
934
934
|
#
|
935
935
|
# @return [String, nil]
|
936
936
|
optional :time_zone, String, nil?: true
|
@@ -943,7 +943,7 @@ module Lithic
|
|
943
943
|
|
944
944
|
# @!parse
|
945
945
|
# # Object containing data about the browser used in the e-commerce transaction.
|
946
|
-
# #
|
946
|
+
# # Present if the channel is 'BROWSER'.
|
947
947
|
# #
|
948
948
|
# # @param ip [String, nil]
|
949
949
|
# # @param java_enabled [Boolean, nil]
|
@@ -1036,10 +1036,10 @@ module Lithic
|
|
1036
1036
|
end
|
1037
1037
|
|
1038
1038
|
# Type of 3DS Requestor Initiated (3RI) request i.e., a 3DS authentication that
|
1039
|
-
#
|
1040
|
-
#
|
1041
|
-
#
|
1042
|
-
#
|
1039
|
+
# takes place at the initiation of the merchant rather than the cardholder. The
|
1040
|
+
# most common example of this is where a merchant is authenticating before billing
|
1041
|
+
# for a recurring transaction such as a pay TV subscription or a utility bill.
|
1042
|
+
# Maps to EMV 3DS field threeRIInd.
|
1043
1043
|
#
|
1044
1044
|
# @see Lithic::Models::ThreeDS::AuthenticationRetrieveResponse#three_ri_request_type
|
1045
1045
|
module ThreeRiRequestType
|
@@ -1073,7 +1073,7 @@ module Lithic
|
|
1073
1073
|
class Transaction < Lithic::Internal::Type::BaseModel
|
1074
1074
|
# @!attribute amount
|
1075
1075
|
# Amount of the purchase in minor units of currency with all punctuation removed.
|
1076
|
-
#
|
1076
|
+
# Maps to EMV 3DS field purchaseAmount.
|
1077
1077
|
#
|
1078
1078
|
# @return [Float]
|
1079
1079
|
required :amount, Float
|
@@ -1086,21 +1086,21 @@ module Lithic
|
|
1086
1086
|
|
1087
1087
|
# @!attribute currency_exponent
|
1088
1088
|
# Minor units of currency, as specified in ISO 4217 currency exponent. Maps to EMV
|
1089
|
-
#
|
1089
|
+
# 3DS field purchaseExponent.
|
1090
1090
|
#
|
1091
1091
|
# @return [Float]
|
1092
1092
|
required :currency_exponent, Float
|
1093
1093
|
|
1094
1094
|
# @!attribute date_time
|
1095
1095
|
# Date and time when the authentication was generated by the merchant/acquirer's
|
1096
|
-
#
|
1096
|
+
# 3DS server. Maps to EMV 3DS field purchaseDate.
|
1097
1097
|
#
|
1098
1098
|
# @return [Time]
|
1099
1099
|
required :date_time, Time
|
1100
1100
|
|
1101
1101
|
# @!attribute type
|
1102
1102
|
# Type of the transaction for which a 3DS authentication request is occurring.
|
1103
|
-
#
|
1103
|
+
# Maps to EMV 3DS field transType.
|
1104
1104
|
#
|
1105
1105
|
# @return [Symbol, Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Transaction::Type, nil]
|
1106
1106
|
required :type,
|
@@ -1109,7 +1109,7 @@ module Lithic
|
|
1109
1109
|
|
1110
1110
|
# @!parse
|
1111
1111
|
# # Object containing data about the e-commerce transaction for which the merchant
|
1112
|
-
# #
|
1112
|
+
# # is requesting authentication.
|
1113
1113
|
# #
|
1114
1114
|
# # @param amount [Float]
|
1115
1115
|
# # @param currency [String]
|
@@ -1122,7 +1122,7 @@ module Lithic
|
|
1122
1122
|
# def initialize: (Hash | Lithic::Internal::Type::BaseModel) -> void
|
1123
1123
|
|
1124
1124
|
# Type of the transaction for which a 3DS authentication request is occurring.
|
1125
|
-
#
|
1125
|
+
# Maps to EMV 3DS field transType.
|
1126
1126
|
#
|
1127
1127
|
# @see Lithic::Models::ThreeDS::AuthenticationRetrieveResponse::Transaction#type
|
1128
1128
|
module Type
|
@@ -11,7 +11,7 @@ module Lithic
|
|
11
11
|
|
12
12
|
# @!attribute token
|
13
13
|
# A unique token returned as part of a /v1/three_ds_authentication/simulate call
|
14
|
-
#
|
14
|
+
# that resulted in PENDING_CHALLENGE authentication result.
|
15
15
|
#
|
16
16
|
# @return [String]
|
17
17
|
required :token, String
|
@@ -27,7 +27,7 @@ module Lithic
|
|
27
27
|
|
28
28
|
# @!attribute [r] card_expiry_check
|
29
29
|
# When set will use the following values as part of the Simulated Authentication.
|
30
|
-
#
|
30
|
+
# When not set defaults to MATCH
|
31
31
|
#
|
32
32
|
# @return [Symbol, Lithic::Models::ThreeDS::AuthenticationSimulateParams::CardExpiryCheck, nil]
|
33
33
|
optional :card_expiry_check,
|
@@ -51,29 +51,29 @@ module Lithic
|
|
51
51
|
class Merchant < Lithic::Internal::Type::BaseModel
|
52
52
|
# @!attribute id
|
53
53
|
# Unique identifier to identify the payment card acceptor. Corresponds to
|
54
|
-
#
|
54
|
+
# `merchant_acceptor_id` in authorization.
|
55
55
|
#
|
56
56
|
# @return [String]
|
57
57
|
required :id, String
|
58
58
|
|
59
59
|
# @!attribute country
|
60
60
|
# Country of the address provided by the cardholder in ISO 3166-1 alpha-3 format
|
61
|
-
#
|
61
|
+
# (e.g. USA)
|
62
62
|
#
|
63
63
|
# @return [String]
|
64
64
|
required :country, String
|
65
65
|
|
66
66
|
# @!attribute mcc
|
67
67
|
# Merchant category code for the transaction to be simulated. A four-digit number
|
68
|
-
#
|
69
|
-
#
|
68
|
+
# listed in ISO 18245. Supported merchant category codes can be found
|
69
|
+
# [here](https://docs.lithic.com/docs/transactions#merchant-category-codes-mccs).
|
70
70
|
#
|
71
71
|
# @return [String]
|
72
72
|
required :mcc, String
|
73
73
|
|
74
74
|
# @!attribute name
|
75
75
|
# Merchant descriptor, corresponds to `descriptor` in authorization. If CHALLENGE
|
76
|
-
#
|
76
|
+
# keyword is included, Lithic will trigger a challenge.
|
77
77
|
#
|
78
78
|
# @return [String]
|
79
79
|
required :name, String
|
@@ -112,7 +112,7 @@ module Lithic
|
|
112
112
|
end
|
113
113
|
|
114
114
|
# When set will use the following values as part of the Simulated Authentication.
|
115
|
-
#
|
115
|
+
# When not set defaults to MATCH
|
116
116
|
module CardExpiryCheck
|
117
117
|
extend Lithic::Internal::Type::Enum
|
118
118
|
|