lithic 0.1.0.pre.alpha.56 → 0.2.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 +46 -0
- data/README.md +36 -1
- data/lib/lithic/client.rb +12 -0
- data/lib/lithic/errors.rb +15 -0
- data/lib/lithic/models/account_activity_list_params.rb +2 -0
- data/lib/lithic/models/account_activity_list_response.rb +2 -0
- data/lib/lithic/models/account_activity_retrieve_transaction_response.rb +2 -0
- 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/asa_request_webhook_event.rb +1010 -0
- data/lib/lithic/models/auth_rules/auth_rule.rb +208 -49
- data/lib/lithic/models/auth_rules/auth_rule_condition.rb +2 -2
- data/lib/lithic/models/auth_rules/conditional_3ds_action_parameters.rb +2 -2
- data/lib/lithic/models/auth_rules/conditional_ach_action_parameters.rb +2 -2
- data/lib/lithic/models/auth_rules/conditional_authorization_action_parameters.rb +2 -2
- data/lib/lithic/models/auth_rules/conditional_operation.rb +5 -0
- data/lib/lithic/models/auth_rules/conditional_tokenization_action_parameters.rb +19 -2
- data/lib/lithic/models/auth_rules/conditional_value.rb +4 -1
- data/lib/lithic/models/auth_rules/event_stream.rb +21 -0
- data/lib/lithic/models/auth_rules/v2_create_params.rb +3 -17
- data/lib/lithic/models/auth_rules/v2_list_params.rb +16 -19
- 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_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_bulk_order.rb +106 -0
- data/lib/lithic/models/card_bulk_order_create_params.rb +52 -0
- data/lib/lithic/models/card_bulk_order_list_params.rb +61 -0
- data/lib/lithic/models/card_bulk_order_retrieve_params.rb +14 -0
- data/lib/lithic/models/card_bulk_order_update_params.rb +32 -0
- data/lib/lithic/models/card_convert_physical_params.rb +3 -0
- data/lib/lithic/models/card_converted_webhook_event.rb +24 -0
- data/lib/lithic/models/card_create_params.rb +14 -1
- data/lib/lithic/models/card_created_webhook_event.rb +32 -0
- data/lib/lithic/models/card_program.rb +10 -10
- data/lib/lithic/models/card_reissue_params.rb +3 -0
- data/lib/lithic/models/card_reissued_webhook_event.rb +24 -0
- data/lib/lithic/models/card_renew_params.rb +3 -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/card_web_provision_params.rb +32 -1
- data/lib/lithic/models/card_web_provision_response.rb +98 -60
- data/lib/lithic/models/cardholder_authentication.rb +132 -0
- data/lib/lithic/models/device.rb +37 -0
- data/lib/lithic/models/digital_wallet_token_metadata.rb +141 -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_unpause_response.rb → external_bank_account.rb} +15 -16
- 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.rb +12 -0
- data/lib/lithic/models/external_payment_create_params.rb +2 -0
- data/lib/lithic/models/external_payment_created_webhook_event.rb +16 -0
- data/lib/lithic/models/external_payment_list_params.rb +2 -0
- data/lib/lithic/models/external_payment_updated_webhook_event.rb +16 -0
- data/lib/lithic/models/financial_account_balance.rb +112 -0
- data/lib/lithic/models/financial_account_created_webhook_event.rb +16 -0
- data/lib/lithic/models/financial_account_updated_webhook_event.rb +16 -0
- data/lib/lithic/models/financial_accounts/statement.rb +9 -9
- data/lib/lithic/models/financial_accounts/statements/statement_line_items.rb +18 -0
- data/lib/lithic/models/financial_event.rb +16 -0
- data/lib/lithic/models/{funding_event_retrieve_response.rb → funding_event.rb} +9 -10
- data/lib/lithic/models/funding_event_created_webhook_event.rb +16 -0
- data/lib/lithic/models/internal_transaction.rb +166 -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 -0
- data/lib/lithic/models/management_operation_created_webhook_event.rb +16 -0
- data/lib/lithic/models/management_operation_transaction.rb +6 -0
- data/lib/lithic/models/management_operation_updated_webhook_event.rb +16 -0
- data/lib/lithic/models/network_total.rb +169 -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/non_pci_card.rb +10 -1
- data/lib/lithic/models/parsed_webhook_event.rb +818 -0
- data/lib/lithic/models/payment.rb +11 -1
- data/lib/lithic/models/payment_create_params.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.rb +1259 -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/token_info.rb +42 -0
- data/lib/lithic/models/tokenization.rb +9 -111
- 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_decline_reason.rb +27 -0
- data/lib/lithic/models/tokenization_result_webhook_event.rb +141 -0
- data/lib/lithic/models/tokenization_rule_result.rb +61 -0
- data/lib/lithic/models/tokenization_tfa_reason.rb +29 -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 +6 -174
- data/lib/lithic/models/wallet_decisioning_info.rb +44 -0
- data/lib/lithic/models/webhook_parsed_params.rb +14 -0
- data/lib/lithic/models.rb +158 -0
- data/lib/lithic/resources/auth_rules/v2.rb +17 -15
- data/lib/lithic/resources/card_bulk_orders.rb +127 -0
- data/lib/lithic/resources/cards/balances.rb +2 -2
- data/lib/lithic/resources/cards.rb +14 -3
- data/lib/lithic/resources/external_bank_accounts.rb +4 -4
- data/lib/lithic/resources/financial_accounts/balances.rb +2 -2
- data/lib/lithic/resources/funding_events.rb +4 -4
- data/lib/lithic/resources/internal_transaction.rb +14 -0
- data/lib/lithic/resources/reports/settlement/network_totals.rb +4 -4
- data/lib/lithic/resources/three_ds/authentication.rb +2 -2
- data/lib/lithic/resources/tokenizations.rb +4 -4
- data/lib/lithic/resources/webhooks.rb +87 -0
- data/lib/lithic/version.rb +1 -1
- data/lib/lithic.rb +92 -29
- data/manifest.yaml +1 -0
- data/rbi/lithic/client.rbi +9 -0
- data/rbi/lithic/models/account_activity_list_params.rbi +10 -0
- data/rbi/lithic/models/account_activity_list_response.rbi +10 -0
- data/rbi/lithic/models/account_activity_retrieve_transaction_response.rbi +10 -0
- 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/asa_request_webhook_event.rbi +2229 -0
- data/rbi/lithic/models/auth_rules/auth_rule.rbi +339 -80
- data/rbi/lithic/models/auth_rules/conditional_operation.rbi +25 -0
- data/rbi/lithic/models/auth_rules/conditional_tokenization_action_parameters.rbi +29 -0
- data/rbi/lithic/models/auth_rules/conditional_value.rbi +2 -1
- data/rbi/lithic/models/auth_rules/event_stream.rbi +44 -0
- data/rbi/lithic/models/auth_rules/v2_create_params.rbi +4 -60
- data/rbi/lithic/models/auth_rules/v2_list_params.rbi +27 -59
- 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_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_bulk_order.rbi +141 -0
- data/rbi/lithic/models/card_bulk_order_create_params.rbi +92 -0
- data/rbi/lithic/models/card_bulk_order_list_params.rbi +98 -0
- data/rbi/lithic/models/card_bulk_order_retrieve_params.rbi +27 -0
- data/rbi/lithic/models/card_bulk_order_update_params.rbi +68 -0
- data/rbi/lithic/models/card_convert_physical_params.rbi +8 -0
- data/rbi/lithic/models/card_converted_webhook_event.rbi +35 -0
- data/rbi/lithic/models/card_create_params.rbi +23 -0
- data/rbi/lithic/models/card_created_webhook_event.rbi +53 -0
- data/rbi/lithic/models/card_program.rbi +10 -13
- data/rbi/lithic/models/card_reissue_params.rbi +8 -0
- data/rbi/lithic/models/card_reissued_webhook_event.rbi +38 -0
- data/rbi/lithic/models/card_renew_params.rbi +8 -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/card_web_provision_params.rbi +44 -0
- data/rbi/lithic/models/card_web_provision_response.rbi +182 -102
- data/rbi/lithic/models/cardholder_authentication.rbi +296 -0
- data/rbi/lithic/models/device.rbi +54 -0
- data/rbi/lithic/models/digital_wallet_token_metadata.rbi +290 -0
- 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_unpause_response.rbi → external_bank_account.rbi} +26 -75
- 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.rbi +57 -0
- data/rbi/lithic/models/external_payment_create_params.rbi +10 -0
- data/rbi/lithic/models/external_payment_created_webhook_event.rbi +30 -0
- data/rbi/lithic/models/external_payment_list_params.rbi +10 -0
- data/rbi/lithic/models/external_payment_updated_webhook_event.rbi +30 -0
- data/rbi/lithic/models/financial_account_balance.rbi +144 -0
- data/rbi/lithic/models/financial_account_created_webhook_event.rbi +30 -0
- data/rbi/lithic/models/financial_account_updated_webhook_event.rbi +30 -0
- data/rbi/lithic/models/financial_accounts/statement.rbi +9 -9
- data/rbi/lithic/models/financial_accounts/statements/statement_line_items.rbi +90 -0
- data/rbi/lithic/models/financial_event.rbi +60 -0
- data/rbi/lithic/models/{funding_event_list_response.rbi → funding_event.rbi} +13 -35
- data/rbi/lithic/models/funding_event_created_webhook_event.rbi +30 -0
- data/rbi/lithic/models/internal_transaction.rbi +282 -0
- 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 +30 -0
- data/rbi/lithic/models/management_operation_created_webhook_event.rbi +30 -0
- data/rbi/lithic/models/management_operation_transaction.rbi +30 -0
- data/rbi/lithic/models/management_operation_updated_webhook_event.rbi +30 -0
- data/rbi/lithic/models/network_total.rbi +226 -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/non_pci_card.rbi +10 -0
- data/rbi/lithic/models/parsed_webhook_event.rbi +1310 -0
- data/rbi/lithic/models/payment.rbi +12 -0
- data/rbi/lithic/models/payment_create_params.rbi +15 -1
- 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.rbi +2432 -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/token_info.rbi +70 -0
- data/rbi/lithic/models/tokenization.rbi +12 -335
- 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_decline_reason.rbi +73 -0
- data/rbi/lithic/models/tokenization_result_webhook_event.rbi +295 -0
- data/rbi/lithic/models/tokenization_rule_result.rbi +96 -0
- data/rbi/lithic/models/tokenization_tfa_reason.rbi +74 -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 +8 -410
- data/rbi/lithic/models/wallet_decisioning_info.rbi +63 -0
- data/rbi/lithic/models/webhook_parsed_params.rbi +27 -0
- data/rbi/lithic/models.rbi +193 -0
- data/rbi/lithic/resources/auth_rules/v2.rbi +15 -15
- data/rbi/lithic/resources/card_bulk_orders.rbi +101 -0
- data/rbi/lithic/resources/cards/balances.rbi +1 -3
- data/rbi/lithic/resources/cards.rbi +22 -1
- data/rbi/lithic/resources/external_bank_accounts.rbi +2 -2
- data/rbi/lithic/resources/financial_accounts/balances.rbi +1 -3
- data/rbi/lithic/resources/funding_events.rbi +2 -4
- data/rbi/lithic/resources/internal_transaction.rbi +12 -0
- data/rbi/lithic/resources/reports/settlement/network_totals.rbi +2 -8
- data/rbi/lithic/resources/three_ds/authentication.rbi +1 -1
- data/rbi/lithic/resources/tokenizations.rbi +2 -2
- data/rbi/lithic/resources/webhooks.rbi +158 -0
- data/sig/lithic/client.rbs +6 -0
- data/sig/lithic/models/account_activity_list_params.rbs +4 -0
- data/sig/lithic/models/account_activity_list_response.rbs +4 -0
- data/sig/lithic/models/account_activity_retrieve_transaction_response.rbs +4 -0
- 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/asa_request_webhook_event.rbs +881 -0
- data/sig/lithic/models/auth_rules/auth_rule.rbs +135 -36
- data/sig/lithic/models/auth_rules/conditional_operation.rbs +10 -0
- data/sig/lithic/models/auth_rules/conditional_tokenization_action_parameters.rbs +2 -0
- data/sig/lithic/models/auth_rules/conditional_value.rbs +1 -1
- data/sig/lithic/models/auth_rules/event_stream.rbs +24 -0
- data/sig/lithic/models/auth_rules/v2_create_params.rbs +6 -25
- data/sig/lithic/models/auth_rules/v2_list_params.rbs +15 -25
- 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_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_bulk_order.rbs +76 -0
- data/sig/lithic/models/card_bulk_order_create_params.rbs +46 -0
- data/sig/lithic/models/card_bulk_order_list_params.rbs +56 -0
- data/sig/lithic/models/card_bulk_order_retrieve_params.rbs +15 -0
- data/sig/lithic/models/card_bulk_order_update_params.rbs +34 -0
- data/sig/lithic/models/card_convert_physical_params.rbs +2 -0
- data/sig/lithic/models/card_converted_webhook_event.rbs +19 -0
- data/sig/lithic/models/card_create_params.rbs +9 -0
- data/sig/lithic/models/card_created_webhook_event.rbs +30 -0
- data/sig/lithic/models/card_program.rbs +5 -7
- data/sig/lithic/models/card_reissue_params.rbs +2 -0
- data/sig/lithic/models/card_reissued_webhook_event.rbs +21 -0
- data/sig/lithic/models/card_renew_params.rbs +2 -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/card_web_provision_params.rbs +26 -2
- data/sig/lithic/models/card_web_provision_response.rbs +81 -51
- data/sig/lithic/models/cardholder_authentication.rbs +98 -0
- data/sig/lithic/models/device.rbs +21 -0
- data/sig/lithic/models/digital_wallet_token_metadata.rbs +119 -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_unpause_response.rbs → external_bank_account.rbs} +17 -17
- 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.rbs +28 -1
- data/sig/lithic/models/external_payment_create_params.rbs +8 -1
- data/sig/lithic/models/external_payment_created_webhook_event.rbs +18 -0
- data/sig/lithic/models/external_payment_list_params.rbs +8 -1
- data/sig/lithic/models/external_payment_updated_webhook_event.rbs +18 -0
- data/sig/lithic/models/financial_account_balance.rbs +78 -0
- data/sig/lithic/models/financial_account_created_webhook_event.rbs +18 -0
- data/sig/lithic/models/financial_account_updated_webhook_event.rbs +18 -0
- data/sig/lithic/models/financial_accounts/statement.rbs +12 -12
- data/sig/lithic/models/financial_accounts/statements/statement_line_items.rbs +36 -0
- data/sig/lithic/models/financial_event.rbs +32 -0
- data/sig/lithic/models/{funding_event_list_response.rbs → funding_event.rbs} +11 -11
- data/sig/lithic/models/funding_event_created_webhook_event.rbs +16 -0
- data/sig/lithic/models/internal_transaction.rbs +165 -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_create_params.rbs +12 -0
- data/sig/lithic/models/management_operation_created_webhook_event.rbs +18 -0
- data/sig/lithic/models/management_operation_transaction.rbs +12 -0
- data/sig/lithic/models/management_operation_updated_webhook_event.rbs +18 -0
- data/sig/lithic/models/network_total.rbs +125 -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/non_pci_card.rbs +5 -0
- data/sig/lithic/models/parsed_webhook_event.rbs +641 -0
- data/sig/lithic/models/payment.rbs +9 -0
- data/sig/lithic/models/payment_create_params.rbs +7 -0
- 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.rbs +911 -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/token_info.rbs +36 -0
- data/sig/lithic/models/tokenization.rbs +18 -137
- 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_decline_reason.rbs +38 -0
- data/sig/lithic/models/tokenization_result_webhook_event.rbs +133 -0
- data/sig/lithic/models/tokenization_rule_result.rbs +48 -0
- data/sig/lithic/models/tokenization_tfa_reason.rbs +42 -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 +8 -140
- data/sig/lithic/models/wallet_decisioning_info.rbs +35 -0
- data/sig/lithic/models/webhook_parsed_params.rbs +15 -0
- data/sig/lithic/models.rbs +150 -0
- data/sig/lithic/resources/auth_rules/v2.rbs +9 -8
- data/sig/lithic/resources/card_bulk_orders.rbs +34 -0
- data/sig/lithic/resources/cards/balances.rbs +1 -1
- data/sig/lithic/resources/cards.rbs +5 -1
- data/sig/lithic/resources/external_bank_accounts.rbs +2 -2
- data/sig/lithic/resources/financial_accounts/balances.rbs +1 -1
- data/sig/lithic/resources/funding_events.rbs +2 -2
- data/sig/lithic/resources/internal_transaction.rbs +7 -0
- data/sig/lithic/resources/reports/settlement/network_totals.rbs +2 -2
- data/sig/lithic/resources/three_ds/authentication.rbs +1 -1
- data/sig/lithic/resources/tokenizations.rbs +2 -2
- data/sig/lithic/resources/webhooks.rbs +135 -0
- metadata +241 -55
- data/lib/lithic/models/auth_rules/v2_create_response.rb +0 -280
- data/lib/lithic/models/auth_rules/v2_draft_response.rb +0 -279
- data/lib/lithic/models/auth_rules/v2_list_response.rb +0 -279
- data/lib/lithic/models/auth_rules/v2_promote_response.rb +0 -280
- data/lib/lithic/models/auth_rules/v2_retrieve_response.rb +0 -284
- data/lib/lithic/models/auth_rules/v2_update_response.rb +0 -280
- data/lib/lithic/models/cards/balance_list_response.rb +0 -115
- data/lib/lithic/models/external_bank_account_retry_prenote_response.rb +0 -242
- data/lib/lithic/models/financial_accounts/balance_list_response.rb +0 -115
- data/lib/lithic/models/funding_event_list_response.rb +0 -108
- data/lib/lithic/models/reports/settlement/network_total_list_response.rb +0 -176
- data/lib/lithic/models/reports/settlement/network_total_retrieve_response.rb +0 -176
- data/lib/lithic/models/three_ds/authentication_retrieve_response.rb +0 -1288
- data/lib/lithic/models/tokenization_simulate_response.rb +0 -16
- data/lib/lithic/models/tokenization_update_digital_card_art_response.rb +0 -16
- data/rbi/lithic/models/auth_rules/v2_create_response.rbi +0 -522
- data/rbi/lithic/models/auth_rules/v2_draft_response.rbi +0 -522
- data/rbi/lithic/models/auth_rules/v2_list_response.rbi +0 -518
- data/rbi/lithic/models/auth_rules/v2_promote_response.rbi +0 -525
- data/rbi/lithic/models/auth_rules/v2_retrieve_response.rbi +0 -528
- data/rbi/lithic/models/auth_rules/v2_update_response.rbi +0 -522
- data/rbi/lithic/models/cards/balance_list_response.rbi +0 -170
- data/rbi/lithic/models/external_bank_account_retry_prenote_response.rbi +0 -375
- data/rbi/lithic/models/financial_accounts/balance_list_response.rbi +0 -174
- data/rbi/lithic/models/funding_event_retrieve_response.rbi +0 -184
- data/rbi/lithic/models/reports/settlement/network_total_list_response.rbi +0 -280
- data/rbi/lithic/models/reports/settlement/network_total_retrieve_response.rbi +0 -280
- data/rbi/lithic/models/three_ds/authentication_retrieve_response.rbi +0 -2580
- data/rbi/lithic/models/tokenization_simulate_response.rbi +0 -33
- data/rbi/lithic/models/tokenization_update_digital_card_art_response.rbi +0 -31
- data/sig/lithic/models/auth_rules/v2_create_response.rbs +0 -205
- data/sig/lithic/models/auth_rules/v2_draft_response.rbs +0 -205
- data/sig/lithic/models/auth_rules/v2_list_response.rbs +0 -205
- data/sig/lithic/models/auth_rules/v2_promote_response.rbs +0 -205
- data/sig/lithic/models/auth_rules/v2_retrieve_response.rbs +0 -205
- data/sig/lithic/models/auth_rules/v2_update_response.rbs +0 -205
- data/sig/lithic/models/cards/balance_list_response.rbs +0 -80
- data/sig/lithic/models/external_bank_account_retry_prenote_response.rbs +0 -162
- data/sig/lithic/models/financial_accounts/balance_list_response.rbs +0 -80
- data/sig/lithic/models/funding_event_retrieve_response.rbs +0 -85
- data/sig/lithic/models/reports/settlement/network_total_list_response.rbs +0 -129
- data/sig/lithic/models/reports/settlement/network_total_retrieve_response.rbs +0 -129
- data/sig/lithic/models/three_ds/authentication_retrieve_response.rbs +0 -913
- data/sig/lithic/models/tokenization_simulate_response.rbs +0 -18
- data/sig/lithic/models/tokenization_update_digital_card_art_response.rbs +0 -16
|
@@ -11,16 +11,16 @@ module Lithic
|
|
|
11
11
|
program_level: bool,
|
|
12
12
|
?account_tokens: ::Array[String],
|
|
13
13
|
?business_account_tokens: ::Array[String],
|
|
14
|
-
?event_stream: Lithic::Models::AuthRules::
|
|
14
|
+
?event_stream: Lithic::Models::AuthRules::event_stream,
|
|
15
15
|
?name: String?,
|
|
16
16
|
?excluded_card_tokens: ::Array[String],
|
|
17
17
|
?request_options: Lithic::request_opts
|
|
18
|
-
) -> Lithic::
|
|
18
|
+
) -> Lithic::AuthRules::AuthRule
|
|
19
19
|
|
|
20
20
|
def retrieve: (
|
|
21
21
|
String auth_rule_token,
|
|
22
22
|
?request_options: Lithic::request_opts
|
|
23
|
-
) -> Lithic::
|
|
23
|
+
) -> Lithic::AuthRules::AuthRule
|
|
24
24
|
|
|
25
25
|
def update: (
|
|
26
26
|
String auth_rule_token,
|
|
@@ -32,19 +32,20 @@ module Lithic
|
|
|
32
32
|
?excluded_card_tokens: ::Array[String],
|
|
33
33
|
?program_level: bool,
|
|
34
34
|
?request_options: Lithic::request_opts
|
|
35
|
-
) -> Lithic::
|
|
35
|
+
) -> Lithic::AuthRules::AuthRule
|
|
36
36
|
|
|
37
37
|
def list: (
|
|
38
38
|
?account_token: String,
|
|
39
39
|
?business_account_token: String,
|
|
40
40
|
?card_token: String,
|
|
41
41
|
?ending_before: String,
|
|
42
|
-
?event_stream: Lithic::Models::AuthRules::
|
|
42
|
+
?event_stream: Lithic::Models::AuthRules::event_stream,
|
|
43
|
+
?event_streams: ::Array[Lithic::Models::AuthRules::event_stream],
|
|
43
44
|
?page_size: Integer,
|
|
44
45
|
?scope: Lithic::Models::AuthRules::V2ListParams::scope,
|
|
45
46
|
?starting_after: String,
|
|
46
47
|
?request_options: Lithic::request_opts
|
|
47
|
-
) -> Lithic::Internal::CursorPage[Lithic::
|
|
48
|
+
) -> Lithic::Internal::CursorPage[Lithic::AuthRules::AuthRule]
|
|
48
49
|
|
|
49
50
|
def delete: (
|
|
50
51
|
String auth_rule_token,
|
|
@@ -55,12 +56,12 @@ module Lithic
|
|
|
55
56
|
String auth_rule_token,
|
|
56
57
|
?parameters: Lithic::Models::AuthRules::V2DraftParams::parameters?,
|
|
57
58
|
?request_options: Lithic::request_opts
|
|
58
|
-
) -> Lithic::
|
|
59
|
+
) -> Lithic::AuthRules::AuthRule
|
|
59
60
|
|
|
60
61
|
def promote: (
|
|
61
62
|
String auth_rule_token,
|
|
62
63
|
?request_options: Lithic::request_opts
|
|
63
|
-
) -> Lithic::
|
|
64
|
+
) -> Lithic::AuthRules::AuthRule
|
|
64
65
|
|
|
65
66
|
def retrieve_features: (
|
|
66
67
|
String auth_rule_token,
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
module Lithic
|
|
2
|
+
module Resources
|
|
3
|
+
class CardBulkOrders
|
|
4
|
+
def create: (
|
|
5
|
+
customer_product_id: String,
|
|
6
|
+
shipping_address: top,
|
|
7
|
+
shipping_method: Lithic::Models::CardBulkOrderCreateParams::shipping_method,
|
|
8
|
+
?request_options: Lithic::request_opts
|
|
9
|
+
) -> Lithic::CardBulkOrder
|
|
10
|
+
|
|
11
|
+
def retrieve: (
|
|
12
|
+
String bulk_order_token,
|
|
13
|
+
?request_options: Lithic::request_opts
|
|
14
|
+
) -> Lithic::CardBulkOrder
|
|
15
|
+
|
|
16
|
+
def update: (
|
|
17
|
+
String bulk_order_token,
|
|
18
|
+
status: Lithic::Models::CardBulkOrderUpdateParams::status,
|
|
19
|
+
?request_options: Lithic::request_opts
|
|
20
|
+
) -> Lithic::CardBulkOrder
|
|
21
|
+
|
|
22
|
+
def list: (
|
|
23
|
+
?begin_: Time,
|
|
24
|
+
?end_: Time,
|
|
25
|
+
?ending_before: String,
|
|
26
|
+
?page_size: Integer,
|
|
27
|
+
?starting_after: String,
|
|
28
|
+
?request_options: Lithic::request_opts
|
|
29
|
+
) -> Lithic::Internal::CursorPage[Lithic::CardBulkOrder]
|
|
30
|
+
|
|
31
|
+
def initialize: (client: Lithic::Client) -> void
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
end
|
|
@@ -7,7 +7,7 @@ module Lithic
|
|
|
7
7
|
?balance_date: Time,
|
|
8
8
|
?last_transaction_event_token: String,
|
|
9
9
|
?request_options: Lithic::request_opts
|
|
10
|
-
) -> Lithic::Internal::SinglePage[Lithic::
|
|
10
|
+
) -> Lithic::Internal::SinglePage[Lithic::FinancialAccountBalance]
|
|
11
11
|
|
|
12
12
|
def initialize: (client: Lithic::Client) -> void
|
|
13
13
|
end
|
|
@@ -10,6 +10,7 @@ module Lithic
|
|
|
10
10
|
def create: (
|
|
11
11
|
type: Lithic::Models::CardCreateParams::type_,
|
|
12
12
|
?account_token: String,
|
|
13
|
+
?bulk_order_token: String,
|
|
13
14
|
?card_program_token: String,
|
|
14
15
|
?carrier: Lithic::Carrier,
|
|
15
16
|
?digital_card_art_token: String,
|
|
@@ -120,9 +121,12 @@ module Lithic
|
|
|
120
121
|
|
|
121
122
|
def web_provision: (
|
|
122
123
|
String card_token,
|
|
124
|
+
?client_device_id: String,
|
|
125
|
+
?client_wallet_account_id: String,
|
|
123
126
|
?digital_wallet: Lithic::Models::CardWebProvisionParams::digital_wallet,
|
|
127
|
+
?server_session_id: String,
|
|
124
128
|
?request_options: Lithic::request_opts
|
|
125
|
-
) -> Lithic::Models::
|
|
129
|
+
) -> Lithic::Models::card_web_provision_response
|
|
126
130
|
|
|
127
131
|
def initialize: (client: Lithic::Client) -> void
|
|
128
132
|
end
|
|
@@ -66,12 +66,12 @@ module Lithic
|
|
|
66
66
|
String external_bank_account_token,
|
|
67
67
|
?financial_account_token: String,
|
|
68
68
|
?request_options: Lithic::request_opts
|
|
69
|
-
) -> Lithic::
|
|
69
|
+
) -> Lithic::ExternalBankAccount
|
|
70
70
|
|
|
71
71
|
def unpause: (
|
|
72
72
|
String external_bank_account_token,
|
|
73
73
|
?request_options: Lithic::request_opts
|
|
74
|
-
) -> Lithic::
|
|
74
|
+
) -> Lithic::ExternalBankAccount
|
|
75
75
|
|
|
76
76
|
def initialize: (client: Lithic::Client) -> void
|
|
77
77
|
end
|
|
@@ -7,7 +7,7 @@ module Lithic
|
|
|
7
7
|
?balance_date: Time,
|
|
8
8
|
?last_transaction_event_token: String,
|
|
9
9
|
?request_options: Lithic::request_opts
|
|
10
|
-
) -> Lithic::Internal::SinglePage[Lithic::
|
|
10
|
+
) -> Lithic::Internal::SinglePage[Lithic::FinancialAccountBalance]
|
|
11
11
|
|
|
12
12
|
def initialize: (client: Lithic::Client) -> void
|
|
13
13
|
end
|
|
@@ -4,14 +4,14 @@ module Lithic
|
|
|
4
4
|
def retrieve: (
|
|
5
5
|
String funding_event_token,
|
|
6
6
|
?request_options: Lithic::request_opts
|
|
7
|
-
) -> Lithic::
|
|
7
|
+
) -> Lithic::FundingEvent
|
|
8
8
|
|
|
9
9
|
def list: (
|
|
10
10
|
?ending_before: String,
|
|
11
11
|
?page_size: Integer,
|
|
12
12
|
?starting_after: String,
|
|
13
13
|
?request_options: Lithic::request_opts
|
|
14
|
-
) -> Lithic::Internal::CursorPage[Lithic::
|
|
14
|
+
) -> Lithic::Internal::CursorPage[Lithic::FundingEvent]
|
|
15
15
|
|
|
16
16
|
def retrieve_details: (
|
|
17
17
|
String funding_event_token,
|
|
@@ -6,7 +6,7 @@ module Lithic
|
|
|
6
6
|
def retrieve: (
|
|
7
7
|
String token,
|
|
8
8
|
?request_options: Lithic::request_opts
|
|
9
|
-
) -> Lithic::
|
|
9
|
+
) -> Lithic::NetworkTotal
|
|
10
10
|
|
|
11
11
|
def list: (
|
|
12
12
|
?begin_: Time,
|
|
@@ -21,7 +21,7 @@ module Lithic
|
|
|
21
21
|
?settlement_institution_id: String,
|
|
22
22
|
?starting_after: String,
|
|
23
23
|
?request_options: Lithic::request_opts
|
|
24
|
-
) -> Lithic::Internal::CursorPage[Lithic::
|
|
24
|
+
) -> Lithic::Internal::CursorPage[Lithic::NetworkTotal]
|
|
25
25
|
|
|
26
26
|
def initialize: (client: Lithic::Client) -> void
|
|
27
27
|
end
|
|
@@ -5,7 +5,7 @@ module Lithic
|
|
|
5
5
|
def retrieve: (
|
|
6
6
|
String three_ds_authentication_token,
|
|
7
7
|
?request_options: Lithic::request_opts
|
|
8
|
-
) -> Lithic::
|
|
8
|
+
) -> Lithic::ThreeDSAuthentication
|
|
9
9
|
|
|
10
10
|
def simulate: (
|
|
11
11
|
merchant: Lithic::ThreeDS::AuthenticationSimulateParams::Merchant,
|
|
@@ -49,7 +49,7 @@ module Lithic
|
|
|
49
49
|
?entity: String,
|
|
50
50
|
?wallet_recommended_decision: Lithic::Models::TokenizationSimulateParams::wallet_recommended_decision,
|
|
51
51
|
?request_options: Lithic::request_opts
|
|
52
|
-
) -> Lithic::
|
|
52
|
+
) -> Lithic::Tokenization
|
|
53
53
|
|
|
54
54
|
def unpause: (
|
|
55
55
|
String tokenization_token,
|
|
@@ -60,7 +60,7 @@ module Lithic
|
|
|
60
60
|
String tokenization_token,
|
|
61
61
|
?digital_card_art_token: String,
|
|
62
62
|
?request_options: Lithic::request_opts
|
|
63
|
-
) -> Lithic::
|
|
63
|
+
) -> Lithic::Tokenization
|
|
64
64
|
|
|
65
65
|
def initialize: (client: Lithic::Client) -> void
|
|
66
66
|
end
|
|
@@ -0,0 +1,135 @@
|
|
|
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::AccountHolderCreatedWebhookEvent
|
|
9
|
+
| Lithic::ParsedWebhookEvent::KYBPayload
|
|
10
|
+
| Lithic::ParsedWebhookEvent::KYCPayload
|
|
11
|
+
| Lithic::ParsedWebhookEvent::LegacyPayload
|
|
12
|
+
| Lithic::AccountHolderVerificationWebhookEvent
|
|
13
|
+
| Lithic::AccountHolderDocumentUpdatedWebhookEvent
|
|
14
|
+
| Lithic::AsaRequestWebhookEvent
|
|
15
|
+
| Lithic::TokenizationDecisioningRequestWebhookEvent
|
|
16
|
+
| Lithic::AuthRulesBacktestReportCreatedWebhookEvent
|
|
17
|
+
| Lithic::BalanceUpdatedWebhookEvent
|
|
18
|
+
| Lithic::BookTransferTransactionCreatedWebhookEvent
|
|
19
|
+
| Lithic::BookTransferTransactionUpdatedWebhookEvent
|
|
20
|
+
| Lithic::CardCreatedWebhookEvent
|
|
21
|
+
| Lithic::CardConvertedWebhookEvent
|
|
22
|
+
| Lithic::CardRenewedWebhookEvent
|
|
23
|
+
| Lithic::CardReissuedWebhookEvent
|
|
24
|
+
| Lithic::CardShippedWebhookEvent
|
|
25
|
+
| Lithic::CardTransactionUpdatedWebhookEvent
|
|
26
|
+
| Lithic::CardTransactionEnhancedDataCreatedWebhookEvent
|
|
27
|
+
| Lithic::CardTransactionEnhancedDataUpdatedWebhookEvent
|
|
28
|
+
| Lithic::DigitalWalletTokenizationApprovalRequestWebhookEvent
|
|
29
|
+
| Lithic::DigitalWalletTokenizationResultWebhookEvent
|
|
30
|
+
| Lithic::DigitalWalletTokenizationTwoFactorAuthenticationCodeWebhookEvent
|
|
31
|
+
| Lithic::DigitalWalletTokenizationTwoFactorAuthenticationCodeSentWebhookEvent
|
|
32
|
+
| Lithic::DigitalWalletTokenizationUpdatedWebhookEvent
|
|
33
|
+
| Lithic::DisputeUpdatedWebhookEvent
|
|
34
|
+
| Lithic::DisputeEvidenceUploadFailedWebhookEvent
|
|
35
|
+
| Lithic::ExternalBankAccountCreatedWebhookEvent
|
|
36
|
+
| Lithic::ExternalBankAccountUpdatedWebhookEvent
|
|
37
|
+
| Lithic::ExternalPaymentCreatedWebhookEvent
|
|
38
|
+
| Lithic::ExternalPaymentUpdatedWebhookEvent
|
|
39
|
+
| Lithic::FinancialAccountCreatedWebhookEvent
|
|
40
|
+
| Lithic::FinancialAccountUpdatedWebhookEvent
|
|
41
|
+
| Lithic::FundingEventCreatedWebhookEvent
|
|
42
|
+
| Lithic::LoanTapeCreatedWebhookEvent
|
|
43
|
+
| Lithic::LoanTapeUpdatedWebhookEvent
|
|
44
|
+
| Lithic::ManagementOperationCreatedWebhookEvent
|
|
45
|
+
| Lithic::ManagementOperationUpdatedWebhookEvent
|
|
46
|
+
| Lithic::InternalTransactionCreatedWebhookEvent
|
|
47
|
+
| Lithic::InternalTransactionUpdatedWebhookEvent
|
|
48
|
+
| Lithic::NetworkTotalCreatedWebhookEvent
|
|
49
|
+
| Lithic::NetworkTotalUpdatedWebhookEvent
|
|
50
|
+
| Lithic::PaymentTransactionCreatedWebhookEvent
|
|
51
|
+
| Lithic::PaymentTransactionUpdatedWebhookEvent
|
|
52
|
+
| Lithic::SettlementReportUpdatedWebhookEvent
|
|
53
|
+
| Lithic::StatementsCreatedWebhookEvent
|
|
54
|
+
| Lithic::ThreeDSAuthenticationCreatedWebhookEvent
|
|
55
|
+
| Lithic::ThreeDSAuthenticationUpdatedWebhookEvent
|
|
56
|
+
| Lithic::ThreeDSAuthenticationChallengeWebhookEvent
|
|
57
|
+
| Lithic::TokenizationApprovalRequestWebhookEvent
|
|
58
|
+
| Lithic::TokenizationResultWebhookEvent
|
|
59
|
+
| Lithic::TokenizationTwoFactorAuthenticationCodeWebhookEvent
|
|
60
|
+
| Lithic::TokenizationTwoFactorAuthenticationCodeSentWebhookEvent
|
|
61
|
+
| Lithic::TokenizationUpdatedWebhookEvent
|
|
62
|
+
| Lithic::ThreeDSAuthentication
|
|
63
|
+
| Lithic::DisputeTransactionCreatedWebhookEvent
|
|
64
|
+
| Lithic::DisputeTransactionUpdatedWebhookEvent)
|
|
65
|
+
|
|
66
|
+
def parse_unsafe: (
|
|
67
|
+
String payload
|
|
68
|
+
) -> (Lithic::AccountHolderCreatedWebhookEvent
|
|
69
|
+
| Lithic::ParsedWebhookEvent::KYBPayload
|
|
70
|
+
| Lithic::ParsedWebhookEvent::KYCPayload
|
|
71
|
+
| Lithic::ParsedWebhookEvent::LegacyPayload
|
|
72
|
+
| Lithic::AccountHolderVerificationWebhookEvent
|
|
73
|
+
| Lithic::AccountHolderDocumentUpdatedWebhookEvent
|
|
74
|
+
| Lithic::AsaRequestWebhookEvent
|
|
75
|
+
| Lithic::TokenizationDecisioningRequestWebhookEvent
|
|
76
|
+
| Lithic::AuthRulesBacktestReportCreatedWebhookEvent
|
|
77
|
+
| Lithic::BalanceUpdatedWebhookEvent
|
|
78
|
+
| Lithic::BookTransferTransactionCreatedWebhookEvent
|
|
79
|
+
| Lithic::BookTransferTransactionUpdatedWebhookEvent
|
|
80
|
+
| Lithic::CardCreatedWebhookEvent
|
|
81
|
+
| Lithic::CardConvertedWebhookEvent
|
|
82
|
+
| Lithic::CardRenewedWebhookEvent
|
|
83
|
+
| Lithic::CardReissuedWebhookEvent
|
|
84
|
+
| Lithic::CardShippedWebhookEvent
|
|
85
|
+
| Lithic::CardTransactionUpdatedWebhookEvent
|
|
86
|
+
| Lithic::CardTransactionEnhancedDataCreatedWebhookEvent
|
|
87
|
+
| Lithic::CardTransactionEnhancedDataUpdatedWebhookEvent
|
|
88
|
+
| Lithic::DigitalWalletTokenizationApprovalRequestWebhookEvent
|
|
89
|
+
| Lithic::DigitalWalletTokenizationResultWebhookEvent
|
|
90
|
+
| Lithic::DigitalWalletTokenizationTwoFactorAuthenticationCodeWebhookEvent
|
|
91
|
+
| Lithic::DigitalWalletTokenizationTwoFactorAuthenticationCodeSentWebhookEvent
|
|
92
|
+
| Lithic::DigitalWalletTokenizationUpdatedWebhookEvent
|
|
93
|
+
| Lithic::DisputeUpdatedWebhookEvent
|
|
94
|
+
| Lithic::DisputeEvidenceUploadFailedWebhookEvent
|
|
95
|
+
| Lithic::ExternalBankAccountCreatedWebhookEvent
|
|
96
|
+
| Lithic::ExternalBankAccountUpdatedWebhookEvent
|
|
97
|
+
| Lithic::ExternalPaymentCreatedWebhookEvent
|
|
98
|
+
| Lithic::ExternalPaymentUpdatedWebhookEvent
|
|
99
|
+
| Lithic::FinancialAccountCreatedWebhookEvent
|
|
100
|
+
| Lithic::FinancialAccountUpdatedWebhookEvent
|
|
101
|
+
| Lithic::FundingEventCreatedWebhookEvent
|
|
102
|
+
| Lithic::LoanTapeCreatedWebhookEvent
|
|
103
|
+
| Lithic::LoanTapeUpdatedWebhookEvent
|
|
104
|
+
| Lithic::ManagementOperationCreatedWebhookEvent
|
|
105
|
+
| Lithic::ManagementOperationUpdatedWebhookEvent
|
|
106
|
+
| Lithic::InternalTransactionCreatedWebhookEvent
|
|
107
|
+
| Lithic::InternalTransactionUpdatedWebhookEvent
|
|
108
|
+
| Lithic::NetworkTotalCreatedWebhookEvent
|
|
109
|
+
| Lithic::NetworkTotalUpdatedWebhookEvent
|
|
110
|
+
| Lithic::PaymentTransactionCreatedWebhookEvent
|
|
111
|
+
| Lithic::PaymentTransactionUpdatedWebhookEvent
|
|
112
|
+
| Lithic::SettlementReportUpdatedWebhookEvent
|
|
113
|
+
| Lithic::StatementsCreatedWebhookEvent
|
|
114
|
+
| Lithic::ThreeDSAuthenticationCreatedWebhookEvent
|
|
115
|
+
| Lithic::ThreeDSAuthenticationUpdatedWebhookEvent
|
|
116
|
+
| Lithic::ThreeDSAuthenticationChallengeWebhookEvent
|
|
117
|
+
| Lithic::TokenizationApprovalRequestWebhookEvent
|
|
118
|
+
| Lithic::TokenizationResultWebhookEvent
|
|
119
|
+
| Lithic::TokenizationTwoFactorAuthenticationCodeWebhookEvent
|
|
120
|
+
| Lithic::TokenizationTwoFactorAuthenticationCodeSentWebhookEvent
|
|
121
|
+
| Lithic::TokenizationUpdatedWebhookEvent
|
|
122
|
+
| Lithic::ThreeDSAuthentication
|
|
123
|
+
| Lithic::DisputeTransactionCreatedWebhookEvent
|
|
124
|
+
| Lithic::DisputeTransactionUpdatedWebhookEvent)
|
|
125
|
+
|
|
126
|
+
def verify_signature: (
|
|
127
|
+
payload: String,
|
|
128
|
+
headers: Hash[String, String],
|
|
129
|
+
?secret: String?
|
|
130
|
+
) -> Hash[Symbol, untyped]
|
|
131
|
+
|
|
132
|
+
def initialize: (client: Lithic::Client) -> void
|
|
133
|
+
end
|
|
134
|
+
end
|
|
135
|
+
end
|