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
data/sig/lithic/models.rbs
CHANGED
|
@@ -9,8 +9,12 @@ module Lithic
|
|
|
9
9
|
|
|
10
10
|
class AccountHolder = Lithic::Models::AccountHolder
|
|
11
11
|
|
|
12
|
+
class AccountHolderCreatedWebhookEvent = Lithic::Models::AccountHolderCreatedWebhookEvent
|
|
13
|
+
|
|
12
14
|
class AccountHolderCreateParams = Lithic::Models::AccountHolderCreateParams
|
|
13
15
|
|
|
16
|
+
class AccountHolderDocumentUpdatedWebhookEvent = Lithic::Models::AccountHolderDocumentUpdatedWebhookEvent
|
|
17
|
+
|
|
14
18
|
class AccountHolderListDocumentsParams = Lithic::Models::AccountHolderListDocumentsParams
|
|
15
19
|
|
|
16
20
|
class AccountHolderListParams = Lithic::Models::AccountHolderListParams
|
|
@@ -23,10 +27,14 @@ module Lithic
|
|
|
23
27
|
|
|
24
28
|
class AccountHolderSimulateEnrollmentReviewParams = Lithic::Models::AccountHolderSimulateEnrollmentReviewParams
|
|
25
29
|
|
|
30
|
+
module AccountHolderUpdatedWebhookEvent = Lithic::Models::AccountHolderUpdatedWebhookEvent
|
|
31
|
+
|
|
26
32
|
class AccountHolderUpdateParams = Lithic::Models::AccountHolderUpdateParams
|
|
27
33
|
|
|
28
34
|
class AccountHolderUploadDocumentParams = Lithic::Models::AccountHolderUploadDocumentParams
|
|
29
35
|
|
|
36
|
+
class AccountHolderVerificationWebhookEvent = Lithic::Models::AccountHolderVerificationWebhookEvent
|
|
37
|
+
|
|
30
38
|
class AccountListParams = Lithic::Models::AccountListParams
|
|
31
39
|
|
|
32
40
|
class AccountRetrieveParams = Lithic::Models::AccountRetrieveParams
|
|
@@ -41,14 +49,12 @@ module Lithic
|
|
|
41
49
|
|
|
42
50
|
class AddressUpdate = Lithic::Models::AddressUpdate
|
|
43
51
|
|
|
44
|
-
class AggregateBalance = Lithic::Models::AggregateBalance
|
|
45
|
-
|
|
46
|
-
class AggregateBalanceListParams = Lithic::Models::AggregateBalanceListParams
|
|
47
|
-
|
|
48
52
|
class APIStatus = Lithic::Models::APIStatus
|
|
49
53
|
|
|
50
54
|
module AuthRules = Lithic::Models::AuthRules
|
|
51
55
|
|
|
56
|
+
class AuthRulesBacktestReportCreatedWebhookEvent = Lithic::Models::AuthRulesBacktestReportCreatedWebhookEvent
|
|
57
|
+
|
|
52
58
|
class AuthStreamEnrollmentRetrieveSecretParams = Lithic::Models::AuthStreamEnrollmentRetrieveSecretParams
|
|
53
59
|
|
|
54
60
|
class AuthStreamEnrollmentRotateSecretParams = Lithic::Models::AuthStreamEnrollmentRotateSecretParams
|
|
@@ -59,6 +65,8 @@ module Lithic
|
|
|
59
65
|
|
|
60
66
|
class BalanceListParams = Lithic::Models::BalanceListParams
|
|
61
67
|
|
|
68
|
+
class BalanceUpdatedWebhookEvent = Lithic::Models::BalanceUpdatedWebhookEvent
|
|
69
|
+
|
|
62
70
|
class BookTransferCreateParams = Lithic::Models::BookTransferCreateParams
|
|
63
71
|
|
|
64
72
|
class BookTransferListParams = Lithic::Models::BookTransferListParams
|
|
@@ -67,10 +75,18 @@ module Lithic
|
|
|
67
75
|
|
|
68
76
|
class BookTransferRetrieveParams = Lithic::Models::BookTransferRetrieveParams
|
|
69
77
|
|
|
78
|
+
class BookTransferRetryParams = Lithic::Models::BookTransferRetryParams
|
|
79
|
+
|
|
70
80
|
class BookTransferReverseParams = Lithic::Models::BookTransferReverseParams
|
|
71
81
|
|
|
82
|
+
class BookTransferTransactionCreatedWebhookEvent = Lithic::Models::BookTransferTransactionCreatedWebhookEvent
|
|
83
|
+
|
|
84
|
+
class BookTransferTransactionUpdatedWebhookEvent = Lithic::Models::BookTransferTransactionUpdatedWebhookEvent
|
|
85
|
+
|
|
72
86
|
class Card = Lithic::Models::Card
|
|
73
87
|
|
|
88
|
+
class CardAuthorizationApprovalRequestWebhookEvent = Lithic::Models::CardAuthorizationApprovalRequestWebhookEvent
|
|
89
|
+
|
|
74
90
|
class CardBulkOrder = Lithic::Models::CardBulkOrder
|
|
75
91
|
|
|
76
92
|
class CardBulkOrderCreateParams = Lithic::Models::CardBulkOrderCreateParams
|
|
@@ -81,8 +97,12 @@ module Lithic
|
|
|
81
97
|
|
|
82
98
|
class CardBulkOrderUpdateParams = Lithic::Models::CardBulkOrderUpdateParams
|
|
83
99
|
|
|
100
|
+
class CardConvertedWebhookEvent = Lithic::Models::CardConvertedWebhookEvent
|
|
101
|
+
|
|
84
102
|
class CardConvertPhysicalParams = Lithic::Models::CardConvertPhysicalParams
|
|
85
103
|
|
|
104
|
+
class CardCreatedWebhookEvent = Lithic::Models::CardCreatedWebhookEvent
|
|
105
|
+
|
|
86
106
|
class CardCreateParams = Lithic::Models::CardCreateParams
|
|
87
107
|
|
|
88
108
|
class CardEmbedParams = Lithic::Models::CardEmbedParams
|
|
@@ -99,8 +119,12 @@ module Lithic
|
|
|
99
119
|
|
|
100
120
|
class CardProvisionParams = Lithic::Models::CardProvisionParams
|
|
101
121
|
|
|
122
|
+
class CardReissuedWebhookEvent = Lithic::Models::CardReissuedWebhookEvent
|
|
123
|
+
|
|
102
124
|
class CardReissueParams = Lithic::Models::CardReissueParams
|
|
103
125
|
|
|
126
|
+
class CardRenewedWebhookEvent = Lithic::Models::CardRenewedWebhookEvent
|
|
127
|
+
|
|
104
128
|
class CardRenewParams = Lithic::Models::CardRenewParams
|
|
105
129
|
|
|
106
130
|
class CardRetrieveParams = Lithic::Models::CardRetrieveParams
|
|
@@ -111,8 +135,16 @@ module Lithic
|
|
|
111
135
|
|
|
112
136
|
class CardSearchByPanParams = Lithic::Models::CardSearchByPanParams
|
|
113
137
|
|
|
138
|
+
class CardShippedWebhookEvent = Lithic::Models::CardShippedWebhookEvent
|
|
139
|
+
|
|
114
140
|
class CardSpendLimits = Lithic::Models::CardSpendLimits
|
|
115
141
|
|
|
142
|
+
class CardTransactionEnhancedDataCreatedWebhookEvent = Lithic::Models::CardTransactionEnhancedDataCreatedWebhookEvent
|
|
143
|
+
|
|
144
|
+
class CardTransactionEnhancedDataUpdatedWebhookEvent = Lithic::Models::CardTransactionEnhancedDataUpdatedWebhookEvent
|
|
145
|
+
|
|
146
|
+
class CardTransactionUpdatedWebhookEvent = Lithic::Models::CardTransactionUpdatedWebhookEvent
|
|
147
|
+
|
|
116
148
|
class CardUpdateParams = Lithic::Models::CardUpdateParams
|
|
117
149
|
|
|
118
150
|
class CardWebProvisionParams = Lithic::Models::CardWebProvisionParams
|
|
@@ -135,6 +167,16 @@ module Lithic
|
|
|
135
167
|
|
|
136
168
|
class DigitalCardArtRetrieveParams = Lithic::Models::DigitalCardArtRetrieveParams
|
|
137
169
|
|
|
170
|
+
class DigitalWalletTokenizationApprovalRequestWebhookEvent = Lithic::Models::DigitalWalletTokenizationApprovalRequestWebhookEvent
|
|
171
|
+
|
|
172
|
+
class DigitalWalletTokenizationResultWebhookEvent = Lithic::Models::DigitalWalletTokenizationResultWebhookEvent
|
|
173
|
+
|
|
174
|
+
class DigitalWalletTokenizationTwoFactorAuthenticationCodeSentWebhookEvent = Lithic::Models::DigitalWalletTokenizationTwoFactorAuthenticationCodeSentWebhookEvent
|
|
175
|
+
|
|
176
|
+
class DigitalWalletTokenizationTwoFactorAuthenticationCodeWebhookEvent = Lithic::Models::DigitalWalletTokenizationTwoFactorAuthenticationCodeWebhookEvent
|
|
177
|
+
|
|
178
|
+
class DigitalWalletTokenizationUpdatedWebhookEvent = Lithic::Models::DigitalWalletTokenizationUpdatedWebhookEvent
|
|
179
|
+
|
|
138
180
|
class DigitalWalletTokenMetadata = Lithic::Models::DigitalWalletTokenMetadata
|
|
139
181
|
|
|
140
182
|
class Dispute = Lithic::Models::Dispute
|
|
@@ -147,6 +189,8 @@ module Lithic
|
|
|
147
189
|
|
|
148
190
|
class DisputeEvidence = Lithic::Models::DisputeEvidence
|
|
149
191
|
|
|
192
|
+
class DisputeEvidenceUploadFailedWebhookEvent = Lithic::Models::DisputeEvidenceUploadFailedWebhookEvent
|
|
193
|
+
|
|
150
194
|
class DisputeInitiateEvidenceUploadParams = Lithic::Models::DisputeInitiateEvidenceUploadParams
|
|
151
195
|
|
|
152
196
|
class DisputeListEvidencesParams = Lithic::Models::DisputeListEvidencesParams
|
|
@@ -161,6 +205,12 @@ module Lithic
|
|
|
161
205
|
|
|
162
206
|
class DisputesV2RetrieveParams = Lithic::Models::DisputesV2RetrieveParams
|
|
163
207
|
|
|
208
|
+
class DisputeTransactionCreatedWebhookEvent = Lithic::Models::DisputeTransactionCreatedWebhookEvent
|
|
209
|
+
|
|
210
|
+
class DisputeTransactionUpdatedWebhookEvent = Lithic::Models::DisputeTransactionUpdatedWebhookEvent
|
|
211
|
+
|
|
212
|
+
class DisputeUpdatedWebhookEvent = Lithic::Models::DisputeUpdatedWebhookEvent
|
|
213
|
+
|
|
164
214
|
class DisputeUpdateParams = Lithic::Models::DisputeUpdateParams
|
|
165
215
|
|
|
166
216
|
class DisputeV2 = Lithic::Models::DisputeV2
|
|
@@ -183,6 +233,8 @@ module Lithic
|
|
|
183
233
|
|
|
184
234
|
class ExternalBankAccountAddress = Lithic::Models::ExternalBankAccountAddress
|
|
185
235
|
|
|
236
|
+
class ExternalBankAccountCreatedWebhookEvent = Lithic::Models::ExternalBankAccountCreatedWebhookEvent
|
|
237
|
+
|
|
186
238
|
class ExternalBankAccountCreateParams = Lithic::Models::ExternalBankAccountCreateParams
|
|
187
239
|
|
|
188
240
|
class ExternalBankAccountListParams = Lithic::Models::ExternalBankAccountListParams
|
|
@@ -197,12 +249,16 @@ module Lithic
|
|
|
197
249
|
|
|
198
250
|
class ExternalBankAccountUnpauseParams = Lithic::Models::ExternalBankAccountUnpauseParams
|
|
199
251
|
|
|
252
|
+
class ExternalBankAccountUpdatedWebhookEvent = Lithic::Models::ExternalBankAccountUpdatedWebhookEvent
|
|
253
|
+
|
|
200
254
|
class ExternalBankAccountUpdateParams = Lithic::Models::ExternalBankAccountUpdateParams
|
|
201
255
|
|
|
202
256
|
class ExternalPayment = Lithic::Models::ExternalPayment
|
|
203
257
|
|
|
204
258
|
class ExternalPaymentCancelParams = Lithic::Models::ExternalPaymentCancelParams
|
|
205
259
|
|
|
260
|
+
class ExternalPaymentCreatedWebhookEvent = Lithic::Models::ExternalPaymentCreatedWebhookEvent
|
|
261
|
+
|
|
206
262
|
class ExternalPaymentCreateParams = Lithic::Models::ExternalPaymentCreateParams
|
|
207
263
|
|
|
208
264
|
class ExternalPaymentListParams = Lithic::Models::ExternalPaymentListParams
|
|
@@ -215,6 +271,8 @@ module Lithic
|
|
|
215
271
|
|
|
216
272
|
class ExternalPaymentSettleParams = Lithic::Models::ExternalPaymentSettleParams
|
|
217
273
|
|
|
274
|
+
class ExternalPaymentUpdatedWebhookEvent = Lithic::Models::ExternalPaymentUpdatedWebhookEvent
|
|
275
|
+
|
|
218
276
|
class ExternalResource = Lithic::Models::ExternalResource
|
|
219
277
|
|
|
220
278
|
module ExternalResourceType = Lithic::Models::ExternalResourceType
|
|
@@ -223,6 +281,8 @@ module Lithic
|
|
|
223
281
|
|
|
224
282
|
class FinancialAccountBalance = Lithic::Models::FinancialAccountBalance
|
|
225
283
|
|
|
284
|
+
class FinancialAccountCreatedWebhookEvent = Lithic::Models::FinancialAccountCreatedWebhookEvent
|
|
285
|
+
|
|
226
286
|
class FinancialAccountCreateParams = Lithic::Models::FinancialAccountCreateParams
|
|
227
287
|
|
|
228
288
|
class FinancialAccountListParams = Lithic::Models::FinancialAccountListParams
|
|
@@ -233,6 +293,8 @@ module Lithic
|
|
|
233
293
|
|
|
234
294
|
module FinancialAccounts = Lithic::Models::FinancialAccounts
|
|
235
295
|
|
|
296
|
+
class FinancialAccountUpdatedWebhookEvent = Lithic::Models::FinancialAccountUpdatedWebhookEvent
|
|
297
|
+
|
|
236
298
|
class FinancialAccountUpdateParams = Lithic::Models::FinancialAccountUpdateParams
|
|
237
299
|
|
|
238
300
|
class FinancialAccountUpdateStatusParams = Lithic::Models::FinancialAccountUpdateStatusParams
|
|
@@ -245,6 +307,8 @@ module Lithic
|
|
|
245
307
|
|
|
246
308
|
class FundingEvent = Lithic::Models::FundingEvent
|
|
247
309
|
|
|
310
|
+
class FundingEventCreatedWebhookEvent = Lithic::Models::FundingEventCreatedWebhookEvent
|
|
311
|
+
|
|
248
312
|
class FundingEventListParams = Lithic::Models::FundingEventListParams
|
|
249
313
|
|
|
250
314
|
class FundingEventRetrieveDetailsParams = Lithic::Models::FundingEventRetrieveDetailsParams
|
|
@@ -255,6 +319,10 @@ module Lithic
|
|
|
255
319
|
|
|
256
320
|
class InternalTransactionAPI = Lithic::Models::InternalTransactionAPI
|
|
257
321
|
|
|
322
|
+
class InternalTransactionCreatedWebhookEvent = Lithic::Models::InternalTransactionCreatedWebhookEvent
|
|
323
|
+
|
|
324
|
+
class InternalTransactionUpdatedWebhookEvent = Lithic::Models::InternalTransactionUpdatedWebhookEvent
|
|
325
|
+
|
|
258
326
|
class KYB = Lithic::Models::KYB
|
|
259
327
|
|
|
260
328
|
class KYBBusinessEntity = Lithic::Models::KYBBusinessEntity
|
|
@@ -263,6 +331,12 @@ module Lithic
|
|
|
263
331
|
|
|
264
332
|
class KYCExempt = Lithic::Models::KYCExempt
|
|
265
333
|
|
|
334
|
+
class LoanTapeCreatedWebhookEvent = Lithic::Models::LoanTapeCreatedWebhookEvent
|
|
335
|
+
|
|
336
|
+
class LoanTapeUpdatedWebhookEvent = Lithic::Models::LoanTapeUpdatedWebhookEvent
|
|
337
|
+
|
|
338
|
+
class ManagementOperationCreatedWebhookEvent = Lithic::Models::ManagementOperationCreatedWebhookEvent
|
|
339
|
+
|
|
266
340
|
class ManagementOperationCreateParams = Lithic::Models::ManagementOperationCreateParams
|
|
267
341
|
|
|
268
342
|
class ManagementOperationListParams = Lithic::Models::ManagementOperationListParams
|
|
@@ -273,6 +347,8 @@ module Lithic
|
|
|
273
347
|
|
|
274
348
|
class ManagementOperationTransaction = Lithic::Models::ManagementOperationTransaction
|
|
275
349
|
|
|
350
|
+
class ManagementOperationUpdatedWebhookEvent = Lithic::Models::ManagementOperationUpdatedWebhookEvent
|
|
351
|
+
|
|
276
352
|
class Merchant = Lithic::Models::Merchant
|
|
277
353
|
|
|
278
354
|
class MessageAttempt = Lithic::Models::MessageAttempt
|
|
@@ -285,10 +361,16 @@ module Lithic
|
|
|
285
361
|
|
|
286
362
|
class NetworkTotal = Lithic::Models::NetworkTotal
|
|
287
363
|
|
|
364
|
+
class NetworkTotalCreatedWebhookEvent = Lithic::Models::NetworkTotalCreatedWebhookEvent
|
|
365
|
+
|
|
366
|
+
class NetworkTotalUpdatedWebhookEvent = Lithic::Models::NetworkTotalUpdatedWebhookEvent
|
|
367
|
+
|
|
288
368
|
class NonPCICard = Lithic::Models::NonPCICard
|
|
289
369
|
|
|
290
370
|
module OwnerType = Lithic::Models::OwnerType
|
|
291
371
|
|
|
372
|
+
module ParsedWebhookEvent = Lithic::Models::ParsedWebhookEvent
|
|
373
|
+
|
|
292
374
|
class Payment = Lithic::Models::Payment
|
|
293
375
|
|
|
294
376
|
class PaymentCreateParams = Lithic::Models::PaymentCreateParams
|
|
@@ -309,6 +391,10 @@ module Lithic
|
|
|
309
391
|
|
|
310
392
|
class PaymentSimulateReturnParams = Lithic::Models::PaymentSimulateReturnParams
|
|
311
393
|
|
|
394
|
+
class PaymentTransactionCreatedWebhookEvent = Lithic::Models::PaymentTransactionCreatedWebhookEvent
|
|
395
|
+
|
|
396
|
+
class PaymentTransactionUpdatedWebhookEvent = Lithic::Models::PaymentTransactionUpdatedWebhookEvent
|
|
397
|
+
|
|
312
398
|
class ProvisionResponse = Lithic::Models::ProvisionResponse
|
|
313
399
|
|
|
314
400
|
module Reports = Lithic::Models::Reports
|
|
@@ -327,26 +413,42 @@ module Lithic
|
|
|
327
413
|
|
|
328
414
|
class SettlementReport = Lithic::Models::SettlementReport
|
|
329
415
|
|
|
416
|
+
class SettlementReportUpdatedWebhookEvent = Lithic::Models::SettlementReportUpdatedWebhookEvent
|
|
417
|
+
|
|
330
418
|
class SettlementSummaryDetails = Lithic::Models::SettlementSummaryDetails
|
|
331
419
|
|
|
332
420
|
class ShippingAddress = Lithic::Models::ShippingAddress
|
|
333
421
|
|
|
334
422
|
module SpendLimitDuration = Lithic::Models::SpendLimitDuration
|
|
335
423
|
|
|
424
|
+
class StatementsCreatedWebhookEvent = Lithic::Models::StatementsCreatedWebhookEvent
|
|
425
|
+
|
|
336
426
|
class StatementTotals = Lithic::Models::StatementTotals
|
|
337
427
|
|
|
338
428
|
module ThreeDS = Lithic::Models::ThreeDS
|
|
339
429
|
|
|
340
430
|
class ThreeDSAuthentication = Lithic::Models::ThreeDSAuthentication
|
|
341
431
|
|
|
432
|
+
class ThreeDSAuthenticationApprovalRequestWebhookEvent = Lithic::Models::ThreeDSAuthenticationApprovalRequestWebhookEvent
|
|
433
|
+
|
|
434
|
+
class ThreeDSAuthenticationChallengeWebhookEvent = Lithic::Models::ThreeDSAuthenticationChallengeWebhookEvent
|
|
435
|
+
|
|
436
|
+
class ThreeDSAuthenticationCreatedWebhookEvent = Lithic::Models::ThreeDSAuthenticationCreatedWebhookEvent
|
|
437
|
+
|
|
438
|
+
class ThreeDSAuthenticationUpdatedWebhookEvent = Lithic::Models::ThreeDSAuthenticationUpdatedWebhookEvent
|
|
439
|
+
|
|
342
440
|
class TokenInfo = Lithic::Models::TokenInfo
|
|
343
441
|
|
|
344
442
|
class Tokenization = Lithic::Models::Tokenization
|
|
345
443
|
|
|
346
444
|
class TokenizationActivateParams = Lithic::Models::TokenizationActivateParams
|
|
347
445
|
|
|
446
|
+
class TokenizationApprovalRequestWebhookEvent = Lithic::Models::TokenizationApprovalRequestWebhookEvent
|
|
447
|
+
|
|
348
448
|
class TokenizationDeactivateParams = Lithic::Models::TokenizationDeactivateParams
|
|
349
449
|
|
|
450
|
+
class TokenizationDecisioningRequestWebhookEvent = Lithic::Models::TokenizationDecisioningRequestWebhookEvent
|
|
451
|
+
|
|
350
452
|
class TokenizationDecisioningRetrieveSecretParams = Lithic::Models::TokenizationDecisioningRetrieveSecretParams
|
|
351
453
|
|
|
352
454
|
class TokenizationDecisioningRotateSecretParams = Lithic::Models::TokenizationDecisioningRotateSecretParams
|
|
@@ -359,6 +461,8 @@ module Lithic
|
|
|
359
461
|
|
|
360
462
|
class TokenizationResendActivationCodeParams = Lithic::Models::TokenizationResendActivationCodeParams
|
|
361
463
|
|
|
464
|
+
class TokenizationResultWebhookEvent = Lithic::Models::TokenizationResultWebhookEvent
|
|
465
|
+
|
|
362
466
|
class TokenizationRetrieveParams = Lithic::Models::TokenizationRetrieveParams
|
|
363
467
|
|
|
364
468
|
class TokenizationRuleResult = Lithic::Models::TokenizationRuleResult
|
|
@@ -369,10 +473,16 @@ module Lithic
|
|
|
369
473
|
|
|
370
474
|
module TokenizationTfaReason = Lithic::Models::TokenizationTfaReason
|
|
371
475
|
|
|
476
|
+
class TokenizationTwoFactorAuthenticationCodeSentWebhookEvent = Lithic::Models::TokenizationTwoFactorAuthenticationCodeSentWebhookEvent
|
|
477
|
+
|
|
478
|
+
class TokenizationTwoFactorAuthenticationCodeWebhookEvent = Lithic::Models::TokenizationTwoFactorAuthenticationCodeWebhookEvent
|
|
479
|
+
|
|
372
480
|
class TokenizationUnpauseParams = Lithic::Models::TokenizationUnpauseParams
|
|
373
481
|
|
|
374
482
|
class TokenizationUpdateDigitalCardArtParams = Lithic::Models::TokenizationUpdateDigitalCardArtParams
|
|
375
483
|
|
|
484
|
+
class TokenizationUpdatedWebhookEvent = Lithic::Models::TokenizationUpdatedWebhookEvent
|
|
485
|
+
|
|
376
486
|
class Transaction = Lithic::Models::Transaction
|
|
377
487
|
|
|
378
488
|
class TransactionExpireAuthorizationParams = Lithic::Models::TransactionExpireAuthorizationParams
|
|
@@ -401,9 +511,15 @@ module Lithic
|
|
|
401
511
|
|
|
402
512
|
class TransferCreateParams = Lithic::Models::TransferCreateParams
|
|
403
513
|
|
|
514
|
+
class TransferLimitListParams = Lithic::Models::TransferLimitListParams
|
|
515
|
+
|
|
516
|
+
class TransferLimitsResponse = Lithic::Models::TransferLimitsResponse
|
|
517
|
+
|
|
404
518
|
module VerificationMethod = Lithic::Models::VerificationMethod
|
|
405
519
|
|
|
406
520
|
class WalletDecisioningInfo = Lithic::Models::WalletDecisioningInfo
|
|
407
521
|
|
|
522
|
+
class WebhookParsedParams = Lithic::Models::WebhookParsedParams
|
|
523
|
+
|
|
408
524
|
class WirePartyDetails = Lithic::Models::WirePartyDetails
|
|
409
525
|
end
|
|
@@ -35,6 +35,12 @@ module Lithic
|
|
|
35
35
|
?request_options: Lithic::request_opts
|
|
36
36
|
) -> Lithic::Internal::CursorPage[Lithic::BookTransferResponse]
|
|
37
37
|
|
|
38
|
+
def retry_: (
|
|
39
|
+
String book_transfer_token,
|
|
40
|
+
retry_token: String,
|
|
41
|
+
?request_options: Lithic::request_opts
|
|
42
|
+
) -> Lithic::BookTransferResponse
|
|
43
|
+
|
|
38
44
|
def reverse: (
|
|
39
45
|
String book_transfer_token,
|
|
40
46
|
?memo: String,
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
module Lithic
|
|
2
2
|
module Resources
|
|
3
3
|
class Cards
|
|
4
|
-
attr_reader aggregate_balances: Lithic::Resources::Cards::AggregateBalances
|
|
5
|
-
|
|
6
4
|
attr_reader balances: Lithic::Resources::Cards::Balances
|
|
7
5
|
|
|
8
6
|
attr_reader financial_transactions: Lithic::Resources::Cards::FinancialTransactions
|
|
@@ -48,6 +48,7 @@ module Lithic
|
|
|
48
48
|
String financial_account_token,
|
|
49
49
|
status: Lithic::Models::FinancialAccountUpdateStatusParams::status,
|
|
50
50
|
substatus: Lithic::Models::FinancialAccountUpdateStatusParams::substatus?,
|
|
51
|
+
?user_defined_status: String,
|
|
51
52
|
?request_options: Lithic::request_opts
|
|
52
53
|
) -> Lithic::FinancialAccount
|
|
53
54
|
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
module Lithic
|
|
2
|
+
module Resources
|
|
3
|
+
class TransferLimits
|
|
4
|
+
def list: (
|
|
5
|
+
?date: Date,
|
|
6
|
+
?request_options: Lithic::request_opts
|
|
7
|
+
) -> Lithic::Internal::SinglePage[Lithic::TransferLimitsResponse::Data]
|
|
8
|
+
|
|
9
|
+
def initialize: (client: Lithic::Client) -> void
|
|
10
|
+
end
|
|
11
|
+
end
|
|
12
|
+
end
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
module Lithic
|
|
2
|
+
module Resources
|
|
3
|
+
class Webhooks
|
|
4
|
+
def parse: (
|
|
5
|
+
String payload,
|
|
6
|
+
headers: Hash[String, String],
|
|
7
|
+
?secret: String?
|
|
8
|
+
) -> Lithic::Models::parsed_webhook_event
|
|
9
|
+
|
|
10
|
+
def parse_unsafe: (String payload) -> Lithic::Models::parsed_webhook_event
|
|
11
|
+
|
|
12
|
+
def verify_signature: (
|
|
13
|
+
payload: String,
|
|
14
|
+
headers: Hash[String, String],
|
|
15
|
+
?secret: String?
|
|
16
|
+
) -> Hash[Symbol, untyped]
|
|
17
|
+
|
|
18
|
+
def initialize: (client: Lithic::Client) -> void
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|