lithic 0.1.0.pre.alpha.5 → 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 +29 -5
- data/lib/lithic/client.rb +3 -3
- data/lib/lithic/internal/cursor_page.rb +5 -1
- data/lib/lithic/internal/single_page.rb +5 -1
- data/lib/lithic/internal/transport/base_client.rb +3 -3
- data/lib/lithic/internal/transport/pooled_net_requester.rb +2 -2
- data/lib/lithic/internal/type/array_of.rb +5 -3
- data/lib/lithic/internal/type/base_model.rb +19 -16
- data/lib/lithic/internal/type/base_page.rb +4 -1
- data/lib/lithic/internal/type/{boolean_model.rb → boolean.rb} +2 -2
- data/lib/lithic/internal/type/converter.rb +26 -23
- data/lib/lithic/internal/type/enum.rb +10 -8
- data/lib/lithic/internal/type/hash_of.rb +3 -1
- data/lib/lithic/internal/util.rb +29 -50
- data/lib/lithic/models/account.rb +37 -37
- data/lib/lithic/models/account_holder.rb +58 -56
- data/lib/lithic/models/account_holder_create_params.rb +140 -144
- 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 +7 -7
- 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 +12 -12
- data/lib/lithic/models/auth_rules/v2_apply_params.rb +1 -1
- data/lib/lithic/models/auth_rules/v2_apply_response.rb +3 -3
- data/lib/lithic/models/auth_rules/v2_create_params.rb +1 -1
- data/lib/lithic/models/auth_rules/v2_create_response.rb +3 -3
- data/lib/lithic/models/auth_rules/v2_draft_response.rb +3 -3
- data/lib/lithic/models/auth_rules/v2_list_params.rb +2 -2
- data/lib/lithic/models/auth_rules/v2_list_response.rb +3 -3
- data/lib/lithic/models/auth_rules/v2_promote_response.rb +3 -3
- data/lib/lithic/models/auth_rules/v2_retrieve_response.rb +3 -3
- data/lib/lithic/models/auth_rules/v2_update_params.rb +7 -7
- data/lib/lithic/models/auth_rules/v2_update_response.rb +3 -3
- 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 +25 -25
- 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 +25 -25
- data/lib/lithic/models/card_renew_params.rb +27 -27
- 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/credit_products/prime_rate_retrieve_response.rb +1 -1
- data/lib/lithic/models/digital_card_art.rb +2 -2
- 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 +7 -7
- data/lib/lithic/models/event_subscription.rb +1 -1
- data/lib/lithic/models/events/event_subscription_resend_params.rb +27 -0
- data/lib/lithic/models/events/subscription_create_params.rb +2 -2
- 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 +2 -2
- data/lib/lithic/models/external_bank_account_create_params.rb +5 -5
- 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.rb +11 -13
- data/lib/lithic/models/financial_account_create_params.rb +2 -2
- data/lib/lithic/models/financial_account_update_status_params.rb +9 -9
- 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_account_credit_config.rb +1 -1
- data/lib/lithic/models/financial_accounts/financial_transaction_list_params.rb +6 -6
- data/lib/lithic/models/financial_accounts/loan_tape.rb +24 -24
- data/lib/lithic/models/financial_accounts/loan_tape_list_params.rb +6 -6
- data/lib/lithic/models/financial_accounts/statement.rb +17 -17
- data/lib/lithic/models/financial_accounts/statement_list_params.rb +7 -7
- 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 +3 -2
- data/lib/lithic/models/financial_accounts/statements.rb +1 -1
- data/lib/lithic/models/financial_transaction.rb +35 -34
- data/lib/lithic/models/kyb.rb +128 -132
- 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/responder_endpoint_create_response.rb +1 -1
- data/lib/lithic/models/responder_endpoint_status.rb +1 -1
- data/lib/lithic/models/settlement_detail.rb +5 -5
- data/lib/lithic/models/settlement_report.rb +16 -16
- 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 +100 -100
- 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 +100 -100
- 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 +39 -39
- 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 +54 -54
- 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 +37 -37
- 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 +64 -61
- data/lib/lithic/resources/disputes.rb +6 -6
- data/lib/lithic/resources/events/event_subscriptions.rb +41 -0
- data/lib/lithic/resources/events/subscriptions.rb +8 -8
- data/lib/lithic/resources/events.rb +6 -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 +6 -6
- data/lib/lithic/resources/management_operations.rb +1 -1
- data/lib/lithic/resources/payments.rb +1 -1
- 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/lib/lithic.rb +3 -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 +10 -18
- 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_model.rbi → boolean.rbi} +5 -9
- 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 +40 -72
- 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 -100
- data/rbi/lib/lithic/models/account_holder_create_params.rbi +154 -171
- 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 +27 -29
- 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 +27 -29
- data/rbi/lib/lithic/models/card_renew_params.rbi +30 -34
- 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 +27 -0
- 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 +26 -39
- 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 +18 -37
- 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 +67 -107
- 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 +46 -72
- 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 +139 -153
- 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 +121 -156
- 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 +219 -237
- 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 +24 -0
- data/rbi/lib/lithic/resources/events/subscriptions.rbi +29 -48
- data/rbi/lib/lithic/resources/events.rbi +15 -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 +10 -19
- 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/rbi/lib/lithic/version.rbi +1 -1
- data/sig/lithic/internal/type/array_of.rbs +2 -2
- data/sig/lithic/internal/type/{boolean_model.rbs → boolean.rbs} +1 -1
- data/sig/lithic/internal/util.rbs +5 -5
- data/sig/lithic/models/account_holder_create_params.rbs +47 -43
- data/sig/lithic/models/card_convert_physical_params.rbs +2 -2
- data/sig/lithic/models/card_reissue_params.rbs +2 -2
- data/sig/lithic/models/card_renew_params.rbs +2 -2
- data/sig/lithic/models/events/event_subscription_resend_params.rbs +22 -0
- data/sig/lithic/models/financial_account.rbs +6 -6
- data/sig/lithic/models/financial_account_update_status_params.rbs +6 -6
- data/sig/lithic/models/financial_accounts/loan_tape.rbs +6 -6
- data/sig/lithic/models/financial_accounts/statement.rbs +6 -6
- 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/kyb.rbs +47 -43
- 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
- data/sig/lithic/resources/account_holders.rbs +1 -1
- data/sig/lithic/resources/events/event_subscriptions.rbs +15 -0
- data/sig/lithic/resources/events.rbs +2 -0
- data/sig/lithic/resources/financial_accounts.rbs +1 -1
- data/sig/lithic/version.rbs +1 -1
- metadata +11 -5
@@ -32,8 +32,7 @@ module Lithic
|
|
32
32
|
# attr_writer :account_token
|
33
33
|
|
34
34
|
# @!attribute [r] beneficial_owner_entities
|
35
|
-
#
|
36
|
-
# ownership in the company.
|
35
|
+
# Deprecated.
|
37
36
|
#
|
38
37
|
# @return [Array<Lithic::Models::KYBBusinessEntity>, nil]
|
39
38
|
optional :beneficial_owner_entities,
|
@@ -44,8 +43,11 @@ module Lithic
|
|
44
43
|
# attr_writer :beneficial_owner_entities
|
45
44
|
|
46
45
|
# @!attribute [r] beneficial_owner_individuals
|
47
|
-
# Only present when user_type == "BUSINESS". List of all
|
48
|
-
#
|
46
|
+
# Only present when user_type == "BUSINESS". List of all direct and indirect
|
47
|
+
# individuals with 25% or more ownership in the company. If no individual owns 25%
|
48
|
+
# of the company, please identify the largest shareholder in this field. See
|
49
|
+
# [FinCEN requirements](https://www.fincen.gov/sites/default/files/shared/CDD_Rev6.7_Sept_2017_Certificate.pdf)
|
50
|
+
# (Section I) for more background on individuals that should be included.
|
49
51
|
#
|
50
52
|
# @return [Array<Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::BeneficialOwnerIndividual>, nil]
|
51
53
|
optional :beneficial_owner_individuals,
|
@@ -57,8 +59,8 @@ module Lithic
|
|
57
59
|
|
58
60
|
# @!attribute [r] business_account_token
|
59
61
|
# Only applicable for customers using the KYC-Exempt workflow to enroll authorized
|
60
|
-
#
|
61
|
-
#
|
62
|
+
# users of businesses. Pass the account_token of the enrolled business associated
|
63
|
+
# with the AUTHORIZED_USER in this field.
|
62
64
|
#
|
63
65
|
# @return [String, nil]
|
64
66
|
optional :business_account_token, String
|
@@ -69,7 +71,7 @@ module Lithic
|
|
69
71
|
|
70
72
|
# @!attribute [r] business_entity
|
71
73
|
# Only present when user_type == "BUSINESS". Information about the business for
|
72
|
-
#
|
74
|
+
# which the account is being opened and KYB is being run.
|
73
75
|
#
|
74
76
|
# @return [Lithic::Models::KYBBusinessEntity, nil]
|
75
77
|
optional :business_entity, -> { Lithic::Models::KYBBusinessEntity }
|
@@ -81,15 +83,15 @@ module Lithic
|
|
81
83
|
# @!attribute [r] control_person
|
82
84
|
# Only present when user_type == "BUSINESS".
|
83
85
|
#
|
84
|
-
#
|
85
|
-
#
|
86
|
-
#
|
86
|
+
# An individual with significant responsibility for managing the legal entity
|
87
|
+
# (e.g., a Chief Executive Officer, Chief Financial Officer, Chief Operating
|
88
|
+
# Officer,
|
87
89
|
#
|
88
|
-
#
|
89
|
-
#
|
90
|
+
# Managing Member, General Partner, President, Vice President, or Treasurer). This
|
91
|
+
# can be an executive, or someone who will have program-wide access
|
90
92
|
#
|
91
|
-
#
|
92
|
-
#
|
93
|
+
# to the cards that Lithic will provide. In some cases, this individual could also
|
94
|
+
# be a beneficial owner listed above.
|
93
95
|
#
|
94
96
|
# @return [Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::ControlPerson, nil]
|
95
97
|
optional :control_person,
|
@@ -111,9 +113,9 @@ module Lithic
|
|
111
113
|
|
112
114
|
# @!attribute [r] email
|
113
115
|
# < Deprecated. Use control_person.email when user_type == "BUSINESS". Use
|
114
|
-
#
|
116
|
+
# individual.phone_number when user_type == "INDIVIDUAL".
|
115
117
|
#
|
116
|
-
#
|
118
|
+
# > Primary email of Account Holder.
|
117
119
|
#
|
118
120
|
# @return [String, nil]
|
119
121
|
optional :email, String
|
@@ -124,7 +126,7 @@ module Lithic
|
|
124
126
|
|
125
127
|
# @!attribute [r] exemption_type
|
126
128
|
# The type of KYC exemption for a KYC-Exempt Account Holder. "None" if the account
|
127
|
-
#
|
129
|
+
# holder is not KYC-Exempt.
|
128
130
|
#
|
129
131
|
# @return [Symbol, Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::ExemptionType, nil]
|
130
132
|
optional :exemption_type,
|
@@ -136,7 +138,7 @@ module Lithic
|
|
136
138
|
|
137
139
|
# @!attribute [r] external_id
|
138
140
|
# Customer-provided token that indicates a relationship with an object outside of
|
139
|
-
#
|
141
|
+
# the Lithic ecosystem.
|
140
142
|
#
|
141
143
|
# @return [String, nil]
|
142
144
|
optional :external_id, String
|
@@ -147,7 +149,7 @@ module Lithic
|
|
147
149
|
|
148
150
|
# @!attribute [r] individual
|
149
151
|
# Only present when user_type == "INDIVIDUAL". Information about the individual
|
150
|
-
#
|
152
|
+
# for which the account is being opened and KYC is being run.
|
151
153
|
#
|
152
154
|
# @return [Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::Individual, nil]
|
153
155
|
optional :individual, -> { Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::Individual }
|
@@ -158,7 +160,7 @@ module Lithic
|
|
158
160
|
|
159
161
|
# @!attribute [r] nature_of_business
|
160
162
|
# Only present when user_type == "BUSINESS". User-submitted description of the
|
161
|
-
#
|
163
|
+
# business.
|
162
164
|
#
|
163
165
|
# @return [String, nil]
|
164
166
|
optional :nature_of_business, String
|
@@ -169,9 +171,9 @@ module Lithic
|
|
169
171
|
|
170
172
|
# @!attribute [r] phone_number
|
171
173
|
# < Deprecated. Use control_person.phone_number when user_type == "BUSINESS". Use
|
172
|
-
#
|
174
|
+
# individual.phone_number when user_type == "INDIVIDUAL".
|
173
175
|
#
|
174
|
-
#
|
176
|
+
# > Primary phone of Account Holder, entered in E.164 format.
|
175
177
|
#
|
176
178
|
# @return [String, nil]
|
177
179
|
optional :phone_number, String
|
@@ -182,7 +184,7 @@ module Lithic
|
|
182
184
|
|
183
185
|
# @!attribute [r] required_documents
|
184
186
|
# Only present for "KYB_BASIC" and "KYC_ADVANCED" workflows. A list of documents
|
185
|
-
#
|
187
|
+
# required for the account holder to be approved.
|
186
188
|
#
|
187
189
|
# @return [Array<Lithic::Models::RequiredDocument>, nil]
|
188
190
|
optional :required_documents, -> { Lithic::Internal::Type::ArrayOf[Lithic::Models::RequiredDocument] }
|
@@ -194,10 +196,10 @@ module Lithic
|
|
194
196
|
# @!attribute [r] status
|
195
197
|
# <Deprecated. Use verification_application.status instead>
|
196
198
|
#
|
197
|
-
#
|
199
|
+
# KYC and KYB evaluation states.
|
198
200
|
#
|
199
|
-
#
|
200
|
-
#
|
201
|
+
# Note: `PENDING_RESUBMIT` and `PENDING_DOCUMENT` are only applicable for the
|
202
|
+
# `ADVANCED` workflow.
|
201
203
|
#
|
202
204
|
# @return [Symbol, Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::Status, nil]
|
203
205
|
optional :status, enum: -> { Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::Status }
|
@@ -208,7 +210,7 @@ module Lithic
|
|
208
210
|
|
209
211
|
# @!attribute [r] status_reasons
|
210
212
|
# <Deprecated. Use verification_application.status_reasons> Reason for the
|
211
|
-
#
|
213
|
+
# evaluation status.
|
212
214
|
#
|
213
215
|
# @return [Array<Symbol, Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::StatusReason>, nil]
|
214
216
|
optional :status_reasons,
|
@@ -220,12 +222,11 @@ module Lithic
|
|
220
222
|
|
221
223
|
# @!attribute [r] user_type
|
222
224
|
# The type of Account Holder. If the type is "INDIVIDUAL", the "individual"
|
223
|
-
#
|
224
|
-
#
|
225
|
-
# If the type is "BUSINESS" then the "business_entity", "control_person",
|
226
|
-
# "beneficial_owner_individuals", "beneficial_owner_entities",
|
225
|
+
# attribute will be present.
|
227
226
|
#
|
228
|
-
#
|
227
|
+
# If the type is "BUSINESS" then the "business_entity", "control_person",
|
228
|
+
# "beneficial_owner_individuals", "nature_of_business", and "website_url"
|
229
|
+
# attributes will be present.
|
229
230
|
#
|
230
231
|
# @return [Symbol, Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::UserType, nil]
|
231
232
|
optional :user_type,
|
@@ -309,7 +310,7 @@ module Lithic
|
|
309
310
|
class BeneficialOwnerIndividual < Lithic::Internal::Type::BaseModel
|
310
311
|
# @!attribute [r] address
|
311
312
|
# Individual's current address - PO boxes, UPS drops, and FedEx drops are not
|
312
|
-
#
|
313
|
+
# acceptable; APO/FPO are acceptable. Only USA addresses are currently supported.
|
313
314
|
#
|
314
315
|
# @return [Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::BeneficialOwnerIndividual::Address, nil]
|
315
316
|
optional :address,
|
@@ -331,7 +332,7 @@ module Lithic
|
|
331
332
|
|
332
333
|
# @!attribute [r] email
|
333
334
|
# Individual's email address. If utilizing Lithic for chargeback processing, this
|
334
|
-
#
|
335
|
+
# customer email address may be used to communicate dispute status and resolution.
|
335
336
|
#
|
336
337
|
# @return [String, nil]
|
337
338
|
optional :email, String
|
@@ -398,21 +399,21 @@ module Lithic
|
|
398
399
|
|
399
400
|
# @!attribute country
|
400
401
|
# Valid country code. Only USA is currently supported, entered in uppercase ISO
|
401
|
-
#
|
402
|
+
# 3166-1 alpha-3 three-character format.
|
402
403
|
#
|
403
404
|
# @return [String]
|
404
405
|
required :country, String
|
405
406
|
|
406
407
|
# @!attribute postal_code
|
407
408
|
# Valid postal code. Only USA ZIP codes are currently supported, entered as a
|
408
|
-
#
|
409
|
+
# five-digit ZIP or nine-digit ZIP+4.
|
409
410
|
#
|
410
411
|
# @return [String]
|
411
412
|
required :postal_code, String
|
412
413
|
|
413
414
|
# @!attribute state
|
414
415
|
# Valid state code. Only USA state codes are currently supported, entered in
|
415
|
-
#
|
416
|
+
# uppercase ISO 3166-2 two-character format.
|
416
417
|
#
|
417
418
|
# @return [String]
|
418
419
|
required :state, String
|
@@ -429,7 +430,7 @@ module Lithic
|
|
429
430
|
|
430
431
|
# @!parse
|
431
432
|
# # Individual's current address - PO boxes, UPS drops, and FedEx drops are not
|
432
|
-
# #
|
433
|
+
# # acceptable; APO/FPO are acceptable. Only USA addresses are currently supported.
|
433
434
|
# #
|
434
435
|
# # @param address1 [String]
|
435
436
|
# # @param city [String]
|
@@ -448,7 +449,7 @@ module Lithic
|
|
448
449
|
class ControlPerson < Lithic::Internal::Type::BaseModel
|
449
450
|
# @!attribute [r] address
|
450
451
|
# Individual's current address - PO boxes, UPS drops, and FedEx drops are not
|
451
|
-
#
|
452
|
+
# acceptable; APO/FPO are acceptable. Only USA addresses are currently supported.
|
452
453
|
#
|
453
454
|
# @return [Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::ControlPerson::Address, nil]
|
454
455
|
optional :address,
|
@@ -470,7 +471,7 @@ module Lithic
|
|
470
471
|
|
471
472
|
# @!attribute [r] email
|
472
473
|
# Individual's email address. If utilizing Lithic for chargeback processing, this
|
473
|
-
#
|
474
|
+
# customer email address may be used to communicate dispute status and resolution.
|
474
475
|
#
|
475
476
|
# @return [String, nil]
|
476
477
|
optional :email, String
|
@@ -512,15 +513,15 @@ module Lithic
|
|
512
513
|
# @!parse
|
513
514
|
# # Only present when user_type == "BUSINESS".
|
514
515
|
# #
|
515
|
-
# #
|
516
|
-
# #
|
517
|
-
# #
|
516
|
+
# # An individual with significant responsibility for managing the legal entity
|
517
|
+
# # (e.g., a Chief Executive Officer, Chief Financial Officer, Chief Operating
|
518
|
+
# # Officer,
|
518
519
|
# #
|
519
|
-
# #
|
520
|
-
# #
|
520
|
+
# # Managing Member, General Partner, President, Vice President, or Treasurer). This
|
521
|
+
# # can be an executive, or someone who will have program-wide access
|
521
522
|
# #
|
522
|
-
# #
|
523
|
-
# #
|
523
|
+
# # to the cards that Lithic will provide. In some cases, this individual could also
|
524
|
+
# # be a beneficial owner listed above.
|
524
525
|
# #
|
525
526
|
# # @param address [Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::ControlPerson::Address]
|
526
527
|
# # @param dob [String]
|
@@ -549,21 +550,21 @@ module Lithic
|
|
549
550
|
|
550
551
|
# @!attribute country
|
551
552
|
# Valid country code. Only USA is currently supported, entered in uppercase ISO
|
552
|
-
#
|
553
|
+
# 3166-1 alpha-3 three-character format.
|
553
554
|
#
|
554
555
|
# @return [String]
|
555
556
|
required :country, String
|
556
557
|
|
557
558
|
# @!attribute postal_code
|
558
559
|
# Valid postal code. Only USA ZIP codes are currently supported, entered as a
|
559
|
-
#
|
560
|
+
# five-digit ZIP or nine-digit ZIP+4.
|
560
561
|
#
|
561
562
|
# @return [String]
|
562
563
|
required :postal_code, String
|
563
564
|
|
564
565
|
# @!attribute state
|
565
566
|
# Valid state code. Only USA state codes are currently supported, entered in
|
566
|
-
#
|
567
|
+
# uppercase ISO 3166-2 two-character format.
|
567
568
|
#
|
568
569
|
# @return [String]
|
569
570
|
required :state, String
|
@@ -580,7 +581,7 @@ module Lithic
|
|
580
581
|
|
581
582
|
# @!parse
|
582
583
|
# # Individual's current address - PO boxes, UPS drops, and FedEx drops are not
|
583
|
-
# #
|
584
|
+
# # acceptable; APO/FPO are acceptable. Only USA addresses are currently supported.
|
584
585
|
# #
|
585
586
|
# # @param address1 [String]
|
586
587
|
# # @param city [String]
|
@@ -596,7 +597,7 @@ module Lithic
|
|
596
597
|
end
|
597
598
|
|
598
599
|
# The type of KYC exemption for a KYC-Exempt Account Holder. "None" if the account
|
599
|
-
#
|
600
|
+
# holder is not KYC-Exempt.
|
600
601
|
#
|
601
602
|
# @see Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse#exemption_type
|
602
603
|
module ExemptionType
|
@@ -616,7 +617,7 @@ module Lithic
|
|
616
617
|
class Individual < Lithic::Internal::Type::BaseModel
|
617
618
|
# @!attribute [r] address
|
618
619
|
# Individual's current address - PO boxes, UPS drops, and FedEx drops are not
|
619
|
-
#
|
620
|
+
# acceptable; APO/FPO are acceptable. Only USA addresses are currently supported.
|
620
621
|
#
|
621
622
|
# @return [Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::Individual::Address, nil]
|
622
623
|
optional :address,
|
@@ -638,7 +639,7 @@ module Lithic
|
|
638
639
|
|
639
640
|
# @!attribute [r] email
|
640
641
|
# Individual's email address. If utilizing Lithic for chargeback processing, this
|
641
|
-
#
|
642
|
+
# customer email address may be used to communicate dispute status and resolution.
|
642
643
|
#
|
643
644
|
# @return [String, nil]
|
644
645
|
optional :email, String
|
@@ -679,7 +680,7 @@ module Lithic
|
|
679
680
|
|
680
681
|
# @!parse
|
681
682
|
# # Only present when user_type == "INDIVIDUAL". Information about the individual
|
682
|
-
# #
|
683
|
+
# # for which the account is being opened and KYC is being run.
|
683
684
|
# #
|
684
685
|
# # @param address [Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::Individual::Address]
|
685
686
|
# # @param dob [String]
|
@@ -708,21 +709,21 @@ module Lithic
|
|
708
709
|
|
709
710
|
# @!attribute country
|
710
711
|
# Valid country code. Only USA is currently supported, entered in uppercase ISO
|
711
|
-
#
|
712
|
+
# 3166-1 alpha-3 three-character format.
|
712
713
|
#
|
713
714
|
# @return [String]
|
714
715
|
required :country, String
|
715
716
|
|
716
717
|
# @!attribute postal_code
|
717
718
|
# Valid postal code. Only USA ZIP codes are currently supported, entered as a
|
718
|
-
#
|
719
|
+
# five-digit ZIP or nine-digit ZIP+4.
|
719
720
|
#
|
720
721
|
# @return [String]
|
721
722
|
required :postal_code, String
|
722
723
|
|
723
724
|
# @!attribute state
|
724
725
|
# Valid state code. Only USA state codes are currently supported, entered in
|
725
|
-
#
|
726
|
+
# uppercase ISO 3166-2 two-character format.
|
726
727
|
#
|
727
728
|
# @return [String]
|
728
729
|
required :state, String
|
@@ -739,7 +740,7 @@ module Lithic
|
|
739
740
|
|
740
741
|
# @!parse
|
741
742
|
# # Individual's current address - PO boxes, UPS drops, and FedEx drops are not
|
742
|
-
# #
|
743
|
+
# # acceptable; APO/FPO are acceptable. Only USA addresses are currently supported.
|
743
744
|
# #
|
744
745
|
# # @param address1 [String]
|
745
746
|
# # @param city [String]
|
@@ -756,10 +757,10 @@ module Lithic
|
|
756
757
|
|
757
758
|
# <Deprecated. Use verification_application.status instead>
|
758
759
|
#
|
759
|
-
#
|
760
|
+
# KYC and KYB evaluation states.
|
760
761
|
#
|
761
|
-
#
|
762
|
-
#
|
762
|
+
# Note: `PENDING_RESUBMIT` and `PENDING_DOCUMENT` are only applicable for the
|
763
|
+
# `ADVANCED` workflow.
|
763
764
|
#
|
764
765
|
# @see Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse#status
|
765
766
|
module Status
|
@@ -816,12 +817,11 @@ module Lithic
|
|
816
817
|
end
|
817
818
|
|
818
819
|
# The type of Account Holder. If the type is "INDIVIDUAL", the "individual"
|
819
|
-
#
|
820
|
-
#
|
821
|
-
# If the type is "BUSINESS" then the "business_entity", "control_person",
|
822
|
-
# "beneficial_owner_individuals", "beneficial_owner_entities",
|
820
|
+
# attribute will be present.
|
823
821
|
#
|
824
|
-
#
|
822
|
+
# If the type is "BUSINESS" then the "business_entity", "control_person",
|
823
|
+
# "beneficial_owner_individuals", "nature_of_business", and "website_url"
|
824
|
+
# attributes will be present.
|
825
825
|
#
|
826
826
|
# @see Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse#user_type
|
827
827
|
module UserType
|
@@ -848,8 +848,8 @@ module Lithic
|
|
848
848
|
# @!attribute status
|
849
849
|
# KYC and KYB evaluation states.
|
850
850
|
#
|
851
|
-
#
|
852
|
-
#
|
851
|
+
# Note: `PENDING_RESUBMIT` and `PENDING_DOCUMENT` are only applicable for the
|
852
|
+
# `ADVANCED` workflow.
|
853
853
|
#
|
854
854
|
# @return [Symbol, Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::VerificationApplication::Status]
|
855
855
|
required :status,
|
@@ -862,7 +862,7 @@ module Lithic
|
|
862
862
|
required :status_reasons,
|
863
863
|
-> do
|
864
864
|
Lithic::Internal::Type::ArrayOf[
|
865
|
-
|
865
|
+
enum: Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::VerificationApplication::StatusReason
|
866
866
|
]
|
867
867
|
end
|
868
868
|
|
@@ -886,8 +886,8 @@ module Lithic
|
|
886
886
|
|
887
887
|
# KYC and KYB evaluation states.
|
888
888
|
#
|
889
|
-
#
|
890
|
-
#
|
889
|
+
# Note: `PENDING_RESUBMIT` and `PENDING_DOCUMENT` are only applicable for the
|
890
|
+
# `ADVANCED` workflow.
|
891
891
|
#
|
892
892
|
# @see Lithic::Models::AccountHolderUpdateResponse::KYBKYCPatchResponse::VerificationApplication#status
|
893
893
|
module Status
|
@@ -1068,21 +1068,21 @@ module Lithic
|
|
1068
1068
|
|
1069
1069
|
# @!attribute country
|
1070
1070
|
# Valid country code. Only USA is currently supported, entered in uppercase ISO
|
1071
|
-
#
|
1071
|
+
# 3166-1 alpha-3 three-character format.
|
1072
1072
|
#
|
1073
1073
|
# @return [String]
|
1074
1074
|
required :country, String
|
1075
1075
|
|
1076
1076
|
# @!attribute postal_code
|
1077
1077
|
# Valid postal code. Only USA ZIP codes are currently supported, entered as a
|
1078
|
-
#
|
1078
|
+
# five-digit ZIP or nine-digit ZIP+4.
|
1079
1079
|
#
|
1080
1080
|
# @return [String]
|
1081
1081
|
required :postal_code, String
|
1082
1082
|
|
1083
1083
|
# @!attribute state
|
1084
1084
|
# Valid state code. Only USA state codes are currently supported, entered in
|
1085
|
-
#
|
1085
|
+
# uppercase ISO 3166-2 two-character format.
|
1086
1086
|
#
|
1087
1087
|
# @return [String]
|
1088
1088
|
required :state, String
|
@@ -10,10 +10,10 @@ module Lithic
|
|
10
10
|
|
11
11
|
# @!attribute [r] begin_
|
12
12
|
# Date string in RFC 3339 format. Only entries created after the specified time
|
13
|
-
#
|
13
|
+
# will be included. UTC time zone.
|
14
14
|
#
|
15
15
|
# @return [Time, nil]
|
16
|
-
optional :begin_, Time
|
16
|
+
optional :begin_, Time
|
17
17
|
|
18
18
|
# @!parse
|
19
19
|
# # @return [Time]
|
@@ -21,10 +21,10 @@ module Lithic
|
|
21
21
|
|
22
22
|
# @!attribute [r] end_
|
23
23
|
# Date string in RFC 3339 format. Only entries created before the specified time
|
24
|
-
#
|
24
|
+
# will be included. UTC time zone.
|
25
25
|
#
|
26
26
|
# @return [Time, nil]
|
27
|
-
optional :end_, Time
|
27
|
+
optional :end_, Time
|
28
28
|
|
29
29
|
# @!parse
|
30
30
|
# # @return [Time]
|
@@ -32,7 +32,7 @@ module Lithic
|
|
32
32
|
|
33
33
|
# @!attribute [r] ending_before
|
34
34
|
# A cursor representing an item's token before which a page of results should end.
|
35
|
-
#
|
35
|
+
# Used to retrieve the previous page of results before this item.
|
36
36
|
#
|
37
37
|
# @return [String, nil]
|
38
38
|
optional :ending_before, String
|
@@ -53,7 +53,7 @@ module Lithic
|
|
53
53
|
|
54
54
|
# @!attribute [r] starting_after
|
55
55
|
# A cursor representing an item's token after which a page of results should
|
56
|
-
#
|
56
|
+
# begin. Used to retrieve the next page of results after this item.
|
57
57
|
#
|
58
58
|
# @return [String, nil]
|
59
59
|
optional :starting_after, String
|
@@ -40,7 +40,7 @@ module Lithic
|
|
40
40
|
class AvailableSpendLimit < Lithic::Internal::Type::BaseModel
|
41
41
|
# @!attribute [r] daily
|
42
42
|
# The available spend limit (in cents) relative to the daily limit configured on
|
43
|
-
#
|
43
|
+
# the Account (e.g. 100000 would be a $1,000 limit).
|
44
44
|
#
|
45
45
|
# @return [Integer, nil]
|
46
46
|
optional :daily, Integer
|
@@ -51,7 +51,7 @@ module Lithic
|
|
51
51
|
|
52
52
|
# @!attribute [r] lifetime
|
53
53
|
# The available spend limit (in cents) relative to the lifetime limit configured
|
54
|
-
#
|
54
|
+
# on the Account.
|
55
55
|
#
|
56
56
|
# @return [Integer, nil]
|
57
57
|
optional :lifetime, Integer
|
@@ -62,7 +62,7 @@ module Lithic
|
|
62
62
|
|
63
63
|
# @!attribute [r] monthly
|
64
64
|
# The available spend limit (in cents) relative to the monthly limit configured on
|
65
|
-
#
|
65
|
+
# the Account.
|
66
66
|
#
|
67
67
|
# @return [Integer, nil]
|
68
68
|
optional :monthly, Integer
|
@@ -127,7 +127,7 @@ module Lithic
|
|
127
127
|
class SpendVelocity < Lithic::Internal::Type::BaseModel
|
128
128
|
# @!attribute [r] daily
|
129
129
|
# Current daily spend velocity (in cents) on the Account. Present if daily spend
|
130
|
-
#
|
130
|
+
# limit is set.
|
131
131
|
#
|
132
132
|
# @return [Integer, nil]
|
133
133
|
optional :daily, Integer
|
@@ -138,7 +138,7 @@ module Lithic
|
|
138
138
|
|
139
139
|
# @!attribute [r] lifetime
|
140
140
|
# Current lifetime spend velocity (in cents) on the Account. Present if lifetime
|
141
|
-
#
|
141
|
+
# spend limit is set.
|
142
142
|
#
|
143
143
|
# @return [Integer, nil]
|
144
144
|
optional :lifetime, Integer
|
@@ -149,7 +149,7 @@ module Lithic
|
|
149
149
|
|
150
150
|
# @!attribute [r] monthly
|
151
151
|
# Current monthly spend velocity (in cents) on the Account. Present if monthly
|
152
|
-
#
|
152
|
+
# spend limit is set.
|
153
153
|
#
|
154
154
|
# @return [Integer, nil]
|
155
155
|
optional :monthly, Integer
|
@@ -10,7 +10,7 @@ module Lithic
|
|
10
10
|
|
11
11
|
# @!attribute [r] daily_spend_limit
|
12
12
|
# Amount (in cents) for the account's daily spend limit (e.g. 100000 would be a
|
13
|
-
#
|
13
|
+
# $1,000 limit). By default the daily spend limit is set to $1,250.
|
14
14
|
#
|
15
15
|
# @return [Integer, nil]
|
16
16
|
optional :daily_spend_limit, Integer
|
@@ -21,12 +21,12 @@ module Lithic
|
|
21
21
|
|
22
22
|
# @!attribute [r] lifetime_spend_limit
|
23
23
|
# Amount (in cents) for the account's lifetime spend limit (e.g. 100000 would be a
|
24
|
-
#
|
25
|
-
#
|
26
|
-
#
|
27
|
-
#
|
28
|
-
#
|
29
|
-
#
|
24
|
+
# $1,000 limit). Once this limit is reached, no transactions will be accepted on
|
25
|
+
# any card created for this account until the limit is updated. Note that a spend
|
26
|
+
# limit of 0 is effectively no limit, and should only be used to reset or remove a
|
27
|
+
# prior limit. Only a limit of 1 or above will result in declined transactions due
|
28
|
+
# to checks against the account limit. This behavior differs from the daily spend
|
29
|
+
# limit and the monthly spend limit.
|
30
30
|
#
|
31
31
|
# @return [Integer, nil]
|
32
32
|
optional :lifetime_spend_limit, Integer
|
@@ -37,7 +37,7 @@ module Lithic
|
|
37
37
|
|
38
38
|
# @!attribute [r] monthly_spend_limit
|
39
39
|
# Amount (in cents) for the account's monthly spend limit (e.g. 100000 would be a
|
40
|
-
#
|
40
|
+
# $1,000 limit). By default the monthly spend limit is set to $5,000.
|
41
41
|
#
|
42
42
|
# @return [Integer, nil]
|
43
43
|
optional :monthly_spend_limit, Integer
|
@@ -58,9 +58,9 @@ module Lithic
|
|
58
58
|
|
59
59
|
# @!attribute [r] verification_address
|
60
60
|
# Address used during Address Verification Service (AVS) checks during
|
61
|
-
#
|
62
|
-
#
|
63
|
-
#
|
61
|
+
# transactions if enabled via Auth Rules. This field is deprecated as AVS checks
|
62
|
+
# are no longer supported by Authorization Rules. The field will be removed from
|
63
|
+
# the schema in a future release.
|
64
64
|
#
|
65
65
|
# @return [Lithic::Models::AccountUpdateParams::VerificationAddress, nil]
|
66
66
|
optional :verification_address, -> { Lithic::Models::AccountUpdateParams::VerificationAddress }
|
@@ -163,9 +163,9 @@ module Lithic
|
|
163
163
|
|
164
164
|
# @!parse
|
165
165
|
# # Address used during Address Verification Service (AVS) checks during
|
166
|
-
# #
|
167
|
-
# #
|
168
|
-
# #
|
166
|
+
# # transactions if enabled via Auth Rules. This field is deprecated as AVS checks
|
167
|
+
# # are no longer supported by Authorization Rules. The field will be removed from
|
168
|
+
# # the schema in a future release.
|
169
169
|
# #
|
170
170
|
# # @param address1 [String]
|
171
171
|
# # @param address2 [String]
|
@@ -17,23 +17,23 @@ module Lithic
|
|
17
17
|
|
18
18
|
# @!attribute country
|
19
19
|
# Valid country code, entered in uppercase ISO 3166-1 alpha-3 three-character
|
20
|
-
#
|
21
|
-
#
|
20
|
+
# format. Only USA is currently supported for all workflows. KYC_EXEMPT supports
|
21
|
+
# CAN additionally.
|
22
22
|
#
|
23
23
|
# @return [String]
|
24
24
|
required :country, String
|
25
25
|
|
26
26
|
# @!attribute postal_code
|
27
27
|
# Valid postal code. USA postal codes (ZIP codes) are supported, entered as a
|
28
|
-
#
|
29
|
-
#
|
28
|
+
# five-digit postal code or nine-digit postal code (ZIP+4) using the format
|
29
|
+
# 12345-1234. KYC_EXEMPT supports Canadian postal codes.
|
30
30
|
#
|
31
31
|
# @return [String]
|
32
32
|
required :postal_code, String
|
33
33
|
|
34
34
|
# @!attribute state
|
35
35
|
# Valid state code. USA state codes are supported, entered in uppercase ISO 3166-2
|
36
|
-
#
|
36
|
+
# two-character format. KYC_EXEMPT supports Canadian province codes.
|
37
37
|
#
|
38
38
|
# @return [String]
|
39
39
|
required :state, String
|
@@ -35,7 +35,7 @@ module Lithic
|
|
35
35
|
|
36
36
|
# @!attribute [r] country
|
37
37
|
# Valid country code. Only USA is currently supported, entered in uppercase ISO
|
38
|
-
#
|
38
|
+
# 3166-1 alpha-3 three-character format.
|
39
39
|
#
|
40
40
|
# @return [String, nil]
|
41
41
|
optional :country, String
|
@@ -46,7 +46,7 @@ module Lithic
|
|
46
46
|
|
47
47
|
# @!attribute [r] postal_code
|
48
48
|
# Valid postal code. Only USA ZIP codes are currently supported, entered as a
|
49
|
-
#
|
49
|
+
# five-digit ZIP or nine-digit ZIP+4.
|
50
50
|
#
|
51
51
|
# @return [String, nil]
|
52
52
|
optional :postal_code, String
|
@@ -57,7 +57,7 @@ module Lithic
|
|
57
57
|
|
58
58
|
# @!attribute [r] state
|
59
59
|
# Valid state code. Only USA state codes are currently supported, entered in
|
60
|
-
#
|
60
|
+
# uppercase ISO 3166-2 two-character format.
|
61
61
|
#
|
62
62
|
# @return [String, nil]
|
63
63
|
optional :state, String
|