lithic 0.1.0.pre.alpha.16 → 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 +34 -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 +33 -0
- 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/{card_list_response.rb → non_pci_card.rb} +96 -51
- 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 +177 -69
- 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 +4 -9
- 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 +36 -0
- 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/{card_list_response.rbi → non_pci_card.rbi} +137 -62
- 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/rbi/lib/lithic/resources/cards.rbi +8 -8
- 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
- data/sig/lithic/models/card.rbs +19 -0
- data/sig/lithic/models/{card_list_response.rbs → non_pci_card.rbs} +31 -31
- data/sig/lithic/resources/cards.rbs +8 -8
- metadata +14 -29
- data/lib/lithic/models/card_convert_physical_response.rb +0 -393
- data/lib/lithic/models/card_create_response.rb +0 -392
- data/lib/lithic/models/card_reissue_response.rb +0 -392
- data/lib/lithic/models/card_renew_response.rb +0 -392
- data/lib/lithic/models/card_retrieve_response.rb +0 -392
- data/lib/lithic/models/card_search_by_pan_response.rb +0 -392
- data/lib/lithic/models/card_update_response.rb +0 -392
- data/rbi/lib/lithic/models/card_convert_physical_response.rbi +0 -467
- data/rbi/lib/lithic/models/card_create_response.rbi +0 -458
- data/rbi/lib/lithic/models/card_reissue_response.rbi +0 -458
- data/rbi/lib/lithic/models/card_renew_response.rbi +0 -457
- data/rbi/lib/lithic/models/card_retrieve_response.rbi +0 -459
- data/rbi/lib/lithic/models/card_search_by_pan_response.rbi +0 -461
- data/rbi/lib/lithic/models/card_update_response.rbi +0 -458
- data/sig/lithic/models/card_convert_physical_response.rbs +0 -257
- data/sig/lithic/models/card_create_response.rbs +0 -257
- data/sig/lithic/models/card_reissue_response.rbs +0 -257
- data/sig/lithic/models/card_renew_response.rbs +0 -257
- data/sig/lithic/models/card_retrieve_response.rbs +0 -257
- data/sig/lithic/models/card_search_by_pan_response.rbs +0 -257
- data/sig/lithic/models/card_update_response.rbs +0 -257
@@ -8,9 +8,12 @@ module Lithic
|
|
8
8
|
#
|
9
9
|
# @overload create(credit_product_token, effective_date:, rate:, request_options: {})
|
10
10
|
#
|
11
|
-
# @param credit_product_token [String]
|
12
|
-
#
|
13
|
-
# @param
|
11
|
+
# @param credit_product_token [String] Globally unique identifier for credit products.
|
12
|
+
#
|
13
|
+
# @param effective_date [Date] Date the rate goes into effect
|
14
|
+
#
|
15
|
+
# @param rate [String] The rate in decimal format
|
16
|
+
#
|
14
17
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
15
18
|
#
|
16
19
|
# @return [nil]
|
@@ -31,9 +34,12 @@ module Lithic
|
|
31
34
|
#
|
32
35
|
# @overload retrieve(credit_product_token, ending_before: nil, starting_after: nil, request_options: {})
|
33
36
|
#
|
34
|
-
# @param credit_product_token [String]
|
35
|
-
#
|
36
|
-
# @param
|
37
|
+
# @param credit_product_token [String] Globally unique identifier for credit products.
|
38
|
+
#
|
39
|
+
# @param ending_before [Date] The effective date that the prime rates ends before
|
40
|
+
#
|
41
|
+
# @param starting_after [Date] The effective date that the prime rate starts after
|
42
|
+
#
|
37
43
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
38
44
|
#
|
39
45
|
# @return [Lithic::Models::CreditProducts::PrimeRateRetrieveResponse]
|
@@ -3,11 +3,16 @@
|
|
3
3
|
module Lithic
|
4
4
|
module Resources
|
5
5
|
class DigitalCardArt
|
6
|
+
# Some parameter documentations has been truncated, see
|
7
|
+
# {Lithic::Models::DigitalCardArtRetrieveParams} for more details.
|
8
|
+
#
|
6
9
|
# Get digital card art by token.
|
7
10
|
#
|
8
11
|
# @overload retrieve(digital_card_art_token, request_options: {})
|
9
12
|
#
|
10
|
-
# @param digital_card_art_token [String]
|
13
|
+
# @param digital_card_art_token [String] Specifies the digital card art to be displayed in the user’s digital wallet afte
|
14
|
+
# ...
|
15
|
+
#
|
11
16
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
12
17
|
#
|
13
18
|
# @return [Lithic::Models::DigitalCardArtAPI]
|
@@ -22,13 +27,21 @@ module Lithic
|
|
22
27
|
)
|
23
28
|
end
|
24
29
|
|
30
|
+
# Some parameter documentations has been truncated, see
|
31
|
+
# {Lithic::Models::DigitalCardArtListParams} for more details.
|
32
|
+
#
|
25
33
|
# List digital card art.
|
26
34
|
#
|
27
35
|
# @overload list(ending_before: nil, page_size: nil, starting_after: nil, request_options: {})
|
28
36
|
#
|
29
|
-
# @param ending_before [String]
|
30
|
-
#
|
31
|
-
#
|
37
|
+
# @param ending_before [String] A cursor representing an item's token before which a page of results should end.
|
38
|
+
# ...
|
39
|
+
#
|
40
|
+
# @param page_size [Integer] Page size (for pagination).
|
41
|
+
#
|
42
|
+
# @param starting_after [String] A cursor representing an item's token after which a page of results should begin
|
43
|
+
# ...
|
44
|
+
#
|
32
45
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
33
46
|
#
|
34
47
|
# @return [Lithic::Internal::CursorPage<Lithic::Models::DigitalCardArtAPI>]
|
@@ -7,11 +7,16 @@ module Lithic
|
|
7
7
|
#
|
8
8
|
# @overload create(amount:, reason:, transaction_token:, customer_filed_date: nil, customer_note: nil, request_options: {})
|
9
9
|
#
|
10
|
-
# @param amount [Integer]
|
11
|
-
#
|
12
|
-
# @param
|
13
|
-
#
|
14
|
-
# @param
|
10
|
+
# @param amount [Integer] Amount to dispute
|
11
|
+
#
|
12
|
+
# @param reason [Symbol, Lithic::Models::DisputeCreateParams::Reason] Reason for dispute
|
13
|
+
#
|
14
|
+
# @param transaction_token [String] Transaction to dispute
|
15
|
+
#
|
16
|
+
# @param customer_filed_date [Time] Date the customer filed the dispute
|
17
|
+
#
|
18
|
+
# @param customer_note [String] Customer description of dispute
|
19
|
+
#
|
15
20
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
16
21
|
#
|
17
22
|
# @return [Lithic::Models::Dispute]
|
@@ -52,10 +57,15 @@ module Lithic
|
|
52
57
|
# @overload update(dispute_token, amount: nil, customer_filed_date: nil, customer_note: nil, reason: nil, request_options: {})
|
53
58
|
#
|
54
59
|
# @param dispute_token [String]
|
55
|
-
#
|
56
|
-
# @param
|
57
|
-
#
|
58
|
-
# @param
|
60
|
+
#
|
61
|
+
# @param amount [Integer] Amount to dispute
|
62
|
+
#
|
63
|
+
# @param customer_filed_date [Time] Date the customer filed the dispute
|
64
|
+
#
|
65
|
+
# @param customer_note [String] Customer description of dispute
|
66
|
+
#
|
67
|
+
# @param reason [Symbol, Lithic::Models::DisputeUpdateParams::Reason] Reason for dispute
|
68
|
+
#
|
59
69
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
60
70
|
#
|
61
71
|
# @return [Lithic::Models::Dispute]
|
@@ -72,17 +82,31 @@ module Lithic
|
|
72
82
|
)
|
73
83
|
end
|
74
84
|
|
85
|
+
# Some parameter documentations has been truncated, see
|
86
|
+
# {Lithic::Models::DisputeListParams} for more details.
|
87
|
+
#
|
75
88
|
# List disputes.
|
76
89
|
#
|
77
90
|
# @overload list(begin_: nil, end_: nil, ending_before: nil, page_size: nil, starting_after: nil, status: nil, transaction_tokens: nil, request_options: {})
|
78
91
|
#
|
79
|
-
# @param begin_ [Time]
|
80
|
-
#
|
81
|
-
#
|
82
|
-
# @param
|
83
|
-
#
|
84
|
-
#
|
85
|
-
# @param
|
92
|
+
# @param begin_ [Time] Date string in RFC 3339 format. Only entries created after the specified time wi
|
93
|
+
# ...
|
94
|
+
#
|
95
|
+
# @param end_ [Time] Date string in RFC 3339 format. Only entries created before the specified time w
|
96
|
+
# ...
|
97
|
+
#
|
98
|
+
# @param ending_before [String] A cursor representing an item's token before which a page of results should end.
|
99
|
+
# ...
|
100
|
+
#
|
101
|
+
# @param page_size [Integer] Page size (for pagination).
|
102
|
+
#
|
103
|
+
# @param starting_after [String] A cursor representing an item's token after which a page of results should begin
|
104
|
+
# ...
|
105
|
+
#
|
106
|
+
# @param status [Symbol, Lithic::Models::DisputeListParams::Status] List disputes of a specific status.
|
107
|
+
#
|
108
|
+
# @param transaction_tokens [Array<String>] Transaction tokens to filter by.
|
109
|
+
#
|
86
110
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
87
111
|
#
|
88
112
|
# @return [Lithic::Internal::CursorPage<Lithic::Models::Dispute>]
|
@@ -154,7 +178,9 @@ module Lithic
|
|
154
178
|
# @overload initiate_evidence_upload(dispute_token, filename: nil, request_options: {})
|
155
179
|
#
|
156
180
|
# @param dispute_token [String]
|
157
|
-
#
|
181
|
+
#
|
182
|
+
# @param filename [String] Filename of the evidence.
|
183
|
+
#
|
158
184
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
159
185
|
#
|
160
186
|
# @return [Lithic::Models::DisputeEvidence]
|
@@ -171,16 +197,29 @@ module Lithic
|
|
171
197
|
)
|
172
198
|
end
|
173
199
|
|
200
|
+
# Some parameter documentations has been truncated, see
|
201
|
+
# {Lithic::Models::DisputeListEvidencesParams} for more details.
|
202
|
+
#
|
174
203
|
# List evidence metadata for a dispute.
|
175
204
|
#
|
176
205
|
# @overload list_evidences(dispute_token, begin_: nil, end_: nil, ending_before: nil, page_size: nil, starting_after: nil, request_options: {})
|
177
206
|
#
|
178
207
|
# @param dispute_token [String]
|
179
|
-
#
|
180
|
-
# @param
|
181
|
-
#
|
182
|
-
#
|
183
|
-
# @param
|
208
|
+
#
|
209
|
+
# @param begin_ [Time] Date string in RFC 3339 format. Only entries created after the specified time wi
|
210
|
+
# ...
|
211
|
+
#
|
212
|
+
# @param end_ [Time] Date string in RFC 3339 format. Only entries created before the specified time w
|
213
|
+
# ...
|
214
|
+
#
|
215
|
+
# @param ending_before [String] A cursor representing an item's token before which a page of results should end.
|
216
|
+
# ...
|
217
|
+
#
|
218
|
+
# @param page_size [Integer] Page size (for pagination).
|
219
|
+
#
|
220
|
+
# @param starting_after [String] A cursor representing an item's token after which a page of results should begin
|
221
|
+
# ...
|
222
|
+
#
|
184
223
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
185
224
|
#
|
186
225
|
# @return [Lithic::Internal::CursorPage<Lithic::Models::DisputeEvidence>]
|
@@ -4,14 +4,22 @@ module Lithic
|
|
4
4
|
module Resources
|
5
5
|
class Events
|
6
6
|
class Subscriptions
|
7
|
+
# Some parameter documentations has been truncated, see
|
8
|
+
# {Lithic::Models::Events::SubscriptionCreateParams} for more details.
|
9
|
+
#
|
7
10
|
# Create a new event subscription.
|
8
11
|
#
|
9
12
|
# @overload create(url:, description: nil, disabled: nil, event_types: nil, request_options: {})
|
10
13
|
#
|
11
|
-
# @param url [String]
|
12
|
-
#
|
13
|
-
# @param
|
14
|
-
#
|
14
|
+
# @param url [String] URL to which event webhooks will be sent. URL must be a valid HTTPS address.
|
15
|
+
#
|
16
|
+
# @param description [String] Event subscription description.
|
17
|
+
#
|
18
|
+
# @param disabled [Boolean] Whether the event subscription is active (false) or inactive (true).
|
19
|
+
#
|
20
|
+
# @param event_types [Array<Symbol, Lithic::Models::Events::SubscriptionCreateParams::EventType>] Indicates types of events that will be sent to this subscription. If left blank,
|
21
|
+
# ...
|
22
|
+
#
|
15
23
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
16
24
|
#
|
17
25
|
# @return [Lithic::Models::EventSubscription]
|
@@ -47,15 +55,24 @@ module Lithic
|
|
47
55
|
)
|
48
56
|
end
|
49
57
|
|
58
|
+
# Some parameter documentations has been truncated, see
|
59
|
+
# {Lithic::Models::Events::SubscriptionUpdateParams} for more details.
|
60
|
+
#
|
50
61
|
# Update an event subscription.
|
51
62
|
#
|
52
63
|
# @overload update(event_subscription_token, url:, description: nil, disabled: nil, event_types: nil, request_options: {})
|
53
64
|
#
|
54
65
|
# @param event_subscription_token [String]
|
55
|
-
#
|
56
|
-
# @param
|
57
|
-
#
|
58
|
-
# @param
|
66
|
+
#
|
67
|
+
# @param url [String] URL to which event webhooks will be sent. URL must be a valid HTTPS address.
|
68
|
+
#
|
69
|
+
# @param description [String] Event subscription description.
|
70
|
+
#
|
71
|
+
# @param disabled [Boolean] Whether the event subscription is active (false) or inactive (true).
|
72
|
+
#
|
73
|
+
# @param event_types [Array<Symbol, Lithic::Models::Events::SubscriptionUpdateParams::EventType>] Indicates types of events that will be sent to this subscription. If left blank,
|
74
|
+
# ...
|
75
|
+
#
|
59
76
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
60
77
|
#
|
61
78
|
# @return [Lithic::Models::EventSubscription]
|
@@ -72,13 +89,21 @@ module Lithic
|
|
72
89
|
)
|
73
90
|
end
|
74
91
|
|
92
|
+
# Some parameter documentations has been truncated, see
|
93
|
+
# {Lithic::Models::Events::SubscriptionListParams} for more details.
|
94
|
+
#
|
75
95
|
# List all the event subscriptions.
|
76
96
|
#
|
77
97
|
# @overload list(ending_before: nil, page_size: nil, starting_after: nil, request_options: {})
|
78
98
|
#
|
79
|
-
# @param ending_before [String]
|
80
|
-
#
|
81
|
-
#
|
99
|
+
# @param ending_before [String] A cursor representing an item's token before which a page of results should end.
|
100
|
+
# ...
|
101
|
+
#
|
102
|
+
# @param page_size [Integer] Page size (for pagination).
|
103
|
+
#
|
104
|
+
# @param starting_after [String] A cursor representing an item's token after which a page of results should begin
|
105
|
+
# ...
|
106
|
+
#
|
82
107
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
83
108
|
#
|
84
109
|
# @return [Lithic::Internal::CursorPage<Lithic::Models::EventSubscription>]
|
@@ -115,17 +140,31 @@ module Lithic
|
|
115
140
|
)
|
116
141
|
end
|
117
142
|
|
143
|
+
# Some parameter documentations has been truncated, see
|
144
|
+
# {Lithic::Models::Events::SubscriptionListAttemptsParams} for more details.
|
145
|
+
#
|
118
146
|
# List all the message attempts for a given event subscription.
|
119
147
|
#
|
120
148
|
# @overload list_attempts(event_subscription_token, begin_: nil, end_: nil, ending_before: nil, page_size: nil, starting_after: nil, status: nil, request_options: {})
|
121
149
|
#
|
122
150
|
# @param event_subscription_token [String]
|
123
|
-
#
|
124
|
-
# @param
|
125
|
-
#
|
126
|
-
#
|
127
|
-
# @param
|
151
|
+
#
|
152
|
+
# @param begin_ [Time] Date string in RFC 3339 format. Only entries created after the specified time wi
|
153
|
+
# ...
|
154
|
+
#
|
155
|
+
# @param end_ [Time] Date string in RFC 3339 format. Only entries created before the specified time w
|
156
|
+
# ...
|
157
|
+
#
|
158
|
+
# @param ending_before [String] A cursor representing an item's token before which a page of results should end.
|
159
|
+
# ...
|
160
|
+
#
|
161
|
+
# @param page_size [Integer] Page size (for pagination).
|
162
|
+
#
|
163
|
+
# @param starting_after [String] A cursor representing an item's token after which a page of results should begin
|
164
|
+
# ...
|
165
|
+
#
|
128
166
|
# @param status [Symbol, Lithic::Models::Events::SubscriptionListAttemptsParams::Status]
|
167
|
+
#
|
129
168
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
130
169
|
#
|
131
170
|
# @return [Lithic::Internal::CursorPage<Lithic::Models::MessageAttempt>]
|
@@ -143,13 +182,21 @@ module Lithic
|
|
143
182
|
)
|
144
183
|
end
|
145
184
|
|
185
|
+
# Some parameter documentations has been truncated, see
|
186
|
+
# {Lithic::Models::Events::SubscriptionRecoverParams} for more details.
|
187
|
+
#
|
146
188
|
# Resend all failed messages since a given time.
|
147
189
|
#
|
148
190
|
# @overload recover(event_subscription_token, begin_: nil, end_: nil, request_options: {})
|
149
191
|
#
|
150
192
|
# @param event_subscription_token [String]
|
151
|
-
#
|
152
|
-
# @param
|
193
|
+
#
|
194
|
+
# @param begin_ [Time] Date string in RFC 3339 format. Only entries created after the specified time wi
|
195
|
+
# ...
|
196
|
+
#
|
197
|
+
# @param end_ [Time] Date string in RFC 3339 format. Only entries created before the specified time w
|
198
|
+
# ...
|
199
|
+
#
|
153
200
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
154
201
|
#
|
155
202
|
# @return [nil]
|
@@ -166,6 +213,9 @@ module Lithic
|
|
166
213
|
)
|
167
214
|
end
|
168
215
|
|
216
|
+
# Some parameter documentations has been truncated, see
|
217
|
+
# {Lithic::Models::Events::SubscriptionReplayMissingParams} for more details.
|
218
|
+
#
|
169
219
|
# Replays messages to the endpoint. Only messages that were created after `begin`
|
170
220
|
# will be sent. Messages that were previously sent to the endpoint are not resent.
|
171
221
|
# Message will be retried if endpoint responds with a non-2xx status code. See
|
@@ -175,8 +225,13 @@ module Lithic
|
|
175
225
|
# @overload replay_missing(event_subscription_token, begin_: nil, end_: nil, request_options: {})
|
176
226
|
#
|
177
227
|
# @param event_subscription_token [String]
|
178
|
-
#
|
179
|
-
# @param
|
228
|
+
#
|
229
|
+
# @param begin_ [Time] Date string in RFC 3339 format. Only entries created after the specified time wi
|
230
|
+
# ...
|
231
|
+
#
|
232
|
+
# @param end_ [Time] Date string in RFC 3339 format. Only entries created before the specified time w
|
233
|
+
# ...
|
234
|
+
#
|
180
235
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
181
236
|
#
|
182
237
|
# @return [nil]
|
@@ -237,7 +292,9 @@ module Lithic
|
|
237
292
|
# @overload send_simulated_example(event_subscription_token, event_type: nil, request_options: {})
|
238
293
|
#
|
239
294
|
# @param event_subscription_token [String]
|
240
|
-
#
|
295
|
+
#
|
296
|
+
# @param event_type [Symbol, Lithic::Models::Events::SubscriptionSendSimulatedExampleParams::EventType] Event type to send example message for.
|
297
|
+
#
|
241
298
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
242
299
|
#
|
243
300
|
# @return [nil]
|
@@ -28,17 +28,31 @@ module Lithic
|
|
28
28
|
)
|
29
29
|
end
|
30
30
|
|
31
|
+
# Some parameter documentations has been truncated, see
|
32
|
+
# {Lithic::Models::EventListParams} for more details.
|
33
|
+
#
|
31
34
|
# List all events.
|
32
35
|
#
|
33
36
|
# @overload list(begin_: nil, end_: nil, ending_before: nil, event_types: nil, page_size: nil, starting_after: nil, with_content: nil, request_options: {})
|
34
37
|
#
|
35
|
-
# @param begin_ [Time]
|
36
|
-
#
|
37
|
-
#
|
38
|
-
# @param
|
39
|
-
#
|
40
|
-
#
|
41
|
-
# @param
|
38
|
+
# @param begin_ [Time] Date string in RFC 3339 format. Only entries created after the specified time wi
|
39
|
+
# ...
|
40
|
+
#
|
41
|
+
# @param end_ [Time] Date string in RFC 3339 format. Only entries created before the specified time w
|
42
|
+
# ...
|
43
|
+
#
|
44
|
+
# @param ending_before [String] A cursor representing an item's token before which a page of results should end.
|
45
|
+
# ...
|
46
|
+
#
|
47
|
+
# @param event_types [Array<Symbol, Lithic::Models::EventListParams::EventType>] Event types to filter events by.
|
48
|
+
#
|
49
|
+
# @param page_size [Integer] Page size (for pagination).
|
50
|
+
#
|
51
|
+
# @param starting_after [String] A cursor representing an item's token after which a page of results should begin
|
52
|
+
# ...
|
53
|
+
#
|
54
|
+
# @param with_content [Boolean] Whether to include the event payload content in the response.
|
55
|
+
#
|
42
56
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
43
57
|
#
|
44
58
|
# @return [Lithic::Internal::CursorPage<Lithic::Models::Event>]
|
@@ -56,17 +70,31 @@ module Lithic
|
|
56
70
|
)
|
57
71
|
end
|
58
72
|
|
73
|
+
# Some parameter documentations has been truncated, see
|
74
|
+
# {Lithic::Models::EventListAttemptsParams} for more details.
|
75
|
+
#
|
59
76
|
# List all the message attempts for a given event.
|
60
77
|
#
|
61
78
|
# @overload list_attempts(event_token, begin_: nil, end_: nil, ending_before: nil, page_size: nil, starting_after: nil, status: nil, request_options: {})
|
62
79
|
#
|
63
80
|
# @param event_token [String]
|
64
|
-
#
|
65
|
-
# @param
|
66
|
-
#
|
67
|
-
#
|
68
|
-
# @param
|
81
|
+
#
|
82
|
+
# @param begin_ [Time] Date string in RFC 3339 format. Only entries created after the specified time wi
|
83
|
+
# ...
|
84
|
+
#
|
85
|
+
# @param end_ [Time] Date string in RFC 3339 format. Only entries created before the specified time w
|
86
|
+
# ...
|
87
|
+
#
|
88
|
+
# @param ending_before [String] A cursor representing an item's token before which a page of results should end.
|
89
|
+
# ...
|
90
|
+
#
|
91
|
+
# @param page_size [Integer] Page size (for pagination).
|
92
|
+
#
|
93
|
+
# @param starting_after [String] A cursor representing an item's token after which a page of results should begin
|
94
|
+
# ...
|
95
|
+
#
|
69
96
|
# @param status [Symbol, Lithic::Models::EventListAttemptsParams::Status]
|
97
|
+
#
|
70
98
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
71
99
|
#
|
72
100
|
# @return [Lithic::Internal::CursorPage<Lithic::Models::MessageAttempt>]
|
@@ -6,28 +6,52 @@ module Lithic
|
|
6
6
|
# @return [Lithic::Resources::ExternalBankAccounts::MicroDeposits]
|
7
7
|
attr_reader :micro_deposits
|
8
8
|
|
9
|
+
# Some parameter documentations has been truncated, see
|
10
|
+
# {Lithic::Models::ExternalBankAccountCreateParams} for more details.
|
11
|
+
#
|
9
12
|
# Creates an external bank account within a program or Lithic account.
|
10
13
|
#
|
11
14
|
# @overload create(account_number:, country:, currency:, financial_account_token:, owner:, owner_type:, routing_number:, type:, verification_method:, processor_token:, account_token: nil, address: nil, company_id: nil, dob: nil, doing_business_as: nil, name: nil, user_defined_id: nil, verification_enforcement: nil, request_options: {})
|
12
15
|
#
|
13
|
-
# @param account_number [String]
|
14
|
-
#
|
15
|
-
# @param
|
16
|
-
#
|
17
|
-
#
|
18
|
-
# @param
|
19
|
-
#
|
20
|
-
# @param
|
21
|
-
#
|
16
|
+
# @param account_number [String] Account Number
|
17
|
+
#
|
18
|
+
# @param country [String] The country that the bank account is located in using ISO 3166-1. We will only a
|
19
|
+
# ...
|
20
|
+
#
|
21
|
+
# @param currency [String] currency of the external account 3-character alphabetic ISO 4217 code
|
22
|
+
#
|
23
|
+
# @param financial_account_token [String] The financial account token of the operating account to fund the micro deposits
|
24
|
+
#
|
25
|
+
# @param owner [String] Legal Name of the business or individual who owns the external account. This wil
|
26
|
+
# ...
|
27
|
+
#
|
28
|
+
# @param owner_type [Symbol, Lithic::Models::OwnerType] Owner Type
|
29
|
+
#
|
30
|
+
# @param routing_number [String] Routing Number
|
31
|
+
#
|
32
|
+
# @param type [Symbol, Lithic::Models::ExternalBankAccountCreateParams::Type] Account Type
|
33
|
+
#
|
34
|
+
# @param verification_method [Symbol, Lithic::Models::ExternalBankAccountCreateParams::VerificationMethod] Verification Method
|
35
|
+
#
|
22
36
|
# @param processor_token [String]
|
23
|
-
#
|
24
|
-
# @param
|
25
|
-
#
|
26
|
-
#
|
27
|
-
# @param
|
28
|
-
#
|
29
|
-
# @param
|
37
|
+
#
|
38
|
+
# @param account_token [String] Indicates which Lithic account the external account is associated with. For exte
|
39
|
+
# ...
|
40
|
+
#
|
41
|
+
# @param address [Lithic::Models::ExternalBankAccountAddress] Address
|
42
|
+
#
|
43
|
+
# @param company_id [String] Optional field that helps identify bank accounts in receipts
|
44
|
+
#
|
45
|
+
# @param dob [Date] Date of Birth of the Individual that owns the external bank account
|
46
|
+
#
|
47
|
+
# @param doing_business_as [String] Doing Business As
|
48
|
+
#
|
49
|
+
# @param name [String] The nickname for this External Bank Account
|
50
|
+
#
|
51
|
+
# @param user_defined_id [String] User Defined ID
|
52
|
+
#
|
30
53
|
# @param verification_enforcement [Boolean]
|
54
|
+
#
|
31
55
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
32
56
|
#
|
33
57
|
# @return [Lithic::Models::ExternalBankAccountCreateResponse]
|
@@ -63,20 +87,34 @@ module Lithic
|
|
63
87
|
)
|
64
88
|
end
|
65
89
|
|
90
|
+
# Some parameter documentations has been truncated, see
|
91
|
+
# {Lithic::Models::ExternalBankAccountUpdateParams} for more details.
|
92
|
+
#
|
66
93
|
# Update the external bank account by token.
|
67
94
|
#
|
68
95
|
# @overload update(external_bank_account_token, address: nil, company_id: nil, dob: nil, doing_business_as: nil, name: nil, owner: nil, owner_type: nil, type: nil, user_defined_id: nil, request_options: {})
|
69
96
|
#
|
70
97
|
# @param external_bank_account_token [String]
|
71
|
-
#
|
72
|
-
# @param
|
73
|
-
#
|
74
|
-
# @param
|
75
|
-
#
|
76
|
-
# @param
|
77
|
-
#
|
98
|
+
#
|
99
|
+
# @param address [Lithic::Models::ExternalBankAccountAddress] Address
|
100
|
+
#
|
101
|
+
# @param company_id [String] Optional field that helps identify bank accounts in receipts
|
102
|
+
#
|
103
|
+
# @param dob [Date] Date of Birth of the Individual that owns the external bank account
|
104
|
+
#
|
105
|
+
# @param doing_business_as [String] Doing Business As
|
106
|
+
#
|
107
|
+
# @param name [String] The nickname for this External Bank Account
|
108
|
+
#
|
109
|
+
# @param owner [String] Legal Name of the business or individual who owns the external account. This wil
|
110
|
+
# ...
|
111
|
+
#
|
112
|
+
# @param owner_type [Symbol, Lithic::Models::OwnerType] Owner Type
|
113
|
+
#
|
78
114
|
# @param type [Symbol, Lithic::Models::ExternalBankAccountUpdateParams::Type]
|
79
|
-
#
|
115
|
+
#
|
116
|
+
# @param user_defined_id [String] User Defined ID
|
117
|
+
#
|
80
118
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
81
119
|
#
|
82
120
|
# @return [Lithic::Models::ExternalBankAccountUpdateResponse]
|
@@ -93,19 +131,33 @@ module Lithic
|
|
93
131
|
)
|
94
132
|
end
|
95
133
|
|
134
|
+
# Some parameter documentations has been truncated, see
|
135
|
+
# {Lithic::Models::ExternalBankAccountListParams} for more details.
|
136
|
+
#
|
96
137
|
# List all the external bank accounts for the provided search criteria.
|
97
138
|
#
|
98
139
|
# @overload list(account_token: nil, account_types: nil, countries: nil, ending_before: nil, owner_types: nil, page_size: nil, starting_after: nil, states: nil, verification_states: nil, request_options: {})
|
99
140
|
#
|
100
141
|
# @param account_token [String]
|
142
|
+
#
|
101
143
|
# @param account_types [Array<Symbol, Lithic::Models::ExternalBankAccountListParams::AccountType>]
|
144
|
+
#
|
102
145
|
# @param countries [Array<String>]
|
103
|
-
#
|
146
|
+
#
|
147
|
+
# @param ending_before [String] A cursor representing an item's token before which a page of results should end.
|
148
|
+
# ...
|
149
|
+
#
|
104
150
|
# @param owner_types [Array<Symbol, Lithic::Models::OwnerType>]
|
105
|
-
#
|
106
|
-
# @param
|
151
|
+
#
|
152
|
+
# @param page_size [Integer] Page size (for pagination).
|
153
|
+
#
|
154
|
+
# @param starting_after [String] A cursor representing an item's token after which a page of results should begin
|
155
|
+
# ...
|
156
|
+
#
|
107
157
|
# @param states [Array<Symbol, Lithic::Models::ExternalBankAccountListParams::State>]
|
158
|
+
#
|
108
159
|
# @param verification_states [Array<Symbol, Lithic::Models::ExternalBankAccountListParams::VerificationState>]
|
160
|
+
#
|
109
161
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
110
162
|
#
|
111
163
|
# @return [Lithic::Internal::CursorPage<Lithic::Models::ExternalBankAccountListResponse>]
|