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
|
@@ -78,8 +78,8 @@ module Lithic
|
|
|
78
78
|
|
|
79
79
|
# @!attribute cardholder_authentication
|
|
80
80
|
#
|
|
81
|
-
# @return [Lithic::Models::
|
|
82
|
-
required :cardholder_authentication, -> { Lithic::
|
|
81
|
+
# @return [Lithic::Models::CardholderAuthentication, nil]
|
|
82
|
+
required :cardholder_authentication, -> { Lithic::CardholderAuthentication }, nil?: true
|
|
83
83
|
|
|
84
84
|
# @!attribute created
|
|
85
85
|
# Date and time when the transaction first occurred. UTC time zone.
|
|
@@ -164,8 +164,8 @@ module Lithic
|
|
|
164
164
|
|
|
165
165
|
# @!attribute token_info
|
|
166
166
|
#
|
|
167
|
-
# @return [Lithic::Models::
|
|
168
|
-
required :token_info, -> { Lithic::
|
|
167
|
+
# @return [Lithic::Models::TokenInfo, nil]
|
|
168
|
+
required :token_info, -> { Lithic::TokenInfo }, nil?: true
|
|
169
169
|
|
|
170
170
|
# @!attribute updated
|
|
171
171
|
# Date and time when the transaction last updated. UTC time zone.
|
|
@@ -202,7 +202,7 @@ module Lithic
|
|
|
202
202
|
#
|
|
203
203
|
# @param card_token [String] Token for the card used in this transaction.
|
|
204
204
|
#
|
|
205
|
-
# @param cardholder_authentication [Lithic::Models::
|
|
205
|
+
# @param cardholder_authentication [Lithic::Models::CardholderAuthentication, nil]
|
|
206
206
|
#
|
|
207
207
|
# @param created [Time] Date and time when the transaction first occurred. UTC time zone.
|
|
208
208
|
#
|
|
@@ -228,7 +228,7 @@ module Lithic
|
|
|
228
228
|
#
|
|
229
229
|
# @param status [Symbol, Lithic::Models::Transaction::Status] Status of the transaction.
|
|
230
230
|
#
|
|
231
|
-
# @param token_info [Lithic::Models::
|
|
231
|
+
# @param token_info [Lithic::Models::TokenInfo, nil]
|
|
232
232
|
#
|
|
233
233
|
# @param updated [Time] Date and time when the transaction last updated. UTC time zone.
|
|
234
234
|
#
|
|
@@ -376,136 +376,6 @@ module Lithic
|
|
|
376
376
|
# @param zipcode [String] Cardholder ZIP code
|
|
377
377
|
end
|
|
378
378
|
|
|
379
|
-
# @see Lithic::Models::Transaction#cardholder_authentication
|
|
380
|
-
class CardholderAuthentication < Lithic::Internal::Type::BaseModel
|
|
381
|
-
# @!attribute authentication_method
|
|
382
|
-
# Indicates the method used to authenticate the cardholder.
|
|
383
|
-
#
|
|
384
|
-
# @return [Symbol, Lithic::Models::Transaction::CardholderAuthentication::AuthenticationMethod]
|
|
385
|
-
required :authentication_method,
|
|
386
|
-
enum: -> { Lithic::Transaction::CardholderAuthentication::AuthenticationMethod }
|
|
387
|
-
|
|
388
|
-
# @!attribute authentication_result
|
|
389
|
-
# Indicates the outcome of the 3DS authentication process.
|
|
390
|
-
#
|
|
391
|
-
# @return [Symbol, Lithic::Models::Transaction::CardholderAuthentication::AuthenticationResult]
|
|
392
|
-
required :authentication_result,
|
|
393
|
-
enum: -> { Lithic::Transaction::CardholderAuthentication::AuthenticationResult }
|
|
394
|
-
|
|
395
|
-
# @!attribute decision_made_by
|
|
396
|
-
# Indicates which party made the 3DS authentication decision.
|
|
397
|
-
#
|
|
398
|
-
# @return [Symbol, Lithic::Models::Transaction::CardholderAuthentication::DecisionMadeBy]
|
|
399
|
-
required :decision_made_by, enum: -> { Lithic::Transaction::CardholderAuthentication::DecisionMadeBy }
|
|
400
|
-
|
|
401
|
-
# @!attribute liability_shift
|
|
402
|
-
# Indicates whether chargeback liability shift applies to the transaction.
|
|
403
|
-
# Possible enum values:
|
|
404
|
-
#
|
|
405
|
-
# - `3DS_AUTHENTICATED`: The transaction was fully authenticated through a 3-D
|
|
406
|
-
# Secure flow, chargeback liability shift applies.
|
|
407
|
-
# - `NONE`: Chargeback liability shift has not shifted to the issuer, i.e. the
|
|
408
|
-
# merchant is liable.
|
|
409
|
-
# - `TOKEN_AUTHENTICATED`: The transaction was a tokenized payment with validated
|
|
410
|
-
# cryptography, possibly recurring. Chargeback liability shift to the issuer
|
|
411
|
-
# applies.
|
|
412
|
-
#
|
|
413
|
-
# @return [Symbol, Lithic::Models::Transaction::CardholderAuthentication::LiabilityShift]
|
|
414
|
-
required :liability_shift, enum: -> { Lithic::Transaction::CardholderAuthentication::LiabilityShift }
|
|
415
|
-
|
|
416
|
-
# @!attribute three_ds_authentication_token
|
|
417
|
-
# Unique identifier you can use to match a given 3DS authentication (available via
|
|
418
|
-
# the three_ds_authentication.created event webhook) and the transaction. Note
|
|
419
|
-
# that in cases where liability shift does not occur, this token is matched to the
|
|
420
|
-
# transaction on a best-effort basis.
|
|
421
|
-
#
|
|
422
|
-
# @return [String, nil]
|
|
423
|
-
required :three_ds_authentication_token, String, nil?: true
|
|
424
|
-
|
|
425
|
-
# @!method initialize(authentication_method:, authentication_result:, decision_made_by:, liability_shift:, three_ds_authentication_token:)
|
|
426
|
-
# Some parameter documentations has been truncated, see
|
|
427
|
-
# {Lithic::Models::Transaction::CardholderAuthentication} for more details.
|
|
428
|
-
#
|
|
429
|
-
# @param authentication_method [Symbol, Lithic::Models::Transaction::CardholderAuthentication::AuthenticationMethod] Indicates the method used to authenticate the cardholder.
|
|
430
|
-
#
|
|
431
|
-
# @param authentication_result [Symbol, Lithic::Models::Transaction::CardholderAuthentication::AuthenticationResult] Indicates the outcome of the 3DS authentication process.
|
|
432
|
-
#
|
|
433
|
-
# @param decision_made_by [Symbol, Lithic::Models::Transaction::CardholderAuthentication::DecisionMadeBy] Indicates which party made the 3DS authentication decision.
|
|
434
|
-
#
|
|
435
|
-
# @param liability_shift [Symbol, Lithic::Models::Transaction::CardholderAuthentication::LiabilityShift] Indicates whether chargeback liability shift applies to the transaction. Possibl
|
|
436
|
-
#
|
|
437
|
-
# @param three_ds_authentication_token [String, nil] Unique identifier you can use to match a given 3DS authentication (available via
|
|
438
|
-
|
|
439
|
-
# Indicates the method used to authenticate the cardholder.
|
|
440
|
-
#
|
|
441
|
-
# @see Lithic::Models::Transaction::CardholderAuthentication#authentication_method
|
|
442
|
-
module AuthenticationMethod
|
|
443
|
-
extend Lithic::Internal::Type::Enum
|
|
444
|
-
|
|
445
|
-
FRICTIONLESS = :FRICTIONLESS
|
|
446
|
-
CHALLENGE = :CHALLENGE
|
|
447
|
-
NONE = :NONE
|
|
448
|
-
|
|
449
|
-
# @!method self.values
|
|
450
|
-
# @return [Array<Symbol>]
|
|
451
|
-
end
|
|
452
|
-
|
|
453
|
-
# Indicates the outcome of the 3DS authentication process.
|
|
454
|
-
#
|
|
455
|
-
# @see Lithic::Models::Transaction::CardholderAuthentication#authentication_result
|
|
456
|
-
module AuthenticationResult
|
|
457
|
-
extend Lithic::Internal::Type::Enum
|
|
458
|
-
|
|
459
|
-
ATTEMPTS = :ATTEMPTS
|
|
460
|
-
DECLINE = :DECLINE
|
|
461
|
-
NONE = :NONE
|
|
462
|
-
SUCCESS = :SUCCESS
|
|
463
|
-
|
|
464
|
-
# @!method self.values
|
|
465
|
-
# @return [Array<Symbol>]
|
|
466
|
-
end
|
|
467
|
-
|
|
468
|
-
# Indicates which party made the 3DS authentication decision.
|
|
469
|
-
#
|
|
470
|
-
# @see Lithic::Models::Transaction::CardholderAuthentication#decision_made_by
|
|
471
|
-
module DecisionMadeBy
|
|
472
|
-
extend Lithic::Internal::Type::Enum
|
|
473
|
-
|
|
474
|
-
CUSTOMER_RULES = :CUSTOMER_RULES
|
|
475
|
-
CUSTOMER_ENDPOINT = :CUSTOMER_ENDPOINT
|
|
476
|
-
LITHIC_DEFAULT = :LITHIC_DEFAULT
|
|
477
|
-
LITHIC_RULES = :LITHIC_RULES
|
|
478
|
-
NETWORK = :NETWORK
|
|
479
|
-
UNKNOWN = :UNKNOWN
|
|
480
|
-
|
|
481
|
-
# @!method self.values
|
|
482
|
-
# @return [Array<Symbol>]
|
|
483
|
-
end
|
|
484
|
-
|
|
485
|
-
# Indicates whether chargeback liability shift applies to the transaction.
|
|
486
|
-
# Possible enum values:
|
|
487
|
-
#
|
|
488
|
-
# - `3DS_AUTHENTICATED`: The transaction was fully authenticated through a 3-D
|
|
489
|
-
# Secure flow, chargeback liability shift applies.
|
|
490
|
-
# - `NONE`: Chargeback liability shift has not shifted to the issuer, i.e. the
|
|
491
|
-
# merchant is liable.
|
|
492
|
-
# - `TOKEN_AUTHENTICATED`: The transaction was a tokenized payment with validated
|
|
493
|
-
# cryptography, possibly recurring. Chargeback liability shift to the issuer
|
|
494
|
-
# applies.
|
|
495
|
-
#
|
|
496
|
-
# @see Lithic::Models::Transaction::CardholderAuthentication#liability_shift
|
|
497
|
-
module LiabilityShift
|
|
498
|
-
extend Lithic::Internal::Type::Enum
|
|
499
|
-
|
|
500
|
-
LIABILITY_SHIFT_3DS_AUTHENTICATED = :"3DS_AUTHENTICATED"
|
|
501
|
-
TOKEN_AUTHENTICATED = :TOKEN_AUTHENTICATED
|
|
502
|
-
NONE = :NONE
|
|
503
|
-
|
|
504
|
-
# @!method self.values
|
|
505
|
-
# @return [Array<Symbol>]
|
|
506
|
-
end
|
|
507
|
-
end
|
|
508
|
-
|
|
509
379
|
# Card network of the authorization. Value is `UNKNOWN` when Lithic cannot
|
|
510
380
|
# determine the network code from the upstream provider.
|
|
511
381
|
#
|
|
@@ -830,44 +700,6 @@ module Lithic
|
|
|
830
700
|
# @return [Array<Symbol>]
|
|
831
701
|
end
|
|
832
702
|
|
|
833
|
-
# @see Lithic::Models::Transaction#token_info
|
|
834
|
-
class TokenInfo < Lithic::Internal::Type::BaseModel
|
|
835
|
-
# @!attribute wallet_type
|
|
836
|
-
# The wallet_type field will indicate the source of the token. Possible token
|
|
837
|
-
# sources include digital wallets (Apple, Google, or Samsung Pay), merchant
|
|
838
|
-
# tokenization, and “other” sources like in-flight commerce. Masterpass is not
|
|
839
|
-
# currently supported and is included for future use.
|
|
840
|
-
#
|
|
841
|
-
# @return [Symbol, Lithic::Models::Transaction::TokenInfo::WalletType]
|
|
842
|
-
required :wallet_type, enum: -> { Lithic::Transaction::TokenInfo::WalletType }
|
|
843
|
-
|
|
844
|
-
# @!method initialize(wallet_type:)
|
|
845
|
-
# Some parameter documentations has been truncated, see
|
|
846
|
-
# {Lithic::Models::Transaction::TokenInfo} for more details.
|
|
847
|
-
#
|
|
848
|
-
# @param wallet_type [Symbol, Lithic::Models::Transaction::TokenInfo::WalletType] The wallet_type field will indicate the source of the token. Possible token sour
|
|
849
|
-
|
|
850
|
-
# The wallet_type field will indicate the source of the token. Possible token
|
|
851
|
-
# sources include digital wallets (Apple, Google, or Samsung Pay), merchant
|
|
852
|
-
# tokenization, and “other” sources like in-flight commerce. Masterpass is not
|
|
853
|
-
# currently supported and is included for future use.
|
|
854
|
-
#
|
|
855
|
-
# @see Lithic::Models::Transaction::TokenInfo#wallet_type
|
|
856
|
-
module WalletType
|
|
857
|
-
extend Lithic::Internal::Type::Enum
|
|
858
|
-
|
|
859
|
-
APPLE_PAY = :APPLE_PAY
|
|
860
|
-
GOOGLE_PAY = :GOOGLE_PAY
|
|
861
|
-
MASTERPASS = :MASTERPASS
|
|
862
|
-
MERCHANT = :MERCHANT
|
|
863
|
-
OTHER = :OTHER
|
|
864
|
-
SAMSUNG_PAY = :SAMSUNG_PAY
|
|
865
|
-
|
|
866
|
-
# @!method self.values
|
|
867
|
-
# @return [Array<Symbol>]
|
|
868
|
-
end
|
|
869
|
-
end
|
|
870
|
-
|
|
871
703
|
class Event < Lithic::Internal::Type::BaseModel
|
|
872
704
|
# @!attribute token
|
|
873
705
|
# Transaction event identifier.
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module Lithic
|
|
4
|
+
module Models
|
|
5
|
+
class WalletDecisioningInfo < Lithic::Internal::Type::BaseModel
|
|
6
|
+
# @!attribute account_score
|
|
7
|
+
# Score given to the account by the Wallet Provider
|
|
8
|
+
#
|
|
9
|
+
# @return [String, nil]
|
|
10
|
+
required :account_score, String, nil?: true
|
|
11
|
+
|
|
12
|
+
# @!attribute device_score
|
|
13
|
+
# Score given to the device by the Wallet Provider
|
|
14
|
+
#
|
|
15
|
+
# @return [String, nil]
|
|
16
|
+
required :device_score, String, nil?: true
|
|
17
|
+
|
|
18
|
+
# @!attribute recommended_decision
|
|
19
|
+
# The decision recommended by the Wallet Provider
|
|
20
|
+
#
|
|
21
|
+
# @return [String, nil]
|
|
22
|
+
required :recommended_decision, String, nil?: true
|
|
23
|
+
|
|
24
|
+
# @!attribute recommendation_reasons
|
|
25
|
+
# Reasons provided to the Wallet Provider on how the recommended decision was
|
|
26
|
+
# reached
|
|
27
|
+
#
|
|
28
|
+
# @return [Array<String>, nil]
|
|
29
|
+
optional :recommendation_reasons, Lithic::Internal::Type::ArrayOf[String], nil?: true
|
|
30
|
+
|
|
31
|
+
# @!method initialize(account_score:, device_score:, recommended_decision:, recommendation_reasons: nil)
|
|
32
|
+
# Some parameter documentations has been truncated, see
|
|
33
|
+
# {Lithic::Models::WalletDecisioningInfo} for more details.
|
|
34
|
+
#
|
|
35
|
+
# @param account_score [String, nil] Score given to the account by the Wallet Provider
|
|
36
|
+
#
|
|
37
|
+
# @param device_score [String, nil] Score given to the device by the Wallet Provider
|
|
38
|
+
#
|
|
39
|
+
# @param recommended_decision [String, nil] The decision recommended by the Wallet Provider
|
|
40
|
+
#
|
|
41
|
+
# @param recommendation_reasons [Array<String>, nil] Reasons provided to the Wallet Provider on how the recommended decision was reac
|
|
42
|
+
end
|
|
43
|
+
end
|
|
44
|
+
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
|
|
@@ -88,8 +96,12 @@ module Lithic
|
|
|
88
96
|
|
|
89
97
|
APIStatus = Lithic::Models::APIStatus
|
|
90
98
|
|
|
99
|
+
AsaRequestWebhookEvent = Lithic::Models::AsaRequestWebhookEvent
|
|
100
|
+
|
|
91
101
|
AuthRules = Lithic::Models::AuthRules
|
|
92
102
|
|
|
103
|
+
AuthRulesBacktestReportCreatedWebhookEvent = Lithic::Models::AuthRulesBacktestReportCreatedWebhookEvent
|
|
104
|
+
|
|
93
105
|
AuthStreamEnrollmentRetrieveSecretParams = Lithic::Models::AuthStreamEnrollmentRetrieveSecretParams
|
|
94
106
|
|
|
95
107
|
AuthStreamEnrollmentRotateSecretParams = Lithic::Models::AuthStreamEnrollmentRotateSecretParams
|
|
@@ -100,6 +112,8 @@ module Lithic
|
|
|
100
112
|
|
|
101
113
|
BalanceListParams = Lithic::Models::BalanceListParams
|
|
102
114
|
|
|
115
|
+
BalanceUpdatedWebhookEvent = Lithic::Models::BalanceUpdatedWebhookEvent
|
|
116
|
+
|
|
103
117
|
BookTransferCreateParams = Lithic::Models::BookTransferCreateParams
|
|
104
118
|
|
|
105
119
|
BookTransferListParams = Lithic::Models::BookTransferListParams
|
|
@@ -110,14 +124,34 @@ module Lithic
|
|
|
110
124
|
|
|
111
125
|
BookTransferReverseParams = Lithic::Models::BookTransferReverseParams
|
|
112
126
|
|
|
127
|
+
BookTransferTransactionCreatedWebhookEvent = Lithic::Models::BookTransferTransactionCreatedWebhookEvent
|
|
128
|
+
|
|
129
|
+
BookTransferTransactionUpdatedWebhookEvent = Lithic::Models::BookTransferTransactionUpdatedWebhookEvent
|
|
130
|
+
|
|
113
131
|
Card = Lithic::Models::Card
|
|
114
132
|
|
|
133
|
+
CardBulkOrder = Lithic::Models::CardBulkOrder
|
|
134
|
+
|
|
135
|
+
CardBulkOrderCreateParams = Lithic::Models::CardBulkOrderCreateParams
|
|
136
|
+
|
|
137
|
+
CardBulkOrderListParams = Lithic::Models::CardBulkOrderListParams
|
|
138
|
+
|
|
139
|
+
CardBulkOrderRetrieveParams = Lithic::Models::CardBulkOrderRetrieveParams
|
|
140
|
+
|
|
141
|
+
CardBulkOrderUpdateParams = Lithic::Models::CardBulkOrderUpdateParams
|
|
142
|
+
|
|
143
|
+
CardConvertedWebhookEvent = Lithic::Models::CardConvertedWebhookEvent
|
|
144
|
+
|
|
115
145
|
CardConvertPhysicalParams = Lithic::Models::CardConvertPhysicalParams
|
|
116
146
|
|
|
147
|
+
CardCreatedWebhookEvent = Lithic::Models::CardCreatedWebhookEvent
|
|
148
|
+
|
|
117
149
|
CardCreateParams = Lithic::Models::CardCreateParams
|
|
118
150
|
|
|
119
151
|
CardEmbedParams = Lithic::Models::CardEmbedParams
|
|
120
152
|
|
|
153
|
+
CardholderAuthentication = Lithic::Models::CardholderAuthentication
|
|
154
|
+
|
|
121
155
|
CardListParams = Lithic::Models::CardListParams
|
|
122
156
|
|
|
123
157
|
CardProgram = Lithic::Models::CardProgram
|
|
@@ -128,8 +162,12 @@ module Lithic
|
|
|
128
162
|
|
|
129
163
|
CardProvisionParams = Lithic::Models::CardProvisionParams
|
|
130
164
|
|
|
165
|
+
CardReissuedWebhookEvent = Lithic::Models::CardReissuedWebhookEvent
|
|
166
|
+
|
|
131
167
|
CardReissueParams = Lithic::Models::CardReissueParams
|
|
132
168
|
|
|
169
|
+
CardRenewedWebhookEvent = Lithic::Models::CardRenewedWebhookEvent
|
|
170
|
+
|
|
133
171
|
CardRenewParams = Lithic::Models::CardRenewParams
|
|
134
172
|
|
|
135
173
|
CardRetrieveParams = Lithic::Models::CardRetrieveParams
|
|
@@ -140,8 +178,18 @@ module Lithic
|
|
|
140
178
|
|
|
141
179
|
CardSearchByPanParams = Lithic::Models::CardSearchByPanParams
|
|
142
180
|
|
|
181
|
+
CardShippedWebhookEvent = Lithic::Models::CardShippedWebhookEvent
|
|
182
|
+
|
|
143
183
|
CardSpendLimits = Lithic::Models::CardSpendLimits
|
|
144
184
|
|
|
185
|
+
CardTransactionEnhancedDataCreatedWebhookEvent =
|
|
186
|
+
Lithic::Models::CardTransactionEnhancedDataCreatedWebhookEvent
|
|
187
|
+
|
|
188
|
+
CardTransactionEnhancedDataUpdatedWebhookEvent =
|
|
189
|
+
Lithic::Models::CardTransactionEnhancedDataUpdatedWebhookEvent
|
|
190
|
+
|
|
191
|
+
CardTransactionUpdatedWebhookEvent = Lithic::Models::CardTransactionUpdatedWebhookEvent
|
|
192
|
+
|
|
145
193
|
CardUpdateParams = Lithic::Models::CardUpdateParams
|
|
146
194
|
|
|
147
195
|
CardWebProvisionParams = Lithic::Models::CardWebProvisionParams
|
|
@@ -156,12 +204,30 @@ module Lithic
|
|
|
156
204
|
|
|
157
205
|
Currency = Lithic::Models::Currency
|
|
158
206
|
|
|
207
|
+
Device = Lithic::Models::Device
|
|
208
|
+
|
|
159
209
|
DigitalCardArtAPI = Lithic::Models::DigitalCardArtAPI
|
|
160
210
|
|
|
161
211
|
DigitalCardArtListParams = Lithic::Models::DigitalCardArtListParams
|
|
162
212
|
|
|
163
213
|
DigitalCardArtRetrieveParams = Lithic::Models::DigitalCardArtRetrieveParams
|
|
164
214
|
|
|
215
|
+
DigitalWalletTokenizationApprovalRequestWebhookEvent =
|
|
216
|
+
Lithic::Models::DigitalWalletTokenizationApprovalRequestWebhookEvent
|
|
217
|
+
|
|
218
|
+
DigitalWalletTokenizationResultWebhookEvent = Lithic::Models::DigitalWalletTokenizationResultWebhookEvent
|
|
219
|
+
|
|
220
|
+
DigitalWalletTokenizationTwoFactorAuthenticationCodeSentWebhookEvent =
|
|
221
|
+
Lithic::Models::DigitalWalletTokenizationTwoFactorAuthenticationCodeSentWebhookEvent
|
|
222
|
+
|
|
223
|
+
DigitalWalletTokenizationTwoFactorAuthenticationCodeWebhookEvent =
|
|
224
|
+
Lithic::Models::DigitalWalletTokenizationTwoFactorAuthenticationCodeWebhookEvent
|
|
225
|
+
|
|
226
|
+
DigitalWalletTokenizationUpdatedWebhookEvent =
|
|
227
|
+
Lithic::Models::DigitalWalletTokenizationUpdatedWebhookEvent
|
|
228
|
+
|
|
229
|
+
DigitalWalletTokenMetadata = Lithic::Models::DigitalWalletTokenMetadata
|
|
230
|
+
|
|
165
231
|
Dispute = Lithic::Models::Dispute
|
|
166
232
|
|
|
167
233
|
DisputeCreateParams = Lithic::Models::DisputeCreateParams
|
|
@@ -172,6 +238,8 @@ module Lithic
|
|
|
172
238
|
|
|
173
239
|
DisputeEvidence = Lithic::Models::DisputeEvidence
|
|
174
240
|
|
|
241
|
+
DisputeEvidenceUploadFailedWebhookEvent = Lithic::Models::DisputeEvidenceUploadFailedWebhookEvent
|
|
242
|
+
|
|
175
243
|
DisputeInitiateEvidenceUploadParams = Lithic::Models::DisputeInitiateEvidenceUploadParams
|
|
176
244
|
|
|
177
245
|
DisputeListEvidencesParams = Lithic::Models::DisputeListEvidencesParams
|
|
@@ -186,6 +254,12 @@ module Lithic
|
|
|
186
254
|
|
|
187
255
|
DisputesV2RetrieveParams = Lithic::Models::DisputesV2RetrieveParams
|
|
188
256
|
|
|
257
|
+
DisputeTransactionCreatedWebhookEvent = Lithic::Models::DisputeTransactionCreatedWebhookEvent
|
|
258
|
+
|
|
259
|
+
DisputeTransactionUpdatedWebhookEvent = Lithic::Models::DisputeTransactionUpdatedWebhookEvent
|
|
260
|
+
|
|
261
|
+
DisputeUpdatedWebhookEvent = Lithic::Models::DisputeUpdatedWebhookEvent
|
|
262
|
+
|
|
189
263
|
DisputeUpdateParams = Lithic::Models::DisputeUpdateParams
|
|
190
264
|
|
|
191
265
|
DisputeV2 = Lithic::Models::DisputeV2
|
|
@@ -204,8 +278,12 @@ module Lithic
|
|
|
204
278
|
|
|
205
279
|
EventSubscription = Lithic::Models::EventSubscription
|
|
206
280
|
|
|
281
|
+
ExternalBankAccount = Lithic::Models::ExternalBankAccount
|
|
282
|
+
|
|
207
283
|
ExternalBankAccountAddress = Lithic::Models::ExternalBankAccountAddress
|
|
208
284
|
|
|
285
|
+
ExternalBankAccountCreatedWebhookEvent = Lithic::Models::ExternalBankAccountCreatedWebhookEvent
|
|
286
|
+
|
|
209
287
|
ExternalBankAccountCreateParams = Lithic::Models::ExternalBankAccountCreateParams
|
|
210
288
|
|
|
211
289
|
ExternalBankAccountListParams = Lithic::Models::ExternalBankAccountListParams
|
|
@@ -220,12 +298,16 @@ module Lithic
|
|
|
220
298
|
|
|
221
299
|
ExternalBankAccountUnpauseParams = Lithic::Models::ExternalBankAccountUnpauseParams
|
|
222
300
|
|
|
301
|
+
ExternalBankAccountUpdatedWebhookEvent = Lithic::Models::ExternalBankAccountUpdatedWebhookEvent
|
|
302
|
+
|
|
223
303
|
ExternalBankAccountUpdateParams = Lithic::Models::ExternalBankAccountUpdateParams
|
|
224
304
|
|
|
225
305
|
ExternalPayment = Lithic::Models::ExternalPayment
|
|
226
306
|
|
|
227
307
|
ExternalPaymentCancelParams = Lithic::Models::ExternalPaymentCancelParams
|
|
228
308
|
|
|
309
|
+
ExternalPaymentCreatedWebhookEvent = Lithic::Models::ExternalPaymentCreatedWebhookEvent
|
|
310
|
+
|
|
229
311
|
ExternalPaymentCreateParams = Lithic::Models::ExternalPaymentCreateParams
|
|
230
312
|
|
|
231
313
|
ExternalPaymentListParams = Lithic::Models::ExternalPaymentListParams
|
|
@@ -238,12 +320,18 @@ module Lithic
|
|
|
238
320
|
|
|
239
321
|
ExternalPaymentSettleParams = Lithic::Models::ExternalPaymentSettleParams
|
|
240
322
|
|
|
323
|
+
ExternalPaymentUpdatedWebhookEvent = Lithic::Models::ExternalPaymentUpdatedWebhookEvent
|
|
324
|
+
|
|
241
325
|
ExternalResource = Lithic::Models::ExternalResource
|
|
242
326
|
|
|
243
327
|
ExternalResourceType = Lithic::Models::ExternalResourceType
|
|
244
328
|
|
|
245
329
|
FinancialAccount = Lithic::Models::FinancialAccount
|
|
246
330
|
|
|
331
|
+
FinancialAccountBalance = Lithic::Models::FinancialAccountBalance
|
|
332
|
+
|
|
333
|
+
FinancialAccountCreatedWebhookEvent = Lithic::Models::FinancialAccountCreatedWebhookEvent
|
|
334
|
+
|
|
247
335
|
FinancialAccountCreateParams = Lithic::Models::FinancialAccountCreateParams
|
|
248
336
|
|
|
249
337
|
FinancialAccountListParams = Lithic::Models::FinancialAccountListParams
|
|
@@ -254,6 +342,8 @@ module Lithic
|
|
|
254
342
|
|
|
255
343
|
FinancialAccounts = Lithic::Models::FinancialAccounts
|
|
256
344
|
|
|
345
|
+
FinancialAccountUpdatedWebhookEvent = Lithic::Models::FinancialAccountUpdatedWebhookEvent
|
|
346
|
+
|
|
257
347
|
FinancialAccountUpdateParams = Lithic::Models::FinancialAccountUpdateParams
|
|
258
348
|
|
|
259
349
|
FinancialAccountUpdateStatusParams = Lithic::Models::FinancialAccountUpdateStatusParams
|
|
@@ -264,6 +354,10 @@ module Lithic
|
|
|
264
354
|
|
|
265
355
|
Fraud = Lithic::Models::Fraud
|
|
266
356
|
|
|
357
|
+
FundingEvent = Lithic::Models::FundingEvent
|
|
358
|
+
|
|
359
|
+
FundingEventCreatedWebhookEvent = Lithic::Models::FundingEventCreatedWebhookEvent
|
|
360
|
+
|
|
267
361
|
FundingEventListParams = Lithic::Models::FundingEventListParams
|
|
268
362
|
|
|
269
363
|
FundingEventRetrieveDetailsParams = Lithic::Models::FundingEventRetrieveDetailsParams
|
|
@@ -272,6 +366,12 @@ module Lithic
|
|
|
272
366
|
|
|
273
367
|
InstanceFinancialAccountType = Lithic::Models::InstanceFinancialAccountType
|
|
274
368
|
|
|
369
|
+
InternalTransactionAPI = Lithic::Models::InternalTransactionAPI
|
|
370
|
+
|
|
371
|
+
InternalTransactionCreatedWebhookEvent = Lithic::Models::InternalTransactionCreatedWebhookEvent
|
|
372
|
+
|
|
373
|
+
InternalTransactionUpdatedWebhookEvent = Lithic::Models::InternalTransactionUpdatedWebhookEvent
|
|
374
|
+
|
|
275
375
|
KYB = Lithic::Models::KYB
|
|
276
376
|
|
|
277
377
|
KYBBusinessEntity = Lithic::Models::KYBBusinessEntity
|
|
@@ -280,6 +380,12 @@ module Lithic
|
|
|
280
380
|
|
|
281
381
|
KYCExempt = Lithic::Models::KYCExempt
|
|
282
382
|
|
|
383
|
+
LoanTapeCreatedWebhookEvent = Lithic::Models::LoanTapeCreatedWebhookEvent
|
|
384
|
+
|
|
385
|
+
LoanTapeUpdatedWebhookEvent = Lithic::Models::LoanTapeUpdatedWebhookEvent
|
|
386
|
+
|
|
387
|
+
ManagementOperationCreatedWebhookEvent = Lithic::Models::ManagementOperationCreatedWebhookEvent
|
|
388
|
+
|
|
283
389
|
ManagementOperationCreateParams = Lithic::Models::ManagementOperationCreateParams
|
|
284
390
|
|
|
285
391
|
ManagementOperationListParams = Lithic::Models::ManagementOperationListParams
|
|
@@ -290,6 +396,8 @@ module Lithic
|
|
|
290
396
|
|
|
291
397
|
ManagementOperationTransaction = Lithic::Models::ManagementOperationTransaction
|
|
292
398
|
|
|
399
|
+
ManagementOperationUpdatedWebhookEvent = Lithic::Models::ManagementOperationUpdatedWebhookEvent
|
|
400
|
+
|
|
293
401
|
Merchant = Lithic::Models::Merchant
|
|
294
402
|
|
|
295
403
|
MessageAttempt = Lithic::Models::MessageAttempt
|
|
@@ -300,10 +408,18 @@ module Lithic
|
|
|
300
408
|
|
|
301
409
|
NetworkProgramRetrieveParams = Lithic::Models::NetworkProgramRetrieveParams
|
|
302
410
|
|
|
411
|
+
NetworkTotal = Lithic::Models::NetworkTotal
|
|
412
|
+
|
|
413
|
+
NetworkTotalCreatedWebhookEvent = Lithic::Models::NetworkTotalCreatedWebhookEvent
|
|
414
|
+
|
|
415
|
+
NetworkTotalUpdatedWebhookEvent = Lithic::Models::NetworkTotalUpdatedWebhookEvent
|
|
416
|
+
|
|
303
417
|
NonPCICard = Lithic::Models::NonPCICard
|
|
304
418
|
|
|
305
419
|
OwnerType = Lithic::Models::OwnerType
|
|
306
420
|
|
|
421
|
+
ParsedWebhookEvent = Lithic::Models::ParsedWebhookEvent
|
|
422
|
+
|
|
307
423
|
Payment = Lithic::Models::Payment
|
|
308
424
|
|
|
309
425
|
PaymentCreateParams = Lithic::Models::PaymentCreateParams
|
|
@@ -324,6 +440,10 @@ module Lithic
|
|
|
324
440
|
|
|
325
441
|
PaymentSimulateReturnParams = Lithic::Models::PaymentSimulateReturnParams
|
|
326
442
|
|
|
443
|
+
PaymentTransactionCreatedWebhookEvent = Lithic::Models::PaymentTransactionCreatedWebhookEvent
|
|
444
|
+
|
|
445
|
+
PaymentTransactionUpdatedWebhookEvent = Lithic::Models::PaymentTransactionUpdatedWebhookEvent
|
|
446
|
+
|
|
327
447
|
ProvisionResponse = Lithic::Models::ProvisionResponse
|
|
328
448
|
|
|
329
449
|
Reports = Lithic::Models::Reports
|
|
@@ -342,42 +462,76 @@ module Lithic
|
|
|
342
462
|
|
|
343
463
|
SettlementReport = Lithic::Models::SettlementReport
|
|
344
464
|
|
|
465
|
+
SettlementReportUpdatedWebhookEvent = Lithic::Models::SettlementReportUpdatedWebhookEvent
|
|
466
|
+
|
|
345
467
|
SettlementSummaryDetails = Lithic::Models::SettlementSummaryDetails
|
|
346
468
|
|
|
347
469
|
ShippingAddress = Lithic::Models::ShippingAddress
|
|
348
470
|
|
|
349
471
|
SpendLimitDuration = Lithic::Models::SpendLimitDuration
|
|
350
472
|
|
|
473
|
+
StatementsCreatedWebhookEvent = Lithic::Models::StatementsCreatedWebhookEvent
|
|
474
|
+
|
|
351
475
|
StatementTotals = Lithic::Models::StatementTotals
|
|
352
476
|
|
|
353
477
|
ThreeDS = Lithic::Models::ThreeDS
|
|
354
478
|
|
|
479
|
+
ThreeDSAuthentication = Lithic::Models::ThreeDSAuthentication
|
|
480
|
+
|
|
481
|
+
ThreeDSAuthenticationChallengeWebhookEvent = Lithic::Models::ThreeDSAuthenticationChallengeWebhookEvent
|
|
482
|
+
|
|
483
|
+
ThreeDSAuthenticationCreatedWebhookEvent = Lithic::Models::ThreeDSAuthenticationCreatedWebhookEvent
|
|
484
|
+
|
|
485
|
+
ThreeDSAuthenticationUpdatedWebhookEvent = Lithic::Models::ThreeDSAuthenticationUpdatedWebhookEvent
|
|
486
|
+
|
|
487
|
+
TokenInfo = Lithic::Models::TokenInfo
|
|
488
|
+
|
|
355
489
|
Tokenization = Lithic::Models::Tokenization
|
|
356
490
|
|
|
357
491
|
TokenizationActivateParams = Lithic::Models::TokenizationActivateParams
|
|
358
492
|
|
|
493
|
+
TokenizationApprovalRequestWebhookEvent = Lithic::Models::TokenizationApprovalRequestWebhookEvent
|
|
494
|
+
|
|
359
495
|
TokenizationDeactivateParams = Lithic::Models::TokenizationDeactivateParams
|
|
360
496
|
|
|
497
|
+
TokenizationDecisioningRequestWebhookEvent = Lithic::Models::TokenizationDecisioningRequestWebhookEvent
|
|
498
|
+
|
|
361
499
|
TokenizationDecisioningRetrieveSecretParams = Lithic::Models::TokenizationDecisioningRetrieveSecretParams
|
|
362
500
|
|
|
363
501
|
TokenizationDecisioningRotateSecretParams = Lithic::Models::TokenizationDecisioningRotateSecretParams
|
|
364
502
|
|
|
503
|
+
TokenizationDeclineReason = Lithic::Models::TokenizationDeclineReason
|
|
504
|
+
|
|
365
505
|
TokenizationListParams = Lithic::Models::TokenizationListParams
|
|
366
506
|
|
|
367
507
|
TokenizationPauseParams = Lithic::Models::TokenizationPauseParams
|
|
368
508
|
|
|
369
509
|
TokenizationResendActivationCodeParams = Lithic::Models::TokenizationResendActivationCodeParams
|
|
370
510
|
|
|
511
|
+
TokenizationResultWebhookEvent = Lithic::Models::TokenizationResultWebhookEvent
|
|
512
|
+
|
|
371
513
|
TokenizationRetrieveParams = Lithic::Models::TokenizationRetrieveParams
|
|
372
514
|
|
|
515
|
+
TokenizationRuleResult = Lithic::Models::TokenizationRuleResult
|
|
516
|
+
|
|
373
517
|
TokenizationSecret = Lithic::Models::TokenizationSecret
|
|
374
518
|
|
|
375
519
|
TokenizationSimulateParams = Lithic::Models::TokenizationSimulateParams
|
|
376
520
|
|
|
521
|
+
TokenizationTfaReason = Lithic::Models::TokenizationTfaReason
|
|
522
|
+
|
|
523
|
+
TokenizationTwoFactorAuthenticationCodeSentWebhookEvent =
|
|
524
|
+
Lithic::Models::TokenizationTwoFactorAuthenticationCodeSentWebhookEvent
|
|
525
|
+
|
|
526
|
+
TokenizationTwoFactorAuthenticationCodeWebhookEvent =
|
|
527
|
+
Lithic::Models::TokenizationTwoFactorAuthenticationCodeWebhookEvent
|
|
528
|
+
|
|
377
529
|
TokenizationUnpauseParams = Lithic::Models::TokenizationUnpauseParams
|
|
378
530
|
|
|
379
531
|
TokenizationUpdateDigitalCardArtParams = Lithic::Models::TokenizationUpdateDigitalCardArtParams
|
|
380
532
|
|
|
533
|
+
TokenizationUpdatedWebhookEvent = Lithic::Models::TokenizationUpdatedWebhookEvent
|
|
534
|
+
|
|
381
535
|
Transaction = Lithic::Models::Transaction
|
|
382
536
|
|
|
383
537
|
TransactionExpireAuthorizationParams = Lithic::Models::TransactionExpireAuthorizationParams
|
|
@@ -410,5 +564,9 @@ module Lithic
|
|
|
410
564
|
|
|
411
565
|
VerificationMethod = Lithic::Models::VerificationMethod
|
|
412
566
|
|
|
567
|
+
WalletDecisioningInfo = Lithic::Models::WalletDecisioningInfo
|
|
568
|
+
|
|
569
|
+
WebhookParsedParams = Lithic::Models::WebhookParsedParams
|
|
570
|
+
|
|
413
571
|
WirePartyDetails = Lithic::Models::WirePartyDetails
|
|
414
572
|
end
|