lithic 0.1.0.pre.alpha.17 → 0.1.0.pre.alpha.18
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/CHANGELOG.md +26 -0
- data/README.md +7 -7
- data/lib/lithic/file_part.rb +55 -0
- data/lib/lithic/internal/cursor_page.rb +1 -1
- data/lib/lithic/internal/single_page.rb +1 -1
- data/lib/lithic/internal/transport/base_client.rb +7 -7
- data/lib/lithic/internal/transport/pooled_net_requester.rb +1 -1
- data/lib/lithic/internal/type/array_of.rb +2 -0
- data/lib/lithic/internal/type/base_model.rb +1 -1
- data/lib/lithic/internal/type/base_page.rb +1 -1
- data/lib/lithic/internal/type/converter.rb +1 -1
- data/lib/lithic/internal/type/{io_like.rb → file_input.rb} +8 -4
- data/lib/lithic/internal/type/hash_of.rb +2 -0
- data/lib/lithic/internal/util.rb +69 -61
- data/lib/lithic/models/account.rb +50 -19
- data/lib/lithic/models/account_holder.rb +139 -59
- data/lib/lithic/models/account_holder_create_params.rb +144 -52
- data/lib/lithic/models/account_holder_create_response.rb +18 -7
- data/lib/lithic/models/account_holder_list_params.rb +33 -11
- data/lib/lithic/models/account_holder_simulate_enrollment_document_review_params.rb +13 -4
- data/lib/lithic/models/account_holder_simulate_enrollment_review_params.rb +10 -3
- data/lib/lithic/models/account_holder_simulate_enrollment_review_response.rb +169 -60
- data/lib/lithic/models/account_holder_update_params.rb +147 -53
- data/lib/lithic/models/account_holder_update_response.rb +202 -74
- data/lib/lithic/models/account_holder_upload_document_params.rb +4 -2
- data/lib/lithic/models/account_list_params.rb +17 -5
- data/lib/lithic/models/account_spend_limits.rb +27 -9
- data/lib/lithic/models/account_update_params.rb +17 -5
- data/lib/lithic/models/address.rb +17 -6
- data/lib/lithic/models/address_update.rb +17 -6
- data/lib/lithic/models/aggregate_balance.rb +26 -10
- data/lib/lithic/models/aggregate_balance_list_params.rb +2 -1
- data/lib/lithic/models/auth_rules/auth_rule.rb +24 -9
- data/lib/lithic/models/auth_rules/auth_rule_condition.rb +8 -3
- data/lib/lithic/models/auth_rules/v2/backtest_create_params.rb +4 -2
- data/lib/lithic/models/auth_rules/v2/backtest_create_response.rb +1 -1
- data/lib/lithic/models/auth_rules/v2/backtest_results.rb +46 -18
- data/lib/lithic/models/auth_rules/v2_apply_params.rb +8 -4
- data/lib/lithic/models/auth_rules/v2_apply_response.rb +31 -12
- data/lib/lithic/models/auth_rules/v2_create_params.rb +14 -7
- data/lib/lithic/models/auth_rules/v2_create_response.rb +31 -12
- data/lib/lithic/models/auth_rules/v2_draft_params.rb +2 -1
- data/lib/lithic/models/auth_rules/v2_draft_response.rb +31 -12
- data/lib/lithic/models/auth_rules/v2_list_params.rb +15 -5
- data/lib/lithic/models/auth_rules/v2_list_response.rb +31 -12
- data/lib/lithic/models/auth_rules/v2_promote_response.rb +31 -12
- data/lib/lithic/models/auth_rules/v2_retrieve_response.rb +32 -12
- data/lib/lithic/models/auth_rules/v2_update_params.rb +15 -6
- data/lib/lithic/models/auth_rules/v2_update_response.rb +31 -12
- data/lib/lithic/models/auth_rules/velocity_limit_params.rb +27 -7
- data/lib/lithic/models/auth_stream_secret.rb +1 -1
- data/lib/lithic/models/balance.rb +26 -10
- data/lib/lithic/models/balance_list_params.rb +12 -4
- data/lib/lithic/models/book_transfer_create_params.rb +23 -8
- data/lib/lithic/models/book_transfer_list_params.rb +28 -9
- data/lib/lithic/models/book_transfer_response.rb +54 -20
- data/lib/lithic/models/book_transfer_reverse_params.rb +2 -1
- data/lib/lithic/models/card.rb +7 -2
- data/lib/lithic/models/card_convert_physical_params.rb +12 -4
- data/lib/lithic/models/card_create_params.rb +45 -15
- data/lib/lithic/models/card_embed_params.rb +4 -2
- data/lib/lithic/models/card_list_params.rb +21 -7
- data/lib/lithic/models/card_program.rb +17 -7
- data/lib/lithic/models/card_program_list_params.rb +11 -3
- data/lib/lithic/models/card_provision_params.rb +20 -6
- data/lib/lithic/models/card_reissue_params.rb +12 -4
- data/lib/lithic/models/card_renew_params.rb +18 -6
- data/lib/lithic/models/card_search_by_pan_params.rb +2 -1
- data/lib/lithic/models/card_spend_limits.rb +27 -9
- data/lib/lithic/models/card_update_params.rb +21 -7
- data/lib/lithic/models/cards/aggregate_balance_list_params.rb +4 -2
- data/lib/lithic/models/cards/aggregate_balance_list_response.rb +24 -9
- data/lib/lithic/models/cards/balance_list_params.rb +7 -2
- data/lib/lithic/models/cards/balance_list_response.rb +26 -10
- data/lib/lithic/models/cards/financial_transaction_list_params.rb +21 -7
- data/lib/lithic/models/carrier.rb +1 -1
- data/lib/lithic/models/credit_products/prime_rate_create_params.rb +4 -2
- data/lib/lithic/models/credit_products/prime_rate_retrieve_params.rb +4 -2
- data/lib/lithic/models/credit_products/prime_rate_retrieve_response.rb +6 -4
- data/lib/lithic/models/digital_card_art.rb +13 -7
- data/lib/lithic/models/digital_card_art_list_params.rb +11 -3
- data/lib/lithic/models/dispute.rb +40 -18
- data/lib/lithic/models/dispute_create_params.rb +10 -5
- data/lib/lithic/models/dispute_evidence.rb +17 -7
- data/lib/lithic/models/dispute_initiate_evidence_upload_params.rb +2 -1
- data/lib/lithic/models/dispute_list_evidences_params.rb +17 -5
- data/lib/lithic/models/dispute_list_params.rb +21 -7
- data/lib/lithic/models/dispute_update_params.rb +8 -4
- data/lib/lithic/models/document.rb +31 -14
- data/lib/lithic/models/event.rb +9 -3
- data/lib/lithic/models/event_list_attempts_params.rb +18 -5
- data/lib/lithic/models/event_list_params.rb +21 -7
- data/lib/lithic/models/event_subscription.rb +7 -3
- data/lib/lithic/models/events/subscription_create_params.rb +12 -4
- data/lib/lithic/models/events/subscription_list_attempts_params.rb +18 -5
- data/lib/lithic/models/events/subscription_list_params.rb +11 -3
- data/lib/lithic/models/events/subscription_recover_params.rb +9 -2
- data/lib/lithic/models/events/subscription_replay_missing_params.rb +9 -2
- data/lib/lithic/models/events/subscription_retrieve_secret_response.rb +1 -1
- data/lib/lithic/models/events/subscription_send_simulated_example_params.rb +2 -1
- data/lib/lithic/models/events/subscription_update_params.rb +12 -4
- data/lib/lithic/models/external_bank_account_create_params.rb +40 -16
- data/lib/lithic/models/external_bank_account_create_response.rb +53 -22
- data/lib/lithic/models/external_bank_account_list_params.rb +17 -3
- data/lib/lithic/models/external_bank_account_list_response.rb +53 -22
- data/lib/lithic/models/external_bank_account_retrieve_response.rb +53 -22
- data/lib/lithic/models/external_bank_account_retry_micro_deposits_response.rb +54 -22
- data/lib/lithic/models/external_bank_account_retry_prenote_response.rb +53 -22
- data/lib/lithic/models/external_bank_account_update_params.rb +21 -8
- data/lib/lithic/models/external_bank_account_update_response.rb +53 -22
- data/lib/lithic/models/external_bank_accounts/micro_deposit_create_response.rb +54 -22
- data/lib/lithic/models/external_payment_list_params.rb +27 -9
- data/lib/lithic/models/financial_account.rb +25 -8
- data/lib/lithic/models/financial_account_list_params.rb +6 -3
- data/lib/lithic/models/financial_account_update_status_params.rb +4 -2
- data/lib/lithic/models/financial_accounts/balance_list_params.rb +7 -2
- data/lib/lithic/models/financial_accounts/balance_list_response.rb +26 -10
- data/lib/lithic/models/financial_accounts/credit_configuration_update_params.rb +6 -2
- data/lib/lithic/models/financial_accounts/financial_account_credit_config.rb +12 -5
- data/lib/lithic/models/financial_accounts/financial_transaction_list_params.rb +22 -7
- data/lib/lithic/models/financial_accounts/loan_tape.rb +119 -47
- data/lib/lithic/models/financial_accounts/loan_tape_list_params.rb +17 -5
- data/lib/lithic/models/financial_accounts/loan_tape_retrieve_params.rb +2 -1
- data/lib/lithic/models/financial_accounts/statement.rb +97 -40
- data/lib/lithic/models/financial_accounts/statement_list_params.rb +19 -6
- data/lib/lithic/models/financial_accounts/statement_retrieve_params.rb +2 -1
- data/lib/lithic/models/financial_accounts/statements/line_item_list_params.rb +14 -4
- data/lib/lithic/models/financial_accounts/statements/statement_line_items.rb +25 -9
- data/lib/lithic/models/financial_transaction.rb +42 -15
- data/lib/lithic/models/kyb.rb +101 -36
- data/lib/lithic/models/kyb_business_entity.rb +35 -12
- data/lib/lithic/models/kyc.rb +34 -12
- data/lib/lithic/models/kyc_exempt.rb +23 -9
- data/lib/lithic/models/management_operation_list_params.rb +25 -8
- data/lib/lithic/models/message_attempt.rb +17 -7
- data/lib/lithic/models/non_pci_card.rb +73 -28
- data/lib/lithic/models/payment.rb +52 -18
- data/lib/lithic/models/payment_create_params.rb +14 -1
- data/lib/lithic/models/payment_create_response.rb +1 -1
- data/lib/lithic/models/payment_list_params.rb +23 -5
- data/lib/lithic/models/payment_retry_response.rb +1 -1
- data/lib/lithic/models/payment_simulate_action_params.rb +6 -3
- data/lib/lithic/models/payment_simulate_action_response.rb +5 -3
- data/lib/lithic/models/payment_simulate_receipt_params.rb +14 -5
- data/lib/lithic/models/payment_simulate_receipt_response.rb +5 -3
- data/lib/lithic/models/payment_simulate_release_params.rb +2 -1
- data/lib/lithic/models/payment_simulate_release_response.rb +5 -3
- data/lib/lithic/models/payment_simulate_return_params.rb +4 -2
- data/lib/lithic/models/payment_simulate_return_response.rb +5 -3
- data/lib/lithic/models/reports/settlement/network_total_list_params.rb +30 -11
- data/lib/lithic/models/reports/settlement/network_total_list_response.rb +39 -14
- data/lib/lithic/models/reports/settlement/network_total_retrieve_response.rb +39 -14
- data/lib/lithic/models/reports/settlement_list_details_params.rb +11 -3
- data/lib/lithic/models/required_document.rb +10 -3
- data/lib/lithic/models/responder_endpoint_check_status_params.rb +2 -1
- data/lib/lithic/models/responder_endpoint_create_params.rb +4 -2
- data/lib/lithic/models/responder_endpoint_create_response.rb +1 -1
- data/lib/lithic/models/responder_endpoint_delete_params.rb +2 -1
- data/lib/lithic/models/responder_endpoint_status.rb +3 -2
- data/lib/lithic/models/settlement_detail.rb +50 -21
- data/lib/lithic/models/settlement_report.rb +29 -10
- data/lib/lithic/models/settlement_summary_details.rb +21 -8
- data/lib/lithic/models/shipping_address.rb +31 -11
- data/lib/lithic/models/three_ds/authentication_retrieve_response.rb +215 -71
- data/lib/lithic/models/three_ds/authentication_simulate_otp_entry_params.rb +9 -2
- data/lib/lithic/models/three_ds/authentication_simulate_params.rb +28 -8
- data/lib/lithic/models/three_ds/authentication_simulate_response.rb +5 -1
- data/lib/lithic/models/three_ds/challenge_response.rb +7 -2
- data/lib/lithic/models/three_ds/decisioning_retrieve_secret_response.rb +1 -1
- data/lib/lithic/models/tokenization.rb +37 -17
- data/lib/lithic/models/tokenization_decisioning_rotate_secret_response.rb +1 -1
- data/lib/lithic/models/tokenization_list_params.rb +22 -8
- data/lib/lithic/models/tokenization_resend_activation_code_params.rb +6 -1
- data/lib/lithic/models/tokenization_secret.rb +1 -1
- data/lib/lithic/models/tokenization_simulate_params.rb +22 -8
- data/lib/lithic/models/tokenization_update_digital_card_art_params.rb +6 -1
- data/lib/lithic/models/transaction.rb +248 -89
- data/lib/lithic/models/transaction_list_params.rb +26 -9
- data/lib/lithic/models/transaction_simulate_authorization_advice_params.rb +8 -2
- data/lib/lithic/models/transaction_simulate_authorization_advice_response.rb +3 -2
- data/lib/lithic/models/transaction_simulate_authorization_params.rb +27 -10
- data/lib/lithic/models/transaction_simulate_authorization_response.rb +7 -2
- data/lib/lithic/models/transaction_simulate_clearing_params.rb +8 -2
- data/lib/lithic/models/transaction_simulate_clearing_response.rb +1 -1
- data/lib/lithic/models/transaction_simulate_credit_authorization_params.rb +15 -5
- data/lib/lithic/models/transaction_simulate_credit_authorization_response.rb +3 -2
- data/lib/lithic/models/transaction_simulate_return_params.rb +6 -3
- data/lib/lithic/models/transaction_simulate_return_response.rb +3 -2
- data/lib/lithic/models/transaction_simulate_return_reversal_params.rb +2 -1
- data/lib/lithic/models/transaction_simulate_return_reversal_response.rb +1 -1
- data/lib/lithic/models/transaction_simulate_void_params.rb +10 -3
- data/lib/lithic/models/transaction_simulate_void_response.rb +1 -1
- data/lib/lithic/models/transactions/events/enhanced_data.rb +52 -24
- data/lib/lithic/models/transfer.rb +46 -17
- data/lib/lithic/models/transfer_create_params.rb +17 -5
- data/lib/lithic/resources/account_holders.rb +166 -60
- data/lib/lithic/resources/accounts.rb +40 -13
- data/lib/lithic/resources/aggregate_balances.rb +2 -1
- data/lib/lithic/resources/auth_rules/v2/backtests.rb +10 -5
- data/lib/lithic/resources/auth_rules/v2.rb +68 -30
- data/lib/lithic/resources/balances.rb +12 -4
- data/lib/lithic/resources/book_transfers.rb +57 -20
- data/lib/lithic/resources/card_programs.rb +13 -4
- data/lib/lithic/resources/cards/aggregate_balances.rb +4 -2
- data/lib/lithic/resources/cards/balances.rb +8 -2
- data/lib/lithic/resources/cards/financial_transactions.rb +25 -8
- data/lib/lithic/resources/cards.rb +161 -53
- data/lib/lithic/resources/credit_products/extended_credit.rb +2 -1
- data/lib/lithic/resources/credit_products/prime_rates.rb +12 -6
- data/lib/lithic/resources/digital_card_art.rb +17 -4
- data/lib/lithic/resources/disputes.rb +61 -22
- data/lib/lithic/resources/events/subscriptions.rb +78 -21
- data/lib/lithic/resources/events.rb +40 -12
- data/lib/lithic/resources/external_bank_accounts.rb +79 -27
- data/lib/lithic/resources/external_payments.rb +46 -14
- data/lib/lithic/resources/financial_accounts/balances.rb +9 -3
- data/lib/lithic/resources/financial_accounts/credit_configuration.rb +10 -4
- data/lib/lithic/resources/financial_accounts/financial_transactions.rb +28 -10
- data/lib/lithic/resources/financial_accounts/loan_tapes.rb +23 -8
- data/lib/lithic/resources/financial_accounts/statements/line_items.rb +16 -5
- data/lib/lithic/resources/financial_accounts/statements.rb +25 -9
- data/lib/lithic/resources/financial_accounts.rb +22 -11
- data/lib/lithic/resources/management_operations.rb +31 -10
- data/lib/lithic/resources/payments.rb +64 -17
- data/lib/lithic/resources/reports/settlement/network_totals.rb +32 -12
- data/lib/lithic/resources/reports/settlement.rb +15 -5
- data/lib/lithic/resources/responder_endpoints.rb +8 -4
- data/lib/lithic/resources/three_ds/authentication.rb +21 -5
- data/lib/lithic/resources/three_ds/decisioning.rb +8 -2
- data/lib/lithic/resources/tokenizations.rb +70 -25
- data/lib/lithic/resources/transactions/enhanced_commercial_data.rb +2 -1
- data/lib/lithic/resources/transactions/events/enhanced_commercial_data.rb +2 -1
- data/lib/lithic/resources/transactions.rb +106 -37
- data/lib/lithic/resources/transfers.rb +17 -5
- data/lib/lithic/version.rb +1 -1
- data/lib/lithic.rb +2 -1
- data/rbi/lib/lithic/file_part.rbi +34 -0
- data/rbi/lib/lithic/internal/transport/base_client.rbi +17 -3
- data/rbi/lib/lithic/internal/type/{io_like.rbi → file_input.rbi} +6 -2
- data/rbi/lib/lithic/internal/util.rbi +24 -19
- data/rbi/lib/lithic/models/account.rbi +62 -6
- data/rbi/lib/lithic/models/account_holder.rbi +139 -8
- data/rbi/lib/lithic/models/account_holder_create_params.rbi +131 -6
- data/rbi/lib/lithic/models/account_holder_create_response.rbi +14 -3
- data/rbi/lib/lithic/models/account_holder_list_params.rbi +19 -0
- data/rbi/lib/lithic/models/account_holder_simulate_enrollment_document_review_params.rbi +5 -0
- data/rbi/lib/lithic/models/account_holder_simulate_enrollment_review_params.rbi +10 -2
- data/rbi/lib/lithic/models/account_holder_simulate_enrollment_review_response.rbi +172 -17
- data/rbi/lib/lithic/models/account_holder_update_params.rbi +99 -0
- data/rbi/lib/lithic/models/account_holder_update_response.rbi +176 -19
- data/rbi/lib/lithic/models/account_holder_upload_document_params.rbi +7 -2
- data/rbi/lib/lithic/models/account_list_params.rbi +10 -3
- data/rbi/lib/lithic/models/account_spend_limits.rbi +30 -6
- data/rbi/lib/lithic/models/account_update_params.rbi +16 -0
- data/rbi/lib/lithic/models/address.rbi +19 -2
- data/rbi/lib/lithic/models/address_update.rbi +17 -2
- data/rbi/lib/lithic/models/aggregate_balance.rbi +14 -0
- data/rbi/lib/lithic/models/aggregate_balance_list_params.rbi +5 -2
- data/rbi/lib/lithic/models/auth_rules/auth_rule.rbi +15 -0
- data/rbi/lib/lithic/models/auth_rules/auth_rule_condition.rbi +54 -2
- data/rbi/lib/lithic/models/auth_rules/v2/backtest_create_params.rbi +7 -2
- data/rbi/lib/lithic/models/auth_rules/v2/backtest_create_response.rbi +4 -2
- data/rbi/lib/lithic/models/auth_rules/v2/backtest_results.rbi +60 -12
- data/rbi/lib/lithic/models/auth_rules/v2_apply_params.rbi +5 -3
- data/rbi/lib/lithic/models/auth_rules/v2_apply_response.rbi +22 -4
- data/rbi/lib/lithic/models/auth_rules/v2_create_params.rbi +7 -0
- data/rbi/lib/lithic/models/auth_rules/v2_create_response.rbi +22 -4
- data/rbi/lib/lithic/models/auth_rules/v2_draft_params.rbi +5 -2
- data/rbi/lib/lithic/models/auth_rules/v2_draft_response.rbi +22 -4
- data/rbi/lib/lithic/models/auth_rules/v2_list_params.rbi +7 -0
- data/rbi/lib/lithic/models/auth_rules/v2_list_response.rbi +22 -4
- data/rbi/lib/lithic/models/auth_rules/v2_promote_response.rbi +22 -4
- data/rbi/lib/lithic/models/auth_rules/v2_retrieve_response.rbi +22 -4
- data/rbi/lib/lithic/models/auth_rules/v2_update_params.rbi +10 -0
- data/rbi/lib/lithic/models/auth_rules/v2_update_response.rbi +22 -4
- data/rbi/lib/lithic/models/auth_rules/velocity_limit_params.rbi +33 -5
- data/rbi/lib/lithic/models/auth_stream_secret.rbi +4 -2
- data/rbi/lib/lithic/models/balance.rbi +14 -0
- data/rbi/lib/lithic/models/balance_list_params.rbi +5 -0
- data/rbi/lib/lithic/models/book_transfer_create_params.rbi +12 -0
- data/rbi/lib/lithic/models/book_transfer_list_params.rbi +14 -0
- data/rbi/lib/lithic/models/book_transfer_response.rbi +41 -2
- data/rbi/lib/lithic/models/book_transfer_reverse_params.rbi +5 -2
- data/rbi/lib/lithic/models/card.rbi +8 -2
- data/rbi/lib/lithic/models/card_convert_physical_params.rbi +18 -3
- data/rbi/lib/lithic/models/card_create_params.rbi +84 -0
- data/rbi/lib/lithic/models/card_embed_params.rbi +7 -2
- data/rbi/lib/lithic/models/card_list_params.rbi +11 -0
- data/rbi/lib/lithic/models/card_program.rbi +8 -0
- data/rbi/lib/lithic/models/card_program_list_params.rbi +11 -2
- data/rbi/lib/lithic/models/card_provision_params.rbi +17 -0
- data/rbi/lib/lithic/models/card_reissue_params.rbi +18 -3
- data/rbi/lib/lithic/models/card_renew_params.rbi +21 -0
- data/rbi/lib/lithic/models/card_search_by_pan_params.rbi +5 -2
- data/rbi/lib/lithic/models/card_spend_limits.rbi +30 -6
- data/rbi/lib/lithic/models/card_update_params.rbi +35 -0
- data/rbi/lib/lithic/models/cards/aggregate_balance_list_params.rbi +7 -2
- data/rbi/lib/lithic/models/cards/aggregate_balance_list_response.rbi +13 -0
- data/rbi/lib/lithic/models/cards/balance_list_params.rbi +9 -2
- data/rbi/lib/lithic/models/cards/balance_list_response.rbi +14 -0
- data/rbi/lib/lithic/models/cards/financial_transaction_list_params.rbi +11 -0
- data/rbi/lib/lithic/models/carrier.rbi +4 -2
- data/rbi/lib/lithic/models/credit_products/prime_rate_create_params.rbi +7 -2
- data/rbi/lib/lithic/models/credit_products/prime_rate_retrieve_params.rbi +7 -2
- data/rbi/lib/lithic/models/credit_products/prime_rate_retrieve_response.rbi +12 -4
- data/rbi/lib/lithic/models/digital_card_art.rbi +8 -3
- data/rbi/lib/lithic/models/digital_card_art_list_params.rbi +11 -2
- data/rbi/lib/lithic/models/dispute.rbi +66 -0
- data/rbi/lib/lithic/models/dispute_create_params.rbi +6 -3
- data/rbi/lib/lithic/models/dispute_evidence.rbi +15 -3
- data/rbi/lib/lithic/models/dispute_initiate_evidence_upload_params.rbi +5 -2
- data/rbi/lib/lithic/models/dispute_list_evidences_params.rbi +10 -3
- data/rbi/lib/lithic/models/dispute_list_params.rbi +11 -0
- data/rbi/lib/lithic/models/dispute_update_params.rbi +5 -3
- data/rbi/lib/lithic/models/document.rbi +27 -3
- data/rbi/lib/lithic/models/event.rbi +39 -2
- data/rbi/lib/lithic/models/event_list_attempts_params.rbi +9 -0
- data/rbi/lib/lithic/models/event_list_params.rbi +11 -0
- data/rbi/lib/lithic/models/event_subscription.rbi +10 -2
- data/rbi/lib/lithic/models/events/subscription_create_params.rbi +12 -2
- data/rbi/lib/lithic/models/events/subscription_list_attempts_params.rbi +9 -0
- data/rbi/lib/lithic/models/events/subscription_list_params.rbi +11 -2
- data/rbi/lib/lithic/models/events/subscription_recover_params.rbi +9 -2
- data/rbi/lib/lithic/models/events/subscription_replay_missing_params.rbi +9 -2
- data/rbi/lib/lithic/models/events/subscription_retrieve_secret_response.rbi +4 -2
- data/rbi/lib/lithic/models/events/subscription_send_simulated_example_params.rbi +5 -2
- data/rbi/lib/lithic/models/events/subscription_update_params.rbi +12 -2
- data/rbi/lib/lithic/models/external_bank_account_create_params.rbi +20 -0
- data/rbi/lib/lithic/models/external_bank_account_create_response.rbi +33 -0
- data/rbi/lib/lithic/models/external_bank_account_list_params.rbi +5 -0
- data/rbi/lib/lithic/models/external_bank_account_list_response.rbi +33 -0
- data/rbi/lib/lithic/models/external_bank_account_retrieve_response.rbi +33 -0
- data/rbi/lib/lithic/models/external_bank_account_retry_micro_deposits_response.rbi +33 -0
- data/rbi/lib/lithic/models/external_bank_account_retry_prenote_response.rbi +33 -0
- data/rbi/lib/lithic/models/external_bank_account_update_params.rbi +9 -0
- data/rbi/lib/lithic/models/external_bank_account_update_response.rbi +33 -0
- data/rbi/lib/lithic/models/external_bank_accounts/micro_deposit_create_response.rbi +33 -0
- data/rbi/lib/lithic/models/external_payment_list_params.rbi +14 -0
- data/rbi/lib/lithic/models/financial_account.rbi +8 -0
- data/rbi/lib/lithic/models/financial_account_list_params.rbi +9 -2
- data/rbi/lib/lithic/models/financial_account_update_status_params.rbi +7 -2
- data/rbi/lib/lithic/models/financial_accounts/balance_list_params.rbi +9 -2
- data/rbi/lib/lithic/models/financial_accounts/balance_list_response.rbi +14 -0
- data/rbi/lib/lithic/models/financial_accounts/credit_configuration_update_params.rbi +2 -0
- data/rbi/lib/lithic/models/financial_accounts/financial_account_credit_config.rbi +5 -0
- data/rbi/lib/lithic/models/financial_accounts/financial_transaction_list_params.rbi +11 -0
- data/rbi/lib/lithic/models/financial_accounts/loan_tape.rbi +94 -13
- data/rbi/lib/lithic/models/financial_accounts/loan_tape_list_params.rbi +10 -3
- data/rbi/lib/lithic/models/financial_accounts/loan_tape_retrieve_params.rbi +5 -2
- data/rbi/lib/lithic/models/financial_accounts/statement.rbi +72 -10
- data/rbi/lib/lithic/models/financial_accounts/statement_list_params.rbi +10 -0
- data/rbi/lib/lithic/models/financial_accounts/statement_retrieve_params.rbi +5 -2
- data/rbi/lib/lithic/models/financial_accounts/statements/line_item_list_params.rbi +7 -3
- data/rbi/lib/lithic/models/financial_accounts/statements/statement_line_items.rbi +10 -0
- data/rbi/lib/lithic/models/financial_transaction.rbi +44 -2
- data/rbi/lib/lithic/models/kyb.rbi +94 -4
- data/rbi/lib/lithic/models/kyb_business_entity.rbi +28 -2
- data/rbi/lib/lithic/models/kyc.rbi +40 -4
- data/rbi/lib/lithic/models/kyc_exempt.rbi +13 -0
- data/rbi/lib/lithic/models/management_operation_list_params.rbi +13 -0
- data/rbi/lib/lithic/models/message_attempt.rbi +10 -3
- data/rbi/lib/lithic/models/non_pci_card.rbi +78 -2
- data/rbi/lib/lithic/models/payment.rbi +57 -2
- data/rbi/lib/lithic/models/payment_create_params.rbi +2 -0
- data/rbi/lib/lithic/models/payment_create_response.rbi +4 -2
- data/rbi/lib/lithic/models/payment_list_params.rbi +9 -0
- data/rbi/lib/lithic/models/payment_retry_response.rbi +4 -2
- data/rbi/lib/lithic/models/payment_simulate_action_params.rbi +9 -2
- data/rbi/lib/lithic/models/payment_simulate_action_response.rbi +8 -2
- data/rbi/lib/lithic/models/payment_simulate_receipt_params.rbi +13 -3
- data/rbi/lib/lithic/models/payment_simulate_receipt_response.rbi +8 -2
- data/rbi/lib/lithic/models/payment_simulate_release_params.rbi +5 -2
- data/rbi/lib/lithic/models/payment_simulate_release_response.rbi +8 -2
- data/rbi/lib/lithic/models/payment_simulate_return_params.rbi +7 -2
- data/rbi/lib/lithic/models/payment_simulate_return_response.rbi +8 -2
- data/rbi/lib/lithic/models/reports/settlement/network_total_list_params.rbi +16 -0
- data/rbi/lib/lithic/models/reports/settlement/network_total_list_response.rbi +26 -2
- data/rbi/lib/lithic/models/reports/settlement/network_total_retrieve_response.rbi +26 -2
- data/rbi/lib/lithic/models/reports/settlement_list_details_params.rbi +11 -2
- data/rbi/lib/lithic/models/required_document.rbi +10 -2
- data/rbi/lib/lithic/models/responder_endpoint_check_status_params.rbi +5 -2
- data/rbi/lib/lithic/models/responder_endpoint_create_params.rbi +7 -2
- data/rbi/lib/lithic/models/responder_endpoint_create_response.rbi +4 -2
- data/rbi/lib/lithic/models/responder_endpoint_delete_params.rbi +5 -2
- data/rbi/lib/lithic/models/responder_endpoint_status.rbi +6 -2
- data/rbi/lib/lithic/models/settlement_detail.rbi +26 -0
- data/rbi/lib/lithic/models/settlement_report.rbi +25 -0
- data/rbi/lib/lithic/models/settlement_summary_details.rbi +11 -0
- data/rbi/lib/lithic/models/shipping_address.rbi +20 -0
- data/rbi/lib/lithic/models/three_ds/authentication_retrieve_response.rbi +165 -19
- data/rbi/lib/lithic/models/three_ds/authentication_simulate_otp_entry_params.rbi +8 -2
- data/rbi/lib/lithic/models/three_ds/authentication_simulate_params.rbi +31 -6
- data/rbi/lib/lithic/models/three_ds/authentication_simulate_response.rbi +5 -2
- data/rbi/lib/lithic/models/three_ds/challenge_response.rbi +9 -2
- data/rbi/lib/lithic/models/three_ds/decisioning_retrieve_secret_response.rbi +4 -2
- data/rbi/lib/lithic/models/tokenization.rbi +27 -2
- data/rbi/lib/lithic/models/tokenization_decisioning_rotate_secret_response.rbi +4 -2
- data/rbi/lib/lithic/models/tokenization_list_params.rbi +11 -0
- data/rbi/lib/lithic/models/tokenization_resend_activation_code_params.rbi +7 -2
- data/rbi/lib/lithic/models/tokenization_secret.rbi +4 -2
- data/rbi/lib/lithic/models/tokenization_simulate_params.rbi +11 -0
- data/rbi/lib/lithic/models/tokenization_update_digital_card_art_params.rbi +8 -2
- data/rbi/lib/lithic/models/transaction.rbi +246 -35
- data/rbi/lib/lithic/models/transaction_list_params.rbi +14 -0
- data/rbi/lib/lithic/models/transaction_simulate_authorization_advice_params.rbi +8 -2
- data/rbi/lib/lithic/models/transaction_simulate_authorization_advice_response.rbi +6 -2
- data/rbi/lib/lithic/models/transaction_simulate_authorization_params.rbi +35 -0
- data/rbi/lib/lithic/models/transaction_simulate_authorization_response.rbi +7 -2
- data/rbi/lib/lithic/models/transaction_simulate_clearing_params.rbi +15 -2
- data/rbi/lib/lithic/models/transaction_simulate_clearing_response.rbi +4 -2
- data/rbi/lib/lithic/models/transaction_simulate_credit_authorization_params.rbi +17 -2
- data/rbi/lib/lithic/models/transaction_simulate_credit_authorization_response.rbi +6 -2
- data/rbi/lib/lithic/models/transaction_simulate_return_params.rbi +9 -2
- data/rbi/lib/lithic/models/transaction_simulate_return_response.rbi +6 -2
- data/rbi/lib/lithic/models/transaction_simulate_return_reversal_params.rbi +5 -2
- data/rbi/lib/lithic/models/transaction_simulate_return_reversal_response.rbi +4 -2
- data/rbi/lib/lithic/models/transaction_simulate_void_params.rbi +14 -2
- data/rbi/lib/lithic/models/transaction_simulate_void_response.rbi +4 -2
- data/rbi/lib/lithic/models/transactions/events/enhanced_data.rbi +57 -16
- data/rbi/lib/lithic/models/transfer.rbi +41 -2
- data/rbi/lib/lithic/models/transfer_create_params.rbi +17 -2
- data/sig/lithic/file_part.rbs +21 -0
- data/sig/lithic/internal/transport/base_client.rbs +9 -3
- data/sig/lithic/internal/type/{io_like.rbs → file_input.rbs} +1 -1
- data/sig/lithic/internal/util.rbs +14 -12
- metadata +8 -5
@@ -60,14 +60,27 @@ module Lithic
|
|
60
60
|
.returns(T.attached_class)
|
61
61
|
end
|
62
62
|
def self.new(
|
63
|
+
# Funds available for spend in the currency's smallest unit (e.g., cents for USD)
|
63
64
|
available_amount:,
|
65
|
+
# Date and time for when the balance was first created.
|
64
66
|
created:,
|
67
|
+
# 3-character alphabetic ISO 4217 code for the local currency of the balance.
|
65
68
|
currency:,
|
69
|
+
# Globally unique identifier for the card that had its balance updated most
|
70
|
+
# recently
|
66
71
|
last_card_token:,
|
72
|
+
# Globally unique identifier for the last transaction event that impacted this
|
73
|
+
# balance
|
67
74
|
last_transaction_event_token:,
|
75
|
+
# Globally unique identifier for the last transaction that impacted this balance
|
68
76
|
last_transaction_token:,
|
77
|
+
# Funds not available for spend due to card authorizations or pending ACH release.
|
78
|
+
# Shown in the currency's smallest unit (e.g., cents for USD)
|
69
79
|
pending_amount:,
|
80
|
+
# The sum of available and pending balance in the currency's smallest unit (e.g.,
|
81
|
+
# cents for USD)
|
70
82
|
total_amount:,
|
83
|
+
# Date and time for when the balance was last updated.
|
71
84
|
updated:
|
72
85
|
); end
|
73
86
|
sig do
|
@@ -31,8 +31,15 @@ module Lithic
|
|
31
31
|
)
|
32
32
|
.returns(T.attached_class)
|
33
33
|
end
|
34
|
-
def self.new(
|
35
|
-
|
34
|
+
def self.new(
|
35
|
+
# UTC date of the balance to retrieve. Defaults to latest available balance
|
36
|
+
balance_date: nil,
|
37
|
+
# Balance after a given financial event occured. For example, passing the
|
38
|
+
# event_token of a $5 CARD_CLEARING financial event will return a balance
|
39
|
+
# decreased by $5
|
40
|
+
last_transaction_event_token: nil,
|
41
|
+
request_options: {}
|
42
|
+
); end
|
36
43
|
sig do
|
37
44
|
override
|
38
45
|
.returns(
|
@@ -65,15 +65,29 @@ module Lithic
|
|
65
65
|
.returns(T.attached_class)
|
66
66
|
end
|
67
67
|
def self.new(
|
68
|
+
# Globally unique identifier for the financial account that holds this balance.
|
68
69
|
token:,
|
70
|
+
# Funds available for spend in the currency's smallest unit (e.g., cents for USD)
|
69
71
|
available_amount:,
|
72
|
+
# Date and time for when the balance was first created.
|
70
73
|
created:,
|
74
|
+
# 3-character alphabetic ISO 4217 code for the local currency of the balance.
|
71
75
|
currency:,
|
76
|
+
# Globally unique identifier for the last financial transaction event that
|
77
|
+
# impacted this balance.
|
72
78
|
last_transaction_event_token:,
|
79
|
+
# Globally unique identifier for the last financial transaction that impacted this
|
80
|
+
# balance.
|
73
81
|
last_transaction_token:,
|
82
|
+
# Funds not available for spend due to card authorizations or pending ACH release.
|
83
|
+
# Shown in the currency's smallest unit (e.g., cents for USD).
|
74
84
|
pending_amount:,
|
85
|
+
# The sum of available and pending balance in the currency's smallest unit (e.g.,
|
86
|
+
# cents for USD).
|
75
87
|
total_amount:,
|
88
|
+
# Type of financial account.
|
76
89
|
type:,
|
90
|
+
# Date and time for when the balance was last updated.
|
77
91
|
updated:
|
78
92
|
); end
|
79
93
|
sig do
|
@@ -74,12 +74,23 @@ module Lithic
|
|
74
74
|
.returns(T.attached_class)
|
75
75
|
end
|
76
76
|
def self.new(
|
77
|
+
# Date string in RFC 3339 format. Only entries created after the specified time
|
78
|
+
# will be included. UTC time zone.
|
77
79
|
begin_: nil,
|
80
|
+
# Financial Transaction category to be returned.
|
78
81
|
category: nil,
|
82
|
+
# Date string in RFC 3339 format. Only entries created before the specified time
|
83
|
+
# will be included. UTC time zone.
|
79
84
|
end_: nil,
|
85
|
+
# A cursor representing an item's token before which a page of results should end.
|
86
|
+
# Used to retrieve the previous page of results before this item.
|
80
87
|
ending_before: nil,
|
88
|
+
# Financial Transaction result to be returned.
|
81
89
|
result: nil,
|
90
|
+
# A cursor representing an item's token after which a page of results should
|
91
|
+
# begin. Used to retrieve the next page of results after this item.
|
82
92
|
starting_after: nil,
|
93
|
+
# Financial Transaction status to be returned.
|
83
94
|
status: nil,
|
84
95
|
request_options: {}
|
85
96
|
); end
|
@@ -11,8 +11,10 @@ module Lithic
|
|
11
11
|
attr_writer :qr_code_url
|
12
12
|
|
13
13
|
sig { params(qr_code_url: String).returns(T.attached_class) }
|
14
|
-
def self.new(
|
15
|
-
|
14
|
+
def self.new(
|
15
|
+
# QR code url to display on the card carrier
|
16
|
+
qr_code_url: nil
|
17
|
+
); end
|
16
18
|
sig { override.returns({qr_code_url: String}) }
|
17
19
|
def to_hash; end
|
18
20
|
end
|
@@ -23,8 +23,13 @@ module Lithic
|
|
23
23
|
)
|
24
24
|
.returns(T.attached_class)
|
25
25
|
end
|
26
|
-
def self.new(
|
27
|
-
|
26
|
+
def self.new(
|
27
|
+
# Date the rate goes into effect
|
28
|
+
effective_date:,
|
29
|
+
# The rate in decimal format
|
30
|
+
rate:,
|
31
|
+
request_options: {}
|
32
|
+
); end
|
28
33
|
sig do
|
29
34
|
override.returns({effective_date: Date, rate: String, request_options: Lithic::RequestOptions})
|
30
35
|
end
|
@@ -29,8 +29,13 @@ module Lithic
|
|
29
29
|
)
|
30
30
|
.returns(T.attached_class)
|
31
31
|
end
|
32
|
-
def self.new(
|
33
|
-
|
32
|
+
def self.new(
|
33
|
+
# The effective date that the prime rates ends before
|
34
|
+
ending_before: nil,
|
35
|
+
# The effective date that the prime rate starts after
|
36
|
+
starting_after: nil,
|
37
|
+
request_options: {}
|
38
|
+
); end
|
34
39
|
sig do
|
35
40
|
override.returns(
|
36
41
|
{
|
@@ -19,8 +19,12 @@ module Lithic
|
|
19
19
|
)
|
20
20
|
.returns(T.attached_class)
|
21
21
|
end
|
22
|
-
def self.new(
|
23
|
-
|
22
|
+
def self.new(
|
23
|
+
# List of prime rates
|
24
|
+
data:,
|
25
|
+
# Whether there are more prime rates
|
26
|
+
has_more:
|
27
|
+
); end
|
24
28
|
sig do
|
25
29
|
override
|
26
30
|
.returns(
|
@@ -39,8 +43,12 @@ module Lithic
|
|
39
43
|
attr_accessor :rate
|
40
44
|
|
41
45
|
sig { params(effective_date: Date, rate: String).returns(T.attached_class) }
|
42
|
-
def self.new(
|
43
|
-
|
46
|
+
def self.new(
|
47
|
+
# Date the rate goes into effect
|
48
|
+
effective_date:,
|
49
|
+
# The rate in decimal format
|
50
|
+
rate:
|
51
|
+
); end
|
44
52
|
sig { override.returns({effective_date: Date, rate: String}) }
|
45
53
|
def to_hash; end
|
46
54
|
end
|
@@ -47,16 +47,21 @@ module Lithic
|
|
47
47
|
.returns(T.attached_class)
|
48
48
|
end
|
49
49
|
def self.new(
|
50
|
+
# Globally unique identifier for the card art.
|
50
51
|
token:,
|
52
|
+
# Globally unique identifier for the card program.
|
51
53
|
card_program_token:,
|
54
|
+
# Timestamp of when card art was created.
|
52
55
|
created:,
|
56
|
+
# Description of the card art.
|
53
57
|
description:,
|
58
|
+
# Whether the card art is enabled.
|
54
59
|
is_enabled:,
|
60
|
+
# Card network.
|
55
61
|
network:,
|
62
|
+
# Whether the card art is the default card art to be added upon tokenization.
|
56
63
|
is_card_program_default: nil
|
57
|
-
)
|
58
|
-
end
|
59
|
-
|
64
|
+
); end
|
60
65
|
sig do
|
61
66
|
override
|
62
67
|
.returns(
|
@@ -38,8 +38,17 @@ module Lithic
|
|
38
38
|
)
|
39
39
|
.returns(T.attached_class)
|
40
40
|
end
|
41
|
-
def self.new(
|
42
|
-
|
41
|
+
def self.new(
|
42
|
+
# A cursor representing an item's token before which a page of results should end.
|
43
|
+
# Used to retrieve the previous page of results before this item.
|
44
|
+
ending_before: nil,
|
45
|
+
# Page size (for pagination).
|
46
|
+
page_size: nil,
|
47
|
+
# A cursor representing an item's token after which a page of results should
|
48
|
+
# begin. Used to retrieve the next page of results after this item.
|
49
|
+
starting_after: nil,
|
50
|
+
request_options: {}
|
51
|
+
); end
|
43
52
|
sig do
|
44
53
|
override
|
45
54
|
.returns(
|
@@ -148,23 +148,89 @@ module Lithic
|
|
148
148
|
.returns(T.attached_class)
|
149
149
|
end
|
150
150
|
def self.new(
|
151
|
+
# Globally unique identifier.
|
151
152
|
token:,
|
153
|
+
# Amount under dispute. May be different from the original transaction amount.
|
152
154
|
amount:,
|
155
|
+
# Date dispute entered arbitration.
|
153
156
|
arbitration_date:,
|
157
|
+
# Timestamp of when first Dispute was reported.
|
154
158
|
created:,
|
159
|
+
# Date that the dispute was filed by the customer making the dispute.
|
155
160
|
customer_filed_date:,
|
161
|
+
# End customer description of the reason for the dispute.
|
156
162
|
customer_note:,
|
163
|
+
# Unique identifiers for the dispute from the network.
|
157
164
|
network_claim_ids:,
|
165
|
+
# Date that the dispute was submitted to the network.
|
158
166
|
network_filed_date:,
|
167
|
+
# Network reason code used to file the dispute.
|
159
168
|
network_reason_code:,
|
169
|
+
# Date dispute entered pre-arbitration.
|
160
170
|
prearbitration_date:,
|
171
|
+
# Unique identifier for the dispute from the network. If there are multiple, this
|
172
|
+
# will be the first claim id set by the network
|
161
173
|
primary_claim_id:,
|
174
|
+
# Dispute reason:
|
175
|
+
#
|
176
|
+
# - `ATM_CASH_MISDISPENSE`: ATM cash misdispense.
|
177
|
+
# - `CANCELLED`: Transaction was cancelled by the customer.
|
178
|
+
# - `DUPLICATED`: The transaction was a duplicate.
|
179
|
+
# - `FRAUD_CARD_NOT_PRESENT`: Fraudulent transaction, card not present.
|
180
|
+
# - `FRAUD_CARD_PRESENT`: Fraudulent transaction, card present.
|
181
|
+
# - `FRAUD_OTHER`: Fraudulent transaction, other types such as questionable
|
182
|
+
# merchant activity.
|
183
|
+
# - `GOODS_SERVICES_NOT_AS_DESCRIBED`: The goods or services were not as
|
184
|
+
# described.
|
185
|
+
# - `GOODS_SERVICES_NOT_RECEIVED`: The goods or services were not received.
|
186
|
+
# - `INCORRECT_AMOUNT`: The transaction amount was incorrect.
|
187
|
+
# - `MISSING_AUTH`: The transaction was missing authorization.
|
188
|
+
# - `OTHER`: Other reason.
|
189
|
+
# - `PROCESSING_ERROR`: Processing error.
|
190
|
+
# - `REFUND_NOT_PROCESSED`: The refund was not processed.
|
191
|
+
# - `RECURRING_TRANSACTION_NOT_CANCELLED`: The recurring transaction was not
|
192
|
+
# cancelled.
|
162
193
|
reason:,
|
194
|
+
# Date the representment was received.
|
163
195
|
representment_date:,
|
196
|
+
# Date that the dispute was resolved.
|
164
197
|
resolution_date:,
|
198
|
+
# Note by Dispute team on the case resolution.
|
165
199
|
resolution_note:,
|
200
|
+
# Reason for the dispute resolution:
|
201
|
+
#
|
202
|
+
# - `CASE_LOST`: This case was lost at final arbitration.
|
203
|
+
# - `NETWORK_REJECTED`: Network rejected.
|
204
|
+
# - `NO_DISPUTE_RIGHTS_3DS`: No dispute rights, 3DS.
|
205
|
+
# - `NO_DISPUTE_RIGHTS_BELOW_THRESHOLD`: No dispute rights, below threshold.
|
206
|
+
# - `NO_DISPUTE_RIGHTS_CONTACTLESS`: No dispute rights, contactless.
|
207
|
+
# - `NO_DISPUTE_RIGHTS_HYBRID`: No dispute rights, hybrid.
|
208
|
+
# - `NO_DISPUTE_RIGHTS_MAX_CHARGEBACKS`: No dispute rights, max chargebacks.
|
209
|
+
# - `NO_DISPUTE_RIGHTS_OTHER`: No dispute rights, other.
|
210
|
+
# - `PAST_FILING_DATE`: Past filing date.
|
211
|
+
# - `PREARBITRATION_REJECTED`: Prearbitration rejected.
|
212
|
+
# - `PROCESSOR_REJECTED_OTHER`: Processor rejected, other.
|
213
|
+
# - `REFUNDED`: Refunded.
|
214
|
+
# - `REFUNDED_AFTER_CHARGEBACK`: Refunded after chargeback.
|
215
|
+
# - `WITHDRAWN`: Withdrawn.
|
216
|
+
# - `WON_ARBITRATION`: Won arbitration.
|
217
|
+
# - `WON_FIRST_CHARGEBACK`: Won first chargeback.
|
218
|
+
# - `WON_PREARBITRATION`: Won prearbitration.
|
166
219
|
resolution_reason:,
|
220
|
+
# Status types:
|
221
|
+
#
|
222
|
+
# - `NEW` - New dispute case is opened.
|
223
|
+
# - `PENDING_CUSTOMER` - Lithic is waiting for customer to provide more
|
224
|
+
# information.
|
225
|
+
# - `SUBMITTED` - Dispute is submitted to the card network.
|
226
|
+
# - `REPRESENTMENT` - Case has entered second presentment.
|
227
|
+
# - `PREARBITRATION` - Case has entered prearbitration.
|
228
|
+
# - `ARBITRATION` - Case has entered arbitration.
|
229
|
+
# - `CASE_WON` - Case was won and credit will be issued.
|
230
|
+
# - `CASE_CLOSED` - Case was lost or withdrawn.
|
167
231
|
status:,
|
232
|
+
# The transaction that is being disputed. A transaction can only be disputed once
|
233
|
+
# but may have multiple dispute cases.
|
168
234
|
transaction_token:
|
169
235
|
); end
|
170
236
|
sig do
|
@@ -44,15 +44,18 @@ module Lithic
|
|
44
44
|
.returns(T.attached_class)
|
45
45
|
end
|
46
46
|
def self.new(
|
47
|
+
# Amount to dispute
|
47
48
|
amount:,
|
49
|
+
# Reason for dispute
|
48
50
|
reason:,
|
51
|
+
# Transaction to dispute
|
49
52
|
transaction_token:,
|
53
|
+
# Date the customer filed the dispute
|
50
54
|
customer_filed_date: nil,
|
55
|
+
# Customer description of dispute
|
51
56
|
customer_note: nil,
|
52
57
|
request_options: {}
|
53
|
-
)
|
54
|
-
end
|
55
|
-
|
58
|
+
); end
|
56
59
|
sig do
|
57
60
|
override
|
58
61
|
.returns(
|
@@ -61,16 +61,28 @@ module Lithic
|
|
61
61
|
.returns(T.attached_class)
|
62
62
|
end
|
63
63
|
def self.new(
|
64
|
+
# Globally unique identifier.
|
64
65
|
token:,
|
66
|
+
# Timestamp of when dispute evidence was created.
|
65
67
|
created:,
|
68
|
+
# Dispute token evidence is attached to.
|
66
69
|
dispute_token:,
|
70
|
+
# Upload status types:
|
71
|
+
#
|
72
|
+
# - `DELETED` - Evidence was deleted.
|
73
|
+
# - `ERROR` - Evidence upload failed.
|
74
|
+
# - `PENDING` - Evidence is pending upload.
|
75
|
+
# - `REJECTED` - Evidence was rejected.
|
76
|
+
# - `UPLOADED` - Evidence was uploaded.
|
67
77
|
upload_status:,
|
78
|
+
# URL to download evidence. Only shown when `upload_status` is `UPLOADED`.
|
68
79
|
download_url: nil,
|
80
|
+
# File name of evidence. Recommended to give the dispute evidence a human-readable
|
81
|
+
# identifier.
|
69
82
|
filename: nil,
|
83
|
+
# URL to upload evidence. Only shown when `upload_status` is `PENDING`.
|
70
84
|
upload_url: nil
|
71
|
-
)
|
72
|
-
end
|
73
|
-
|
85
|
+
); end
|
74
86
|
sig do
|
75
87
|
override
|
76
88
|
.returns(
|
@@ -17,8 +17,11 @@ module Lithic
|
|
17
17
|
params(filename: String, request_options: T.any(Lithic::RequestOptions, Lithic::Internal::AnyHash))
|
18
18
|
.returns(T.attached_class)
|
19
19
|
end
|
20
|
-
def self.new(
|
21
|
-
|
20
|
+
def self.new(
|
21
|
+
# Filename of the evidence.
|
22
|
+
filename: nil,
|
23
|
+
request_options: {}
|
24
|
+
); end
|
22
25
|
sig { override.returns({filename: String, request_options: Lithic::RequestOptions}) }
|
23
26
|
def to_hash; end
|
24
27
|
end
|
@@ -57,15 +57,22 @@ module Lithic
|
|
57
57
|
.returns(T.attached_class)
|
58
58
|
end
|
59
59
|
def self.new(
|
60
|
+
# Date string in RFC 3339 format. Only entries created after the specified time
|
61
|
+
# will be included. UTC time zone.
|
60
62
|
begin_: nil,
|
63
|
+
# Date string in RFC 3339 format. Only entries created before the specified time
|
64
|
+
# will be included. UTC time zone.
|
61
65
|
end_: nil,
|
66
|
+
# A cursor representing an item's token before which a page of results should end.
|
67
|
+
# Used to retrieve the previous page of results before this item.
|
62
68
|
ending_before: nil,
|
69
|
+
# Page size (for pagination).
|
63
70
|
page_size: nil,
|
71
|
+
# A cursor representing an item's token after which a page of results should
|
72
|
+
# begin. Used to retrieve the next page of results after this item.
|
64
73
|
starting_after: nil,
|
65
74
|
request_options: {}
|
66
|
-
)
|
67
|
-
end
|
68
|
-
|
75
|
+
); end
|
69
76
|
sig do
|
70
77
|
override
|
71
78
|
.returns(
|
@@ -73,12 +73,23 @@ module Lithic
|
|
73
73
|
.returns(T.attached_class)
|
74
74
|
end
|
75
75
|
def self.new(
|
76
|
+
# Date string in RFC 3339 format. Only entries created after the specified time
|
77
|
+
# will be included. UTC time zone.
|
76
78
|
begin_: nil,
|
79
|
+
# Date string in RFC 3339 format. Only entries created before the specified time
|
80
|
+
# will be included. UTC time zone.
|
77
81
|
end_: nil,
|
82
|
+
# A cursor representing an item's token before which a page of results should end.
|
83
|
+
# Used to retrieve the previous page of results before this item.
|
78
84
|
ending_before: nil,
|
85
|
+
# Page size (for pagination).
|
79
86
|
page_size: nil,
|
87
|
+
# A cursor representing an item's token after which a page of results should
|
88
|
+
# begin. Used to retrieve the next page of results after this item.
|
80
89
|
starting_after: nil,
|
90
|
+
# List disputes of a specific status.
|
81
91
|
status: nil,
|
92
|
+
# Transaction tokens to filter by.
|
82
93
|
transaction_tokens: nil,
|
83
94
|
request_options: {}
|
84
95
|
); end
|
@@ -45,14 +45,16 @@ module Lithic
|
|
45
45
|
.returns(T.attached_class)
|
46
46
|
end
|
47
47
|
def self.new(
|
48
|
+
# Amount to dispute
|
48
49
|
amount: nil,
|
50
|
+
# Date the customer filed the dispute
|
49
51
|
customer_filed_date: nil,
|
52
|
+
# Customer description of dispute
|
50
53
|
customer_note: nil,
|
54
|
+
# Reason for dispute
|
51
55
|
reason: nil,
|
52
56
|
request_options: {}
|
53
|
-
)
|
54
|
-
end
|
55
|
-
|
57
|
+
); end
|
56
58
|
sig do
|
57
59
|
override
|
58
60
|
.returns(
|
@@ -35,9 +35,18 @@ module Lithic
|
|
35
35
|
)
|
36
36
|
.returns(T.attached_class)
|
37
37
|
end
|
38
|
-
def self.new(
|
39
|
-
|
40
|
-
|
38
|
+
def self.new(
|
39
|
+
# Globally unique identifier for the document.
|
40
|
+
token:,
|
41
|
+
# Globally unique identifier for the account holder.
|
42
|
+
account_holder_token:,
|
43
|
+
# Type of documentation to be submitted for verification of an account holder
|
44
|
+
document_type:,
|
45
|
+
# Globally unique identifier for an entity.
|
46
|
+
entity_token:,
|
47
|
+
# Represents a single image of the document to upload.
|
48
|
+
required_document_uploads:
|
49
|
+
); end
|
41
50
|
sig do
|
42
51
|
override
|
43
52
|
.returns(
|
@@ -149,14 +158,29 @@ module Lithic
|
|
149
158
|
.returns(T.attached_class)
|
150
159
|
end
|
151
160
|
def self.new(
|
161
|
+
# Globally unique identifier for the document upload.
|
152
162
|
token:,
|
163
|
+
# A list of status reasons associated with a KYB account holder that have been
|
164
|
+
# satisfied by the document upload
|
153
165
|
accepted_entity_status_reasons:,
|
166
|
+
# When the document upload was created
|
154
167
|
created:,
|
168
|
+
# Type of image to upload.
|
155
169
|
image_type:,
|
170
|
+
# A list of status reasons associated with a KYB account holder that have not been
|
171
|
+
# satisfied by the document upload
|
156
172
|
rejected_entity_status_reasons:,
|
173
|
+
# Status of an account holder's document upload.
|
157
174
|
status:,
|
175
|
+
# Reasons for document image upload status.
|
158
176
|
status_reasons:,
|
177
|
+
# When the document upload was last updated
|
159
178
|
updated:,
|
179
|
+
# URL to upload document image to.
|
180
|
+
#
|
181
|
+
# Note that the upload URLs expire after 7 days. If an upload URL expires, you can
|
182
|
+
# refresh the URLs by retrieving the document upload from
|
183
|
+
# `GET /account_holders/{account_holder_token}/documents`.
|
160
184
|
upload_url:
|
161
185
|
); end
|
162
186
|
sig do
|
@@ -58,8 +58,45 @@ module Lithic
|
|
58
58
|
)
|
59
59
|
.returns(T.attached_class)
|
60
60
|
end
|
61
|
-
def self.new(
|
62
|
-
|
61
|
+
def self.new(
|
62
|
+
# Globally unique identifier.
|
63
|
+
token:,
|
64
|
+
# An RFC 3339 timestamp for when the event was created. UTC time zone.
|
65
|
+
#
|
66
|
+
# If no timezone is specified, UTC will be used.
|
67
|
+
created:,
|
68
|
+
# Event types:
|
69
|
+
#
|
70
|
+
# - `account_holder.created` - Notification that a new account holder has been
|
71
|
+
# created and was not rejected.
|
72
|
+
# - `account_holder.updated` - Notification that an account holder was updated.
|
73
|
+
# - `account_holder.verification` - Notification than an account holder's identity
|
74
|
+
# verification is complete.
|
75
|
+
# - `card.created` - Notification that a card has been created.
|
76
|
+
# - `card.renewed` - Notification that a card has been renewed.
|
77
|
+
# - `card.reissued` - Notification that a card has been reissued.
|
78
|
+
# - `card.shipped` - Physical card shipment notification. See
|
79
|
+
# https://docs.lithic.com/docs/cards#physical-card-shipped-webhook.
|
80
|
+
# - `card.converted` - Notification that a virtual card has been converted to a
|
81
|
+
# physical card.
|
82
|
+
# - `card_transaction.updated` - Transaction Lifecycle webhook. See
|
83
|
+
# https://docs.lithic.com/docs/transaction-webhooks.
|
84
|
+
# - `dispute.updated` - A dispute has been updated.
|
85
|
+
# - `digital_wallet.tokenization_approval_request` - Card network's request to
|
86
|
+
# Lithic to activate a digital wallet token.
|
87
|
+
# - `digital_wallet.tokenization_result` - Notification of the end result of a
|
88
|
+
# tokenization, whether successful or failed.
|
89
|
+
# - `digital_wallet.tokenization_two_factor_authentication_code` - A code to be
|
90
|
+
# passed to an end user to complete digital wallet authentication. See
|
91
|
+
# https://docs.lithic.com/docs/tokenization-control#digital-wallet-tokenization-auth-code.
|
92
|
+
# - `digital_wallet.tokenization_two_factor_authentication_code_sent` -
|
93
|
+
# Notification that a two factor authentication code for activating a digital
|
94
|
+
# wallet has been sent to the end user.
|
95
|
+
# - `digital_wallet.tokenization_updated` - Notification that a digital wallet
|
96
|
+
# tokenization's status has changed.
|
97
|
+
event_type:,
|
98
|
+
payload:
|
99
|
+
); end
|
63
100
|
sig do
|
64
101
|
override
|
65
102
|
.returns(
|
@@ -64,10 +64,19 @@ module Lithic
|
|
64
64
|
.returns(T.attached_class)
|
65
65
|
end
|
66
66
|
def self.new(
|
67
|
+
# Date string in RFC 3339 format. Only entries created after the specified time
|
68
|
+
# will be included. UTC time zone.
|
67
69
|
begin_: nil,
|
70
|
+
# Date string in RFC 3339 format. Only entries created before the specified time
|
71
|
+
# will be included. UTC time zone.
|
68
72
|
end_: nil,
|
73
|
+
# A cursor representing an item's token before which a page of results should end.
|
74
|
+
# Used to retrieve the previous page of results before this item.
|
69
75
|
ending_before: nil,
|
76
|
+
# Page size (for pagination).
|
70
77
|
page_size: nil,
|
78
|
+
# A cursor representing an item's token after which a page of results should
|
79
|
+
# begin. Used to retrieve the next page of results after this item.
|
71
80
|
starting_after: nil,
|
72
81
|
status: nil,
|
73
82
|
request_options: {}
|
@@ -73,12 +73,23 @@ module Lithic
|
|
73
73
|
.returns(T.attached_class)
|
74
74
|
end
|
75
75
|
def self.new(
|
76
|
+
# Date string in RFC 3339 format. Only entries created after the specified time
|
77
|
+
# will be included. UTC time zone.
|
76
78
|
begin_: nil,
|
79
|
+
# Date string in RFC 3339 format. Only entries created before the specified time
|
80
|
+
# will be included. UTC time zone.
|
77
81
|
end_: nil,
|
82
|
+
# A cursor representing an item's token before which a page of results should end.
|
83
|
+
# Used to retrieve the previous page of results before this item.
|
78
84
|
ending_before: nil,
|
85
|
+
# Event types to filter events by.
|
79
86
|
event_types: nil,
|
87
|
+
# Page size (for pagination).
|
80
88
|
page_size: nil,
|
89
|
+
# A cursor representing an item's token after which a page of results should
|
90
|
+
# begin. Used to retrieve the next page of results after this item.
|
81
91
|
starting_after: nil,
|
92
|
+
# Whether to include the event payload content in the response.
|
82
93
|
with_content: nil,
|
83
94
|
request_options: {}
|
84
95
|
); end
|
@@ -32,8 +32,16 @@ module Lithic
|
|
32
32
|
)
|
33
33
|
.returns(T.attached_class)
|
34
34
|
end
|
35
|
-
def self.new(
|
36
|
-
|
35
|
+
def self.new(
|
36
|
+
# Globally unique identifier.
|
37
|
+
token:,
|
38
|
+
# A description of the subscription.
|
39
|
+
description:,
|
40
|
+
# Whether the subscription is disabled.
|
41
|
+
disabled:,
|
42
|
+
url:,
|
43
|
+
event_types: nil
|
44
|
+
); end
|
37
45
|
sig do
|
38
46
|
override
|
39
47
|
.returns(
|
@@ -43,8 +43,18 @@ module Lithic
|
|
43
43
|
)
|
44
44
|
.returns(T.attached_class)
|
45
45
|
end
|
46
|
-
def self.new(
|
47
|
-
|
46
|
+
def self.new(
|
47
|
+
# URL to which event webhooks will be sent. URL must be a valid HTTPS address.
|
48
|
+
url:,
|
49
|
+
# Event subscription description.
|
50
|
+
description: nil,
|
51
|
+
# Whether the event subscription is active (false) or inactive (true).
|
52
|
+
disabled: nil,
|
53
|
+
# Indicates types of events that will be sent to this subscription. If left blank,
|
54
|
+
# all types will be sent.
|
55
|
+
event_types: nil,
|
56
|
+
request_options: {}
|
57
|
+
); end
|
48
58
|
sig do
|
49
59
|
override
|
50
60
|
.returns(
|