lithic 0.1.0 → 0.3.0
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 +51 -0
- data/README.md +36 -1
- data/lib/lithic/client.rb +9 -10
- data/lib/lithic/errors.rb +15 -0
- data/lib/lithic/internal/transport/pooled_net_requester.rb +12 -10
- data/lib/lithic/internal/util.rb +7 -2
- data/lib/lithic/models/account_holder_created_webhook_event.rb +75 -0
- data/lib/lithic/models/account_holder_document_updated_webhook_event.rb +191 -0
- data/lib/lithic/models/account_holder_updated_webhook_event.rb +702 -0
- data/lib/lithic/models/account_holder_verification_webhook_event.rb +69 -0
- data/lib/lithic/models/auth_rules/conditional_tokenization_action_parameters.rb +5 -0
- data/lib/lithic/models/auth_rules_backtest_report_created_webhook_event.rb +16 -0
- data/lib/lithic/models/balance_updated_webhook_event.rb +23 -0
- data/lib/lithic/models/book_transfer_retry_params.rb +26 -0
- data/lib/lithic/models/book_transfer_transaction_created_webhook_event.rb +18 -0
- data/lib/lithic/models/book_transfer_transaction_updated_webhook_event.rb +18 -0
- data/lib/lithic/models/card_authorization_approval_request_webhook_event.rb +1032 -0
- data/lib/lithic/models/card_converted_webhook_event.rb +24 -0
- data/lib/lithic/models/card_created_webhook_event.rb +32 -0
- data/lib/lithic/models/card_reissued_webhook_event.rb +24 -0
- data/lib/lithic/models/card_renewed_webhook_event.rb +56 -0
- data/lib/lithic/models/card_shipped_webhook_event.rb +70 -0
- data/lib/lithic/models/card_transaction_enhanced_data_created_webhook_event.rb +16 -0
- data/lib/lithic/models/card_transaction_enhanced_data_updated_webhook_event.rb +16 -0
- data/lib/lithic/models/card_transaction_updated_webhook_event.rb +16 -0
- data/lib/lithic/models/digital_wallet_tokenization_approval_request_webhook_event.rb +253 -0
- data/lib/lithic/models/digital_wallet_tokenization_result_webhook_event.rb +145 -0
- data/lib/lithic/models/digital_wallet_tokenization_two_factor_authentication_code_sent_webhook_event.rb +100 -0
- data/lib/lithic/models/digital_wallet_tokenization_two_factor_authentication_code_webhook_event.rb +108 -0
- data/lib/lithic/models/digital_wallet_tokenization_updated_webhook_event.rb +47 -0
- data/lib/lithic/models/dispute_evidence_upload_failed_webhook_event.rb +18 -0
- data/lib/lithic/models/dispute_transaction_created_webhook_event.rb +18 -0
- data/lib/lithic/models/dispute_transaction_updated_webhook_event.rb +18 -0
- data/lib/lithic/models/dispute_updated_webhook_event.rb +18 -0
- data/lib/lithic/models/external_bank_account_created_webhook_event.rb +16 -0
- data/lib/lithic/models/external_bank_account_updated_webhook_event.rb +16 -0
- data/lib/lithic/models/external_payment_create_params.rb +15 -1
- data/lib/lithic/models/external_payment_created_webhook_event.rb +16 -0
- data/lib/lithic/models/external_payment_updated_webhook_event.rb +16 -0
- data/lib/lithic/models/financial_account.rb +33 -25
- data/lib/lithic/models/financial_account_created_webhook_event.rb +16 -0
- data/lib/lithic/models/financial_account_update_status_params.rb +9 -1
- data/lib/lithic/models/financial_account_updated_webhook_event.rb +16 -0
- data/lib/lithic/models/financial_accounts/loan_tape.rb +52 -3
- data/lib/lithic/models/funding_event_created_webhook_event.rb +16 -0
- data/lib/lithic/models/internal_transaction_created_webhook_event.rb +16 -0
- data/lib/lithic/models/internal_transaction_updated_webhook_event.rb +16 -0
- data/lib/lithic/models/loan_tape_created_webhook_event.rb +16 -0
- data/lib/lithic/models/loan_tape_updated_webhook_event.rb +16 -0
- data/lib/lithic/models/management_operation_create_params.rb +6 -1
- data/lib/lithic/models/management_operation_created_webhook_event.rb +16 -0
- data/lib/lithic/models/management_operation_updated_webhook_event.rb +16 -0
- data/lib/lithic/models/network_total_created_webhook_event.rb +16 -0
- data/lib/lithic/models/network_total_updated_webhook_event.rb +16 -0
- data/lib/lithic/models/parsed_webhook_event.rb +817 -0
- data/lib/lithic/models/payment.rb +10 -1
- data/lib/lithic/models/payment_transaction_created_webhook_event.rb +18 -0
- data/lib/lithic/models/payment_transaction_updated_webhook_event.rb +18 -0
- data/lib/lithic/models/settlement_report_updated_webhook_event.rb +16 -0
- data/lib/lithic/models/statements_created_webhook_event.rb +16 -0
- data/lib/lithic/models/three_ds_authentication_approval_request_webhook_event.rb +17 -0
- data/lib/lithic/models/three_ds_authentication_challenge_webhook_event.rb +89 -0
- data/lib/lithic/models/three_ds_authentication_created_webhook_event.rb +18 -0
- data/lib/lithic/models/three_ds_authentication_updated_webhook_event.rb +18 -0
- data/lib/lithic/models/tokenization_approval_request_webhook_event.rb +249 -0
- data/lib/lithic/models/tokenization_decisioning_request_webhook_event.rb +159 -0
- data/lib/lithic/models/tokenization_result_webhook_event.rb +141 -0
- data/lib/lithic/models/tokenization_two_factor_authentication_code_sent_webhook_event.rb +100 -0
- data/lib/lithic/models/tokenization_two_factor_authentication_code_webhook_event.rb +108 -0
- data/lib/lithic/models/tokenization_updated_webhook_event.rb +47 -0
- data/lib/lithic/models/transaction.rb +2 -0
- data/lib/lithic/models/transfer_limit_list_params.rb +22 -0
- data/lib/lithic/models/transfer_limits_response.rb +274 -0
- data/lib/lithic/models/webhook_parsed_params.rb +14 -0
- data/lib/lithic/models.rb +130 -4
- data/lib/lithic/resources/book_transfers.rb +27 -0
- data/lib/lithic/resources/cards.rb +1 -5
- data/lib/lithic/resources/external_payments.rb +13 -1
- data/lib/lithic/resources/financial_accounts.rb +3 -1
- data/lib/lithic/resources/management_operations.rb +4 -1
- data/lib/lithic/resources/transfer_limits.rb +37 -0
- data/lib/lithic/resources/webhooks.rb +88 -0
- data/lib/lithic/version.rb +1 -1
- data/lib/lithic.rb +79 -23
- data/rbi/lithic/client.rbi +6 -3
- data/rbi/lithic/models/account_holder_created_webhook_event.rbi +149 -0
- data/rbi/lithic/models/account_holder_document_updated_webhook_event.rbi +479 -0
- data/rbi/lithic/models/account_holder_updated_webhook_event.rbi +1274 -0
- data/rbi/lithic/models/account_holder_verification_webhook_event.rbi +143 -0
- data/rbi/lithic/models/auth_rules/conditional_tokenization_action_parameters.rbi +11 -0
- data/rbi/lithic/models/auth_rules_backtest_report_created_webhook_event.rbi +30 -0
- data/rbi/lithic/models/balance_updated_webhook_event.rbi +43 -0
- data/rbi/lithic/models/book_transfer_retry_params.rbi +42 -0
- data/rbi/lithic/models/book_transfer_transaction_created_webhook_event.rbi +31 -0
- data/rbi/lithic/models/book_transfer_transaction_updated_webhook_event.rbi +31 -0
- data/rbi/lithic/models/card_authorization_approval_request_webhook_event.rbi +2367 -0
- data/rbi/lithic/models/card_converted_webhook_event.rbi +35 -0
- data/rbi/lithic/models/card_created_webhook_event.rbi +53 -0
- data/rbi/lithic/models/card_reissued_webhook_event.rbi +38 -0
- data/rbi/lithic/models/card_renewed_webhook_event.rbi +92 -0
- data/rbi/lithic/models/card_shipped_webhook_event.rbi +150 -0
- data/rbi/lithic/models/card_transaction_enhanced_data_created_webhook_event.rbi +30 -0
- data/rbi/lithic/models/card_transaction_enhanced_data_updated_webhook_event.rbi +30 -0
- data/rbi/lithic/models/card_transaction_updated_webhook_event.rbi +30 -0
- data/rbi/lithic/models/digital_wallet_token_metadata.rbi +2 -2
- data/rbi/lithic/models/digital_wallet_tokenization_approval_request_webhook_event.rbi +548 -0
- data/rbi/lithic/models/digital_wallet_tokenization_result_webhook_event.rbi +295 -0
- data/rbi/lithic/models/digital_wallet_tokenization_two_factor_authentication_code_sent_webhook_event.rbi +186 -0
- data/rbi/lithic/models/digital_wallet_tokenization_two_factor_authentication_code_webhook_event.rbi +194 -0
- data/rbi/lithic/models/digital_wallet_tokenization_updated_webhook_event.rbi +73 -0
- data/rbi/lithic/models/dispute_evidence_upload_failed_webhook_event.rbi +31 -0
- data/rbi/lithic/models/dispute_transaction_created_webhook_event.rbi +31 -0
- data/rbi/lithic/models/dispute_transaction_updated_webhook_event.rbi +31 -0
- data/rbi/lithic/models/dispute_updated_webhook_event.rbi +28 -0
- data/rbi/lithic/models/external_bank_account_created_webhook_event.rbi +30 -0
- data/rbi/lithic/models/external_bank_account_updated_webhook_event.rbi +30 -0
- data/rbi/lithic/models/external_payment_create_params.rbi +4 -0
- data/rbi/lithic/models/external_payment_created_webhook_event.rbi +30 -0
- data/rbi/lithic/models/external_payment_updated_webhook_event.rbi +30 -0
- data/rbi/lithic/models/financial_account.rbi +62 -54
- data/rbi/lithic/models/financial_account_created_webhook_event.rbi +30 -0
- data/rbi/lithic/models/financial_account_update_status_params.rbi +11 -0
- data/rbi/lithic/models/financial_account_updated_webhook_event.rbi +30 -0
- data/rbi/lithic/models/financial_accounts/loan_tape.rbi +93 -4
- data/rbi/lithic/models/funding_event_created_webhook_event.rbi +30 -0
- data/rbi/lithic/models/internal_transaction.rbi +15 -10
- data/rbi/lithic/models/internal_transaction_created_webhook_event.rbi +30 -0
- data/rbi/lithic/models/internal_transaction_updated_webhook_event.rbi +30 -0
- data/rbi/lithic/models/loan_tape_created_webhook_event.rbi +27 -0
- data/rbi/lithic/models/loan_tape_updated_webhook_event.rbi +27 -0
- data/rbi/lithic/models/management_operation_create_params.rbi +4 -0
- data/rbi/lithic/models/management_operation_created_webhook_event.rbi +30 -0
- data/rbi/lithic/models/management_operation_updated_webhook_event.rbi +30 -0
- data/rbi/lithic/models/network_total_created_webhook_event.rbi +30 -0
- data/rbi/lithic/models/network_total_updated_webhook_event.rbi +30 -0
- data/rbi/lithic/models/parsed_webhook_event.rbi +1310 -0
- data/rbi/lithic/models/payment.rbi +13 -3
- data/rbi/lithic/models/payment_transaction_created_webhook_event.rbi +31 -0
- data/rbi/lithic/models/payment_transaction_updated_webhook_event.rbi +31 -0
- data/rbi/lithic/models/settlement_report_updated_webhook_event.rbi +30 -0
- data/rbi/lithic/models/statements_created_webhook_event.rbi +30 -0
- data/rbi/lithic/models/three_ds_authentication_approval_request_webhook_event.rbi +27 -0
- data/rbi/lithic/models/three_ds_authentication_challenge_webhook_event.rbi +175 -0
- data/rbi/lithic/models/three_ds_authentication_created_webhook_event.rbi +31 -0
- data/rbi/lithic/models/three_ds_authentication_updated_webhook_event.rbi +31 -0
- data/rbi/lithic/models/tokenization_approval_request_webhook_event.rbi +548 -0
- data/rbi/lithic/models/tokenization_decisioning_request_webhook_event.rbi +333 -0
- data/rbi/lithic/models/tokenization_result_webhook_event.rbi +295 -0
- data/rbi/lithic/models/tokenization_two_factor_authentication_code_sent_webhook_event.rbi +186 -0
- data/rbi/lithic/models/tokenization_two_factor_authentication_code_webhook_event.rbi +194 -0
- data/rbi/lithic/models/tokenization_updated_webhook_event.rbi +73 -0
- data/rbi/lithic/models/transaction.rbi +10 -0
- data/rbi/lithic/models/transfer_limit_list_params.rbi +43 -0
- data/rbi/lithic/models/transfer_limits_response.rbi +604 -0
- data/rbi/lithic/models/webhook_parsed_params.rbi +27 -0
- data/rbi/lithic/models.rbi +165 -4
- data/rbi/lithic/resources/book_transfers.rbi +18 -0
- data/rbi/lithic/resources/cards.rbi +1 -4
- data/rbi/lithic/resources/external_payments.rbi +2 -0
- data/rbi/lithic/resources/financial_accounts.rbi +3 -0
- data/rbi/lithic/resources/management_operations.rbi +2 -0
- data/rbi/lithic/resources/transfer_limits.rbi +28 -0
- data/rbi/lithic/resources/webhooks.rbi +36 -0
- data/sig/lithic/client.rbs +4 -2
- data/sig/lithic/models/account_holder_created_webhook_event.rbs +77 -0
- data/sig/lithic/models/account_holder_document_updated_webhook_event.rbs +219 -0
- data/sig/lithic/models/account_holder_updated_webhook_event.rbs +587 -0
- data/sig/lithic/models/account_holder_verification_webhook_event.rbs +69 -0
- data/sig/lithic/models/auth_rules/conditional_tokenization_action_parameters.rbs +2 -0
- data/sig/lithic/models/auth_rules_backtest_report_created_webhook_event.rbs +20 -0
- data/sig/lithic/models/balance_updated_webhook_event.rbs +25 -0
- data/sig/lithic/models/book_transfer_retry_params.rbs +23 -0
- data/sig/lithic/models/book_transfer_transaction_created_webhook_event.rbs +20 -0
- data/sig/lithic/models/book_transfer_transaction_updated_webhook_event.rbs +20 -0
- data/sig/lithic/models/card_authorization_approval_request_webhook_event.rbs +886 -0
- data/sig/lithic/models/card_converted_webhook_event.rbs +19 -0
- data/sig/lithic/models/card_created_webhook_event.rbs +30 -0
- data/sig/lithic/models/card_reissued_webhook_event.rbs +21 -0
- data/sig/lithic/models/card_renewed_webhook_event.rbs +55 -0
- data/sig/lithic/models/card_shipped_webhook_event.rbs +71 -0
- data/sig/lithic/models/card_transaction_enhanced_data_created_webhook_event.rbs +20 -0
- data/sig/lithic/models/card_transaction_enhanced_data_updated_webhook_event.rbs +20 -0
- data/sig/lithic/models/card_transaction_updated_webhook_event.rbs +18 -0
- data/sig/lithic/models/digital_wallet_tokenization_approval_request_webhook_event.rbs +223 -0
- data/sig/lithic/models/digital_wallet_tokenization_result_webhook_event.rbs +133 -0
- data/sig/lithic/models/digital_wallet_tokenization_two_factor_authentication_code_sent_webhook_event.rbs +78 -0
- data/sig/lithic/models/digital_wallet_tokenization_two_factor_authentication_code_webhook_event.rbs +83 -0
- data/sig/lithic/models/digital_wallet_tokenization_updated_webhook_event.rbs +40 -0
- data/sig/lithic/models/dispute_evidence_upload_failed_webhook_event.rbs +18 -0
- data/sig/lithic/models/dispute_transaction_created_webhook_event.rbs +18 -0
- data/sig/lithic/models/dispute_transaction_updated_webhook_event.rbs +18 -0
- data/sig/lithic/models/dispute_updated_webhook_event.rbs +15 -0
- data/sig/lithic/models/external_bank_account_created_webhook_event.rbs +18 -0
- data/sig/lithic/models/external_bank_account_updated_webhook_event.rbs +18 -0
- data/sig/lithic/models/external_payment_created_webhook_event.rbs +18 -0
- data/sig/lithic/models/external_payment_updated_webhook_event.rbs +18 -0
- data/sig/lithic/models/financial_account.rbs +32 -27
- data/sig/lithic/models/financial_account_created_webhook_event.rbs +18 -0
- data/sig/lithic/models/financial_account_update_status_params.rbs +8 -1
- data/sig/lithic/models/financial_account_updated_webhook_event.rbs +18 -0
- data/sig/lithic/models/financial_accounts/loan_tape.rbs +46 -4
- data/sig/lithic/models/funding_event_created_webhook_event.rbs +16 -0
- data/sig/lithic/models/internal_transaction_created_webhook_event.rbs +18 -0
- data/sig/lithic/models/internal_transaction_updated_webhook_event.rbs +18 -0
- data/sig/lithic/models/loan_tape_created_webhook_event.rbs +15 -0
- data/sig/lithic/models/loan_tape_updated_webhook_event.rbs +15 -0
- data/sig/lithic/models/management_operation_created_webhook_event.rbs +18 -0
- data/sig/lithic/models/management_operation_updated_webhook_event.rbs +18 -0
- data/sig/lithic/models/network_total_created_webhook_event.rbs +16 -0
- data/sig/lithic/models/network_total_updated_webhook_event.rbs +16 -0
- data/sig/lithic/models/parsed_webhook_event.rbs +641 -0
- data/sig/lithic/models/payment.rbs +10 -3
- data/sig/lithic/models/payment_transaction_created_webhook_event.rbs +18 -0
- data/sig/lithic/models/payment_transaction_updated_webhook_event.rbs +18 -0
- data/sig/lithic/models/settlement_report_updated_webhook_event.rbs +18 -0
- data/sig/lithic/models/statements_created_webhook_event.rbs +16 -0
- data/sig/lithic/models/three_ds_authentication_approval_request_webhook_event.rbs +22 -0
- data/sig/lithic/models/three_ds_authentication_challenge_webhook_event.rbs +72 -0
- data/sig/lithic/models/three_ds_authentication_created_webhook_event.rbs +18 -0
- data/sig/lithic/models/three_ds_authentication_updated_webhook_event.rbs +18 -0
- data/sig/lithic/models/tokenization_approval_request_webhook_event.rbs +223 -0
- data/sig/lithic/models/tokenization_decisioning_request_webhook_event.rbs +134 -0
- data/sig/lithic/models/tokenization_result_webhook_event.rbs +133 -0
- data/sig/lithic/models/tokenization_two_factor_authentication_code_sent_webhook_event.rbs +78 -0
- data/sig/lithic/models/tokenization_two_factor_authentication_code_webhook_event.rbs +83 -0
- data/sig/lithic/models/tokenization_updated_webhook_event.rbs +40 -0
- data/sig/lithic/models/transaction.rbs +4 -0
- data/sig/lithic/models/transfer_limit_list_params.rbs +22 -0
- data/sig/lithic/models/transfer_limits_response.rbs +232 -0
- data/sig/lithic/models/webhook_parsed_params.rbs +15 -0
- data/sig/lithic/models.rbs +120 -4
- data/sig/lithic/resources/book_transfers.rbs +6 -0
- data/sig/lithic/resources/cards.rbs +0 -2
- data/sig/lithic/resources/financial_accounts.rbs +1 -0
- data/sig/lithic/resources/transfer_limits.rbs +12 -0
- data/sig/lithic/resources/webhooks.rbs +21 -0
- metadata +188 -20
- data/lib/lithic/models/aggregate_balance.rb +0 -113
- data/lib/lithic/models/aggregate_balance_list_params.rb +0 -35
- data/lib/lithic/models/cards/aggregate_balance_list_params.rb +0 -32
- data/lib/lithic/models/cards/aggregate_balance_list_response.rb +0 -92
- data/lib/lithic/resources/aggregate_balances.rb +0 -38
- data/lib/lithic/resources/cards/aggregate_balances.rb +0 -41
- data/rbi/lithic/models/aggregate_balance.rbi +0 -164
- data/rbi/lithic/models/aggregate_balance_list_params.rbi +0 -104
- data/rbi/lithic/models/cards/aggregate_balance_list_params.rbi +0 -62
- data/rbi/lithic/models/cards/aggregate_balance_list_response.rbi +0 -115
- data/rbi/lithic/resources/aggregate_balances.rbi +0 -28
- data/rbi/lithic/resources/cards/aggregate_balances.rbi +0 -35
- data/sig/lithic/models/aggregate_balance.rbs +0 -78
- data/sig/lithic/models/aggregate_balance_list_params.rbs +0 -43
- data/sig/lithic/models/cards/aggregate_balance_list_params.rbs +0 -34
- data/sig/lithic/models/cards/aggregate_balance_list_response.rbs +0 -62
- data/sig/lithic/resources/aggregate_balances.rbs +0 -12
- data/sig/lithic/resources/cards/aggregate_balances.rbs +0 -15
|
@@ -0,0 +1,274 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module Lithic
|
|
4
|
+
module Models
|
|
5
|
+
class TransferLimitsResponse < Lithic::Internal::Type::BaseModel
|
|
6
|
+
# @!attribute data
|
|
7
|
+
# List of transfer limits
|
|
8
|
+
#
|
|
9
|
+
# @return [Array<Lithic::Models::TransferLimitsResponse::Data>]
|
|
10
|
+
required :data, -> { Lithic::Internal::Type::ArrayOf[Lithic::TransferLimitsResponse::Data] }
|
|
11
|
+
|
|
12
|
+
# @!attribute has_more
|
|
13
|
+
# Whether there are more transfer limits
|
|
14
|
+
#
|
|
15
|
+
# @return [Boolean]
|
|
16
|
+
required :has_more, Lithic::Internal::Type::Boolean
|
|
17
|
+
|
|
18
|
+
# @!method initialize(data:, has_more:)
|
|
19
|
+
# @param data [Array<Lithic::Models::TransferLimitsResponse::Data>] List of transfer limits
|
|
20
|
+
#
|
|
21
|
+
# @param has_more [Boolean] Whether there are more transfer limits
|
|
22
|
+
|
|
23
|
+
class Data < Lithic::Internal::Type::BaseModel
|
|
24
|
+
# @!attribute company_id
|
|
25
|
+
# Company ID
|
|
26
|
+
#
|
|
27
|
+
# @return [String]
|
|
28
|
+
required :company_id, String
|
|
29
|
+
|
|
30
|
+
# @!attribute daily_limit
|
|
31
|
+
# Daily limits with progress
|
|
32
|
+
#
|
|
33
|
+
# @return [Lithic::Models::TransferLimitsResponse::Data::DailyLimit]
|
|
34
|
+
required :daily_limit, -> { Lithic::TransferLimitsResponse::Data::DailyLimit }
|
|
35
|
+
|
|
36
|
+
# @!attribute date
|
|
37
|
+
# The date for the limit view (ISO format)
|
|
38
|
+
#
|
|
39
|
+
# @return [Date]
|
|
40
|
+
required :date, Date
|
|
41
|
+
|
|
42
|
+
# @!attribute is_fbo
|
|
43
|
+
# Whether the company is a FBO; based on the company ID prefix
|
|
44
|
+
#
|
|
45
|
+
# @return [Boolean]
|
|
46
|
+
required :is_fbo, Lithic::Internal::Type::Boolean
|
|
47
|
+
|
|
48
|
+
# @!attribute monthly_limit
|
|
49
|
+
# Monthly limits with progress
|
|
50
|
+
#
|
|
51
|
+
# @return [Lithic::Models::TransferLimitsResponse::Data::MonthlyLimit]
|
|
52
|
+
required :monthly_limit, -> { Lithic::TransferLimitsResponse::Data::MonthlyLimit }
|
|
53
|
+
|
|
54
|
+
# @!attribute program_limit_per_transaction
|
|
55
|
+
# Program transaction limits
|
|
56
|
+
#
|
|
57
|
+
# @return [Lithic::Models::TransferLimitsResponse::Data::ProgramLimitPerTransaction]
|
|
58
|
+
required :program_limit_per_transaction,
|
|
59
|
+
-> { Lithic::TransferLimitsResponse::Data::ProgramLimitPerTransaction }
|
|
60
|
+
|
|
61
|
+
# @!method initialize(company_id:, daily_limit:, date:, is_fbo:, monthly_limit:, program_limit_per_transaction:)
|
|
62
|
+
# @param company_id [String] Company ID
|
|
63
|
+
#
|
|
64
|
+
# @param daily_limit [Lithic::Models::TransferLimitsResponse::Data::DailyLimit] Daily limits with progress
|
|
65
|
+
#
|
|
66
|
+
# @param date [Date] The date for the limit view (ISO format)
|
|
67
|
+
#
|
|
68
|
+
# @param is_fbo [Boolean] Whether the company is a FBO; based on the company ID prefix
|
|
69
|
+
#
|
|
70
|
+
# @param monthly_limit [Lithic::Models::TransferLimitsResponse::Data::MonthlyLimit] Monthly limits with progress
|
|
71
|
+
#
|
|
72
|
+
# @param program_limit_per_transaction [Lithic::Models::TransferLimitsResponse::Data::ProgramLimitPerTransaction] Program transaction limits
|
|
73
|
+
|
|
74
|
+
# @see Lithic::Models::TransferLimitsResponse::Data#daily_limit
|
|
75
|
+
class DailyLimit < Lithic::Internal::Type::BaseModel
|
|
76
|
+
# @!attribute credit
|
|
77
|
+
# Credit limits
|
|
78
|
+
#
|
|
79
|
+
# @return [Lithic::Models::TransferLimitsResponse::Data::DailyLimit::Credit]
|
|
80
|
+
required :credit, -> { Lithic::TransferLimitsResponse::Data::DailyLimit::Credit }
|
|
81
|
+
|
|
82
|
+
# @!attribute debit
|
|
83
|
+
# Debit limits
|
|
84
|
+
#
|
|
85
|
+
# @return [Lithic::Models::TransferLimitsResponse::Data::DailyLimit::Debit]
|
|
86
|
+
required :debit, -> { Lithic::TransferLimitsResponse::Data::DailyLimit::Debit }
|
|
87
|
+
|
|
88
|
+
# @!method initialize(credit:, debit:)
|
|
89
|
+
# Daily limits with progress
|
|
90
|
+
#
|
|
91
|
+
# @param credit [Lithic::Models::TransferLimitsResponse::Data::DailyLimit::Credit] Credit limits
|
|
92
|
+
#
|
|
93
|
+
# @param debit [Lithic::Models::TransferLimitsResponse::Data::DailyLimit::Debit] Debit limits
|
|
94
|
+
|
|
95
|
+
# @see Lithic::Models::TransferLimitsResponse::Data::DailyLimit#credit
|
|
96
|
+
class Credit < Lithic::Internal::Type::BaseModel
|
|
97
|
+
# @!attribute limit
|
|
98
|
+
# The limit amount
|
|
99
|
+
#
|
|
100
|
+
# @return [Integer]
|
|
101
|
+
required :limit, Integer
|
|
102
|
+
|
|
103
|
+
# @!attribute amount_originated
|
|
104
|
+
# Amount originated towards limit
|
|
105
|
+
#
|
|
106
|
+
# @return [Integer, nil]
|
|
107
|
+
optional :amount_originated, Integer
|
|
108
|
+
|
|
109
|
+
# @!method initialize(limit:, amount_originated: nil)
|
|
110
|
+
# Credit limits
|
|
111
|
+
#
|
|
112
|
+
# @param limit [Integer] The limit amount
|
|
113
|
+
#
|
|
114
|
+
# @param amount_originated [Integer] Amount originated towards limit
|
|
115
|
+
end
|
|
116
|
+
|
|
117
|
+
# @see Lithic::Models::TransferLimitsResponse::Data::DailyLimit#debit
|
|
118
|
+
class Debit < Lithic::Internal::Type::BaseModel
|
|
119
|
+
# @!attribute limit
|
|
120
|
+
# The limit amount
|
|
121
|
+
#
|
|
122
|
+
# @return [Integer]
|
|
123
|
+
required :limit, Integer
|
|
124
|
+
|
|
125
|
+
# @!attribute amount_originated
|
|
126
|
+
# Amount originated towards limit
|
|
127
|
+
#
|
|
128
|
+
# @return [Integer, nil]
|
|
129
|
+
optional :amount_originated, Integer
|
|
130
|
+
|
|
131
|
+
# @!method initialize(limit:, amount_originated: nil)
|
|
132
|
+
# Debit limits
|
|
133
|
+
#
|
|
134
|
+
# @param limit [Integer] The limit amount
|
|
135
|
+
#
|
|
136
|
+
# @param amount_originated [Integer] Amount originated towards limit
|
|
137
|
+
end
|
|
138
|
+
end
|
|
139
|
+
|
|
140
|
+
# @see Lithic::Models::TransferLimitsResponse::Data#monthly_limit
|
|
141
|
+
class MonthlyLimit < Lithic::Internal::Type::BaseModel
|
|
142
|
+
# @!attribute credit
|
|
143
|
+
# Credit limits
|
|
144
|
+
#
|
|
145
|
+
# @return [Lithic::Models::TransferLimitsResponse::Data::MonthlyLimit::Credit]
|
|
146
|
+
required :credit, -> { Lithic::TransferLimitsResponse::Data::MonthlyLimit::Credit }
|
|
147
|
+
|
|
148
|
+
# @!attribute debit
|
|
149
|
+
# Debit limits
|
|
150
|
+
#
|
|
151
|
+
# @return [Lithic::Models::TransferLimitsResponse::Data::MonthlyLimit::Debit]
|
|
152
|
+
required :debit, -> { Lithic::TransferLimitsResponse::Data::MonthlyLimit::Debit }
|
|
153
|
+
|
|
154
|
+
# @!method initialize(credit:, debit:)
|
|
155
|
+
# Monthly limits with progress
|
|
156
|
+
#
|
|
157
|
+
# @param credit [Lithic::Models::TransferLimitsResponse::Data::MonthlyLimit::Credit] Credit limits
|
|
158
|
+
#
|
|
159
|
+
# @param debit [Lithic::Models::TransferLimitsResponse::Data::MonthlyLimit::Debit] Debit limits
|
|
160
|
+
|
|
161
|
+
# @see Lithic::Models::TransferLimitsResponse::Data::MonthlyLimit#credit
|
|
162
|
+
class Credit < Lithic::Internal::Type::BaseModel
|
|
163
|
+
# @!attribute limit
|
|
164
|
+
# The limit amount
|
|
165
|
+
#
|
|
166
|
+
# @return [Integer]
|
|
167
|
+
required :limit, Integer
|
|
168
|
+
|
|
169
|
+
# @!attribute amount_originated
|
|
170
|
+
# Amount originated towards limit
|
|
171
|
+
#
|
|
172
|
+
# @return [Integer, nil]
|
|
173
|
+
optional :amount_originated, Integer
|
|
174
|
+
|
|
175
|
+
# @!method initialize(limit:, amount_originated: nil)
|
|
176
|
+
# Credit limits
|
|
177
|
+
#
|
|
178
|
+
# @param limit [Integer] The limit amount
|
|
179
|
+
#
|
|
180
|
+
# @param amount_originated [Integer] Amount originated towards limit
|
|
181
|
+
end
|
|
182
|
+
|
|
183
|
+
# @see Lithic::Models::TransferLimitsResponse::Data::MonthlyLimit#debit
|
|
184
|
+
class Debit < Lithic::Internal::Type::BaseModel
|
|
185
|
+
# @!attribute limit
|
|
186
|
+
# The limit amount
|
|
187
|
+
#
|
|
188
|
+
# @return [Integer]
|
|
189
|
+
required :limit, Integer
|
|
190
|
+
|
|
191
|
+
# @!attribute amount_originated
|
|
192
|
+
# Amount originated towards limit
|
|
193
|
+
#
|
|
194
|
+
# @return [Integer, nil]
|
|
195
|
+
optional :amount_originated, Integer
|
|
196
|
+
|
|
197
|
+
# @!method initialize(limit:, amount_originated: nil)
|
|
198
|
+
# Debit limits
|
|
199
|
+
#
|
|
200
|
+
# @param limit [Integer] The limit amount
|
|
201
|
+
#
|
|
202
|
+
# @param amount_originated [Integer] Amount originated towards limit
|
|
203
|
+
end
|
|
204
|
+
end
|
|
205
|
+
|
|
206
|
+
# @see Lithic::Models::TransferLimitsResponse::Data#program_limit_per_transaction
|
|
207
|
+
class ProgramLimitPerTransaction < Lithic::Internal::Type::BaseModel
|
|
208
|
+
# @!attribute credit
|
|
209
|
+
# Credit limits
|
|
210
|
+
#
|
|
211
|
+
# @return [Lithic::Models::TransferLimitsResponse::Data::ProgramLimitPerTransaction::Credit]
|
|
212
|
+
required :credit, -> { Lithic::TransferLimitsResponse::Data::ProgramLimitPerTransaction::Credit }
|
|
213
|
+
|
|
214
|
+
# @!attribute debit
|
|
215
|
+
# Debit limits
|
|
216
|
+
#
|
|
217
|
+
# @return [Lithic::Models::TransferLimitsResponse::Data::ProgramLimitPerTransaction::Debit]
|
|
218
|
+
required :debit, -> { Lithic::TransferLimitsResponse::Data::ProgramLimitPerTransaction::Debit }
|
|
219
|
+
|
|
220
|
+
# @!method initialize(credit:, debit:)
|
|
221
|
+
# Program transaction limits
|
|
222
|
+
#
|
|
223
|
+
# @param credit [Lithic::Models::TransferLimitsResponse::Data::ProgramLimitPerTransaction::Credit] Credit limits
|
|
224
|
+
#
|
|
225
|
+
# @param debit [Lithic::Models::TransferLimitsResponse::Data::ProgramLimitPerTransaction::Debit] Debit limits
|
|
226
|
+
|
|
227
|
+
# @see Lithic::Models::TransferLimitsResponse::Data::ProgramLimitPerTransaction#credit
|
|
228
|
+
class Credit < Lithic::Internal::Type::BaseModel
|
|
229
|
+
# @!attribute limit
|
|
230
|
+
# The limit amount
|
|
231
|
+
#
|
|
232
|
+
# @return [Integer]
|
|
233
|
+
required :limit, Integer
|
|
234
|
+
|
|
235
|
+
# @!attribute amount_originated
|
|
236
|
+
# Amount originated towards limit
|
|
237
|
+
#
|
|
238
|
+
# @return [Integer, nil]
|
|
239
|
+
optional :amount_originated, Integer
|
|
240
|
+
|
|
241
|
+
# @!method initialize(limit:, amount_originated: nil)
|
|
242
|
+
# Credit limits
|
|
243
|
+
#
|
|
244
|
+
# @param limit [Integer] The limit amount
|
|
245
|
+
#
|
|
246
|
+
# @param amount_originated [Integer] Amount originated towards limit
|
|
247
|
+
end
|
|
248
|
+
|
|
249
|
+
# @see Lithic::Models::TransferLimitsResponse::Data::ProgramLimitPerTransaction#debit
|
|
250
|
+
class Debit < Lithic::Internal::Type::BaseModel
|
|
251
|
+
# @!attribute limit
|
|
252
|
+
# The limit amount
|
|
253
|
+
#
|
|
254
|
+
# @return [Integer]
|
|
255
|
+
required :limit, Integer
|
|
256
|
+
|
|
257
|
+
# @!attribute amount_originated
|
|
258
|
+
# Amount originated towards limit
|
|
259
|
+
#
|
|
260
|
+
# @return [Integer, nil]
|
|
261
|
+
optional :amount_originated, Integer
|
|
262
|
+
|
|
263
|
+
# @!method initialize(limit:, amount_originated: nil)
|
|
264
|
+
# Debit limits
|
|
265
|
+
#
|
|
266
|
+
# @param limit [Integer] The limit amount
|
|
267
|
+
#
|
|
268
|
+
# @param amount_originated [Integer] Amount originated towards limit
|
|
269
|
+
end
|
|
270
|
+
end
|
|
271
|
+
end
|
|
272
|
+
end
|
|
273
|
+
end
|
|
274
|
+
end
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module Lithic
|
|
4
|
+
module Models
|
|
5
|
+
# @see Lithic::Resources::Webhooks#parsed
|
|
6
|
+
class WebhookParsedParams < Lithic::Internal::Type::BaseModel
|
|
7
|
+
extend Lithic::Internal::Type::RequestParameters::Converter
|
|
8
|
+
include Lithic::Internal::Type::RequestParameters
|
|
9
|
+
|
|
10
|
+
# @!method initialize(request_options: {})
|
|
11
|
+
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}]
|
|
12
|
+
end
|
|
13
|
+
end
|
|
14
|
+
end
|
data/lib/lithic/models.rb
CHANGED
|
@@ -49,8 +49,12 @@ module Lithic
|
|
|
49
49
|
|
|
50
50
|
AccountHolder = Lithic::Models::AccountHolder
|
|
51
51
|
|
|
52
|
+
AccountHolderCreatedWebhookEvent = Lithic::Models::AccountHolderCreatedWebhookEvent
|
|
53
|
+
|
|
52
54
|
AccountHolderCreateParams = Lithic::Models::AccountHolderCreateParams
|
|
53
55
|
|
|
56
|
+
AccountHolderDocumentUpdatedWebhookEvent = Lithic::Models::AccountHolderDocumentUpdatedWebhookEvent
|
|
57
|
+
|
|
54
58
|
AccountHolderListDocumentsParams = Lithic::Models::AccountHolderListDocumentsParams
|
|
55
59
|
|
|
56
60
|
AccountHolderListParams = Lithic::Models::AccountHolderListParams
|
|
@@ -64,10 +68,14 @@ module Lithic
|
|
|
64
68
|
|
|
65
69
|
AccountHolderSimulateEnrollmentReviewParams = Lithic::Models::AccountHolderSimulateEnrollmentReviewParams
|
|
66
70
|
|
|
71
|
+
AccountHolderUpdatedWebhookEvent = Lithic::Models::AccountHolderUpdatedWebhookEvent
|
|
72
|
+
|
|
67
73
|
AccountHolderUpdateParams = Lithic::Models::AccountHolderUpdateParams
|
|
68
74
|
|
|
69
75
|
AccountHolderUploadDocumentParams = Lithic::Models::AccountHolderUploadDocumentParams
|
|
70
76
|
|
|
77
|
+
AccountHolderVerificationWebhookEvent = Lithic::Models::AccountHolderVerificationWebhookEvent
|
|
78
|
+
|
|
71
79
|
AccountListParams = Lithic::Models::AccountListParams
|
|
72
80
|
|
|
73
81
|
AccountRetrieveParams = Lithic::Models::AccountRetrieveParams
|
|
@@ -82,14 +90,12 @@ module Lithic
|
|
|
82
90
|
|
|
83
91
|
AddressUpdate = Lithic::Models::AddressUpdate
|
|
84
92
|
|
|
85
|
-
AggregateBalance = Lithic::Models::AggregateBalance
|
|
86
|
-
|
|
87
|
-
AggregateBalanceListParams = Lithic::Models::AggregateBalanceListParams
|
|
88
|
-
|
|
89
93
|
APIStatus = Lithic::Models::APIStatus
|
|
90
94
|
|
|
91
95
|
AuthRules = Lithic::Models::AuthRules
|
|
92
96
|
|
|
97
|
+
AuthRulesBacktestReportCreatedWebhookEvent = Lithic::Models::AuthRulesBacktestReportCreatedWebhookEvent
|
|
98
|
+
|
|
93
99
|
AuthStreamEnrollmentRetrieveSecretParams = Lithic::Models::AuthStreamEnrollmentRetrieveSecretParams
|
|
94
100
|
|
|
95
101
|
AuthStreamEnrollmentRotateSecretParams = Lithic::Models::AuthStreamEnrollmentRotateSecretParams
|
|
@@ -100,6 +106,8 @@ module Lithic
|
|
|
100
106
|
|
|
101
107
|
BalanceListParams = Lithic::Models::BalanceListParams
|
|
102
108
|
|
|
109
|
+
BalanceUpdatedWebhookEvent = Lithic::Models::BalanceUpdatedWebhookEvent
|
|
110
|
+
|
|
103
111
|
BookTransferCreateParams = Lithic::Models::BookTransferCreateParams
|
|
104
112
|
|
|
105
113
|
BookTransferListParams = Lithic::Models::BookTransferListParams
|
|
@@ -108,10 +116,19 @@ module Lithic
|
|
|
108
116
|
|
|
109
117
|
BookTransferRetrieveParams = Lithic::Models::BookTransferRetrieveParams
|
|
110
118
|
|
|
119
|
+
BookTransferRetryParams = Lithic::Models::BookTransferRetryParams
|
|
120
|
+
|
|
111
121
|
BookTransferReverseParams = Lithic::Models::BookTransferReverseParams
|
|
112
122
|
|
|
123
|
+
BookTransferTransactionCreatedWebhookEvent = Lithic::Models::BookTransferTransactionCreatedWebhookEvent
|
|
124
|
+
|
|
125
|
+
BookTransferTransactionUpdatedWebhookEvent = Lithic::Models::BookTransferTransactionUpdatedWebhookEvent
|
|
126
|
+
|
|
113
127
|
Card = Lithic::Models::Card
|
|
114
128
|
|
|
129
|
+
CardAuthorizationApprovalRequestWebhookEvent =
|
|
130
|
+
Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent
|
|
131
|
+
|
|
115
132
|
CardBulkOrder = Lithic::Models::CardBulkOrder
|
|
116
133
|
|
|
117
134
|
CardBulkOrderCreateParams = Lithic::Models::CardBulkOrderCreateParams
|
|
@@ -122,8 +139,12 @@ module Lithic
|
|
|
122
139
|
|
|
123
140
|
CardBulkOrderUpdateParams = Lithic::Models::CardBulkOrderUpdateParams
|
|
124
141
|
|
|
142
|
+
CardConvertedWebhookEvent = Lithic::Models::CardConvertedWebhookEvent
|
|
143
|
+
|
|
125
144
|
CardConvertPhysicalParams = Lithic::Models::CardConvertPhysicalParams
|
|
126
145
|
|
|
146
|
+
CardCreatedWebhookEvent = Lithic::Models::CardCreatedWebhookEvent
|
|
147
|
+
|
|
127
148
|
CardCreateParams = Lithic::Models::CardCreateParams
|
|
128
149
|
|
|
129
150
|
CardEmbedParams = Lithic::Models::CardEmbedParams
|
|
@@ -140,8 +161,12 @@ module Lithic
|
|
|
140
161
|
|
|
141
162
|
CardProvisionParams = Lithic::Models::CardProvisionParams
|
|
142
163
|
|
|
164
|
+
CardReissuedWebhookEvent = Lithic::Models::CardReissuedWebhookEvent
|
|
165
|
+
|
|
143
166
|
CardReissueParams = Lithic::Models::CardReissueParams
|
|
144
167
|
|
|
168
|
+
CardRenewedWebhookEvent = Lithic::Models::CardRenewedWebhookEvent
|
|
169
|
+
|
|
145
170
|
CardRenewParams = Lithic::Models::CardRenewParams
|
|
146
171
|
|
|
147
172
|
CardRetrieveParams = Lithic::Models::CardRetrieveParams
|
|
@@ -152,8 +177,18 @@ module Lithic
|
|
|
152
177
|
|
|
153
178
|
CardSearchByPanParams = Lithic::Models::CardSearchByPanParams
|
|
154
179
|
|
|
180
|
+
CardShippedWebhookEvent = Lithic::Models::CardShippedWebhookEvent
|
|
181
|
+
|
|
155
182
|
CardSpendLimits = Lithic::Models::CardSpendLimits
|
|
156
183
|
|
|
184
|
+
CardTransactionEnhancedDataCreatedWebhookEvent =
|
|
185
|
+
Lithic::Models::CardTransactionEnhancedDataCreatedWebhookEvent
|
|
186
|
+
|
|
187
|
+
CardTransactionEnhancedDataUpdatedWebhookEvent =
|
|
188
|
+
Lithic::Models::CardTransactionEnhancedDataUpdatedWebhookEvent
|
|
189
|
+
|
|
190
|
+
CardTransactionUpdatedWebhookEvent = Lithic::Models::CardTransactionUpdatedWebhookEvent
|
|
191
|
+
|
|
157
192
|
CardUpdateParams = Lithic::Models::CardUpdateParams
|
|
158
193
|
|
|
159
194
|
CardWebProvisionParams = Lithic::Models::CardWebProvisionParams
|
|
@@ -176,6 +211,20 @@ module Lithic
|
|
|
176
211
|
|
|
177
212
|
DigitalCardArtRetrieveParams = Lithic::Models::DigitalCardArtRetrieveParams
|
|
178
213
|
|
|
214
|
+
DigitalWalletTokenizationApprovalRequestWebhookEvent =
|
|
215
|
+
Lithic::Models::DigitalWalletTokenizationApprovalRequestWebhookEvent
|
|
216
|
+
|
|
217
|
+
DigitalWalletTokenizationResultWebhookEvent = Lithic::Models::DigitalWalletTokenizationResultWebhookEvent
|
|
218
|
+
|
|
219
|
+
DigitalWalletTokenizationTwoFactorAuthenticationCodeSentWebhookEvent =
|
|
220
|
+
Lithic::Models::DigitalWalletTokenizationTwoFactorAuthenticationCodeSentWebhookEvent
|
|
221
|
+
|
|
222
|
+
DigitalWalletTokenizationTwoFactorAuthenticationCodeWebhookEvent =
|
|
223
|
+
Lithic::Models::DigitalWalletTokenizationTwoFactorAuthenticationCodeWebhookEvent
|
|
224
|
+
|
|
225
|
+
DigitalWalletTokenizationUpdatedWebhookEvent =
|
|
226
|
+
Lithic::Models::DigitalWalletTokenizationUpdatedWebhookEvent
|
|
227
|
+
|
|
179
228
|
DigitalWalletTokenMetadata = Lithic::Models::DigitalWalletTokenMetadata
|
|
180
229
|
|
|
181
230
|
Dispute = Lithic::Models::Dispute
|
|
@@ -188,6 +237,8 @@ module Lithic
|
|
|
188
237
|
|
|
189
238
|
DisputeEvidence = Lithic::Models::DisputeEvidence
|
|
190
239
|
|
|
240
|
+
DisputeEvidenceUploadFailedWebhookEvent = Lithic::Models::DisputeEvidenceUploadFailedWebhookEvent
|
|
241
|
+
|
|
191
242
|
DisputeInitiateEvidenceUploadParams = Lithic::Models::DisputeInitiateEvidenceUploadParams
|
|
192
243
|
|
|
193
244
|
DisputeListEvidencesParams = Lithic::Models::DisputeListEvidencesParams
|
|
@@ -202,6 +253,12 @@ module Lithic
|
|
|
202
253
|
|
|
203
254
|
DisputesV2RetrieveParams = Lithic::Models::DisputesV2RetrieveParams
|
|
204
255
|
|
|
256
|
+
DisputeTransactionCreatedWebhookEvent = Lithic::Models::DisputeTransactionCreatedWebhookEvent
|
|
257
|
+
|
|
258
|
+
DisputeTransactionUpdatedWebhookEvent = Lithic::Models::DisputeTransactionUpdatedWebhookEvent
|
|
259
|
+
|
|
260
|
+
DisputeUpdatedWebhookEvent = Lithic::Models::DisputeUpdatedWebhookEvent
|
|
261
|
+
|
|
205
262
|
DisputeUpdateParams = Lithic::Models::DisputeUpdateParams
|
|
206
263
|
|
|
207
264
|
DisputeV2 = Lithic::Models::DisputeV2
|
|
@@ -224,6 +281,8 @@ module Lithic
|
|
|
224
281
|
|
|
225
282
|
ExternalBankAccountAddress = Lithic::Models::ExternalBankAccountAddress
|
|
226
283
|
|
|
284
|
+
ExternalBankAccountCreatedWebhookEvent = Lithic::Models::ExternalBankAccountCreatedWebhookEvent
|
|
285
|
+
|
|
227
286
|
ExternalBankAccountCreateParams = Lithic::Models::ExternalBankAccountCreateParams
|
|
228
287
|
|
|
229
288
|
ExternalBankAccountListParams = Lithic::Models::ExternalBankAccountListParams
|
|
@@ -238,12 +297,16 @@ module Lithic
|
|
|
238
297
|
|
|
239
298
|
ExternalBankAccountUnpauseParams = Lithic::Models::ExternalBankAccountUnpauseParams
|
|
240
299
|
|
|
300
|
+
ExternalBankAccountUpdatedWebhookEvent = Lithic::Models::ExternalBankAccountUpdatedWebhookEvent
|
|
301
|
+
|
|
241
302
|
ExternalBankAccountUpdateParams = Lithic::Models::ExternalBankAccountUpdateParams
|
|
242
303
|
|
|
243
304
|
ExternalPayment = Lithic::Models::ExternalPayment
|
|
244
305
|
|
|
245
306
|
ExternalPaymentCancelParams = Lithic::Models::ExternalPaymentCancelParams
|
|
246
307
|
|
|
308
|
+
ExternalPaymentCreatedWebhookEvent = Lithic::Models::ExternalPaymentCreatedWebhookEvent
|
|
309
|
+
|
|
247
310
|
ExternalPaymentCreateParams = Lithic::Models::ExternalPaymentCreateParams
|
|
248
311
|
|
|
249
312
|
ExternalPaymentListParams = Lithic::Models::ExternalPaymentListParams
|
|
@@ -256,6 +319,8 @@ module Lithic
|
|
|
256
319
|
|
|
257
320
|
ExternalPaymentSettleParams = Lithic::Models::ExternalPaymentSettleParams
|
|
258
321
|
|
|
322
|
+
ExternalPaymentUpdatedWebhookEvent = Lithic::Models::ExternalPaymentUpdatedWebhookEvent
|
|
323
|
+
|
|
259
324
|
ExternalResource = Lithic::Models::ExternalResource
|
|
260
325
|
|
|
261
326
|
ExternalResourceType = Lithic::Models::ExternalResourceType
|
|
@@ -264,6 +329,8 @@ module Lithic
|
|
|
264
329
|
|
|
265
330
|
FinancialAccountBalance = Lithic::Models::FinancialAccountBalance
|
|
266
331
|
|
|
332
|
+
FinancialAccountCreatedWebhookEvent = Lithic::Models::FinancialAccountCreatedWebhookEvent
|
|
333
|
+
|
|
267
334
|
FinancialAccountCreateParams = Lithic::Models::FinancialAccountCreateParams
|
|
268
335
|
|
|
269
336
|
FinancialAccountListParams = Lithic::Models::FinancialAccountListParams
|
|
@@ -274,6 +341,8 @@ module Lithic
|
|
|
274
341
|
|
|
275
342
|
FinancialAccounts = Lithic::Models::FinancialAccounts
|
|
276
343
|
|
|
344
|
+
FinancialAccountUpdatedWebhookEvent = Lithic::Models::FinancialAccountUpdatedWebhookEvent
|
|
345
|
+
|
|
277
346
|
FinancialAccountUpdateParams = Lithic::Models::FinancialAccountUpdateParams
|
|
278
347
|
|
|
279
348
|
FinancialAccountUpdateStatusParams = Lithic::Models::FinancialAccountUpdateStatusParams
|
|
@@ -286,6 +355,8 @@ module Lithic
|
|
|
286
355
|
|
|
287
356
|
FundingEvent = Lithic::Models::FundingEvent
|
|
288
357
|
|
|
358
|
+
FundingEventCreatedWebhookEvent = Lithic::Models::FundingEventCreatedWebhookEvent
|
|
359
|
+
|
|
289
360
|
FundingEventListParams = Lithic::Models::FundingEventListParams
|
|
290
361
|
|
|
291
362
|
FundingEventRetrieveDetailsParams = Lithic::Models::FundingEventRetrieveDetailsParams
|
|
@@ -296,6 +367,10 @@ module Lithic
|
|
|
296
367
|
|
|
297
368
|
InternalTransactionAPI = Lithic::Models::InternalTransactionAPI
|
|
298
369
|
|
|
370
|
+
InternalTransactionCreatedWebhookEvent = Lithic::Models::InternalTransactionCreatedWebhookEvent
|
|
371
|
+
|
|
372
|
+
InternalTransactionUpdatedWebhookEvent = Lithic::Models::InternalTransactionUpdatedWebhookEvent
|
|
373
|
+
|
|
299
374
|
KYB = Lithic::Models::KYB
|
|
300
375
|
|
|
301
376
|
KYBBusinessEntity = Lithic::Models::KYBBusinessEntity
|
|
@@ -304,6 +379,12 @@ module Lithic
|
|
|
304
379
|
|
|
305
380
|
KYCExempt = Lithic::Models::KYCExempt
|
|
306
381
|
|
|
382
|
+
LoanTapeCreatedWebhookEvent = Lithic::Models::LoanTapeCreatedWebhookEvent
|
|
383
|
+
|
|
384
|
+
LoanTapeUpdatedWebhookEvent = Lithic::Models::LoanTapeUpdatedWebhookEvent
|
|
385
|
+
|
|
386
|
+
ManagementOperationCreatedWebhookEvent = Lithic::Models::ManagementOperationCreatedWebhookEvent
|
|
387
|
+
|
|
307
388
|
ManagementOperationCreateParams = Lithic::Models::ManagementOperationCreateParams
|
|
308
389
|
|
|
309
390
|
ManagementOperationListParams = Lithic::Models::ManagementOperationListParams
|
|
@@ -314,6 +395,8 @@ module Lithic
|
|
|
314
395
|
|
|
315
396
|
ManagementOperationTransaction = Lithic::Models::ManagementOperationTransaction
|
|
316
397
|
|
|
398
|
+
ManagementOperationUpdatedWebhookEvent = Lithic::Models::ManagementOperationUpdatedWebhookEvent
|
|
399
|
+
|
|
317
400
|
Merchant = Lithic::Models::Merchant
|
|
318
401
|
|
|
319
402
|
MessageAttempt = Lithic::Models::MessageAttempt
|
|
@@ -326,10 +409,16 @@ module Lithic
|
|
|
326
409
|
|
|
327
410
|
NetworkTotal = Lithic::Models::NetworkTotal
|
|
328
411
|
|
|
412
|
+
NetworkTotalCreatedWebhookEvent = Lithic::Models::NetworkTotalCreatedWebhookEvent
|
|
413
|
+
|
|
414
|
+
NetworkTotalUpdatedWebhookEvent = Lithic::Models::NetworkTotalUpdatedWebhookEvent
|
|
415
|
+
|
|
329
416
|
NonPCICard = Lithic::Models::NonPCICard
|
|
330
417
|
|
|
331
418
|
OwnerType = Lithic::Models::OwnerType
|
|
332
419
|
|
|
420
|
+
ParsedWebhookEvent = Lithic::Models::ParsedWebhookEvent
|
|
421
|
+
|
|
333
422
|
Payment = Lithic::Models::Payment
|
|
334
423
|
|
|
335
424
|
PaymentCreateParams = Lithic::Models::PaymentCreateParams
|
|
@@ -350,6 +439,10 @@ module Lithic
|
|
|
350
439
|
|
|
351
440
|
PaymentSimulateReturnParams = Lithic::Models::PaymentSimulateReturnParams
|
|
352
441
|
|
|
442
|
+
PaymentTransactionCreatedWebhookEvent = Lithic::Models::PaymentTransactionCreatedWebhookEvent
|
|
443
|
+
|
|
444
|
+
PaymentTransactionUpdatedWebhookEvent = Lithic::Models::PaymentTransactionUpdatedWebhookEvent
|
|
445
|
+
|
|
353
446
|
ProvisionResponse = Lithic::Models::ProvisionResponse
|
|
354
447
|
|
|
355
448
|
Reports = Lithic::Models::Reports
|
|
@@ -368,26 +461,43 @@ module Lithic
|
|
|
368
461
|
|
|
369
462
|
SettlementReport = Lithic::Models::SettlementReport
|
|
370
463
|
|
|
464
|
+
SettlementReportUpdatedWebhookEvent = Lithic::Models::SettlementReportUpdatedWebhookEvent
|
|
465
|
+
|
|
371
466
|
SettlementSummaryDetails = Lithic::Models::SettlementSummaryDetails
|
|
372
467
|
|
|
373
468
|
ShippingAddress = Lithic::Models::ShippingAddress
|
|
374
469
|
|
|
375
470
|
SpendLimitDuration = Lithic::Models::SpendLimitDuration
|
|
376
471
|
|
|
472
|
+
StatementsCreatedWebhookEvent = Lithic::Models::StatementsCreatedWebhookEvent
|
|
473
|
+
|
|
377
474
|
StatementTotals = Lithic::Models::StatementTotals
|
|
378
475
|
|
|
379
476
|
ThreeDS = Lithic::Models::ThreeDS
|
|
380
477
|
|
|
381
478
|
ThreeDSAuthentication = Lithic::Models::ThreeDSAuthentication
|
|
382
479
|
|
|
480
|
+
ThreeDSAuthenticationApprovalRequestWebhookEvent =
|
|
481
|
+
Lithic::Models::ThreeDSAuthenticationApprovalRequestWebhookEvent
|
|
482
|
+
|
|
483
|
+
ThreeDSAuthenticationChallengeWebhookEvent = Lithic::Models::ThreeDSAuthenticationChallengeWebhookEvent
|
|
484
|
+
|
|
485
|
+
ThreeDSAuthenticationCreatedWebhookEvent = Lithic::Models::ThreeDSAuthenticationCreatedWebhookEvent
|
|
486
|
+
|
|
487
|
+
ThreeDSAuthenticationUpdatedWebhookEvent = Lithic::Models::ThreeDSAuthenticationUpdatedWebhookEvent
|
|
488
|
+
|
|
383
489
|
TokenInfo = Lithic::Models::TokenInfo
|
|
384
490
|
|
|
385
491
|
Tokenization = Lithic::Models::Tokenization
|
|
386
492
|
|
|
387
493
|
TokenizationActivateParams = Lithic::Models::TokenizationActivateParams
|
|
388
494
|
|
|
495
|
+
TokenizationApprovalRequestWebhookEvent = Lithic::Models::TokenizationApprovalRequestWebhookEvent
|
|
496
|
+
|
|
389
497
|
TokenizationDeactivateParams = Lithic::Models::TokenizationDeactivateParams
|
|
390
498
|
|
|
499
|
+
TokenizationDecisioningRequestWebhookEvent = Lithic::Models::TokenizationDecisioningRequestWebhookEvent
|
|
500
|
+
|
|
391
501
|
TokenizationDecisioningRetrieveSecretParams = Lithic::Models::TokenizationDecisioningRetrieveSecretParams
|
|
392
502
|
|
|
393
503
|
TokenizationDecisioningRotateSecretParams = Lithic::Models::TokenizationDecisioningRotateSecretParams
|
|
@@ -400,6 +510,8 @@ module Lithic
|
|
|
400
510
|
|
|
401
511
|
TokenizationResendActivationCodeParams = Lithic::Models::TokenizationResendActivationCodeParams
|
|
402
512
|
|
|
513
|
+
TokenizationResultWebhookEvent = Lithic::Models::TokenizationResultWebhookEvent
|
|
514
|
+
|
|
403
515
|
TokenizationRetrieveParams = Lithic::Models::TokenizationRetrieveParams
|
|
404
516
|
|
|
405
517
|
TokenizationRuleResult = Lithic::Models::TokenizationRuleResult
|
|
@@ -410,10 +522,18 @@ module Lithic
|
|
|
410
522
|
|
|
411
523
|
TokenizationTfaReason = Lithic::Models::TokenizationTfaReason
|
|
412
524
|
|
|
525
|
+
TokenizationTwoFactorAuthenticationCodeSentWebhookEvent =
|
|
526
|
+
Lithic::Models::TokenizationTwoFactorAuthenticationCodeSentWebhookEvent
|
|
527
|
+
|
|
528
|
+
TokenizationTwoFactorAuthenticationCodeWebhookEvent =
|
|
529
|
+
Lithic::Models::TokenizationTwoFactorAuthenticationCodeWebhookEvent
|
|
530
|
+
|
|
413
531
|
TokenizationUnpauseParams = Lithic::Models::TokenizationUnpauseParams
|
|
414
532
|
|
|
415
533
|
TokenizationUpdateDigitalCardArtParams = Lithic::Models::TokenizationUpdateDigitalCardArtParams
|
|
416
534
|
|
|
535
|
+
TokenizationUpdatedWebhookEvent = Lithic::Models::TokenizationUpdatedWebhookEvent
|
|
536
|
+
|
|
417
537
|
Transaction = Lithic::Models::Transaction
|
|
418
538
|
|
|
419
539
|
TransactionExpireAuthorizationParams = Lithic::Models::TransactionExpireAuthorizationParams
|
|
@@ -444,9 +564,15 @@ module Lithic
|
|
|
444
564
|
|
|
445
565
|
TransferCreateParams = Lithic::Models::TransferCreateParams
|
|
446
566
|
|
|
567
|
+
TransferLimitListParams = Lithic::Models::TransferLimitListParams
|
|
568
|
+
|
|
569
|
+
TransferLimitsResponse = Lithic::Models::TransferLimitsResponse
|
|
570
|
+
|
|
447
571
|
VerificationMethod = Lithic::Models::VerificationMethod
|
|
448
572
|
|
|
449
573
|
WalletDecisioningInfo = Lithic::Models::WalletDecisioningInfo
|
|
450
574
|
|
|
575
|
+
WebhookParsedParams = Lithic::Models::WebhookParsedParams
|
|
576
|
+
|
|
451
577
|
WirePartyDetails = Lithic::Models::WirePartyDetails
|
|
452
578
|
end
|
|
@@ -113,6 +113,33 @@ module Lithic
|
|
|
113
113
|
)
|
|
114
114
|
end
|
|
115
115
|
|
|
116
|
+
# Some parameter documentations has been truncated, see
|
|
117
|
+
# {Lithic::Models::BookTransferRetryParams} for more details.
|
|
118
|
+
#
|
|
119
|
+
# Retry a book transfer that has been declined
|
|
120
|
+
#
|
|
121
|
+
# @overload retry_(book_transfer_token, retry_token:, request_options: {})
|
|
122
|
+
#
|
|
123
|
+
# @param book_transfer_token [String] Token of the book transfer to retry
|
|
124
|
+
#
|
|
125
|
+
# @param retry_token [String] Customer-provided token that will serve as an idempotency token. This token will
|
|
126
|
+
#
|
|
127
|
+
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}, nil]
|
|
128
|
+
#
|
|
129
|
+
# @return [Lithic::Models::BookTransferResponse]
|
|
130
|
+
#
|
|
131
|
+
# @see Lithic::Models::BookTransferRetryParams
|
|
132
|
+
def retry_(book_transfer_token, params)
|
|
133
|
+
parsed, options = Lithic::BookTransferRetryParams.dump_request(params)
|
|
134
|
+
@client.request(
|
|
135
|
+
method: :post,
|
|
136
|
+
path: ["v1/book_transfers/%1$s/retry", book_transfer_token],
|
|
137
|
+
body: parsed,
|
|
138
|
+
model: Lithic::BookTransferResponse,
|
|
139
|
+
options: options
|
|
140
|
+
)
|
|
141
|
+
end
|
|
142
|
+
|
|
116
143
|
# Reverse a book transfer
|
|
117
144
|
#
|
|
118
145
|
# @overload reverse(book_transfer_token, memo: nil, request_options: {})
|