lithic 0.1.0.pre.alpha.54 → 0.1.0.pre.alpha.56
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 +39 -0
- data/README.md +1 -1
- data/lib/lithic/client.rb +4 -0
- data/lib/lithic/models/account_activity_list_response.rb +60 -148
- data/lib/lithic/models/account_activity_retrieve_transaction_response.rb +60 -151
- data/lib/lithic/models/account_holder_simulate_enrollment_review_response.rb +2 -2
- data/lib/lithic/models/account_holder_update_response.rb +4 -4
- data/lib/lithic/models/auth_rules/auth_rule_condition.rb +8 -51
- data/lib/lithic/models/auth_rules/conditional_3ds_action_parameters.rb +8 -51
- data/lib/lithic/models/auth_rules/conditional_ach_action_parameters.rb +260 -0
- data/lib/lithic/models/auth_rules/conditional_authorization_action_parameters.rb +207 -0
- data/lib/lithic/models/auth_rules/conditional_operation.rb +26 -0
- data/lib/lithic/models/auth_rules/conditional_tokenization_action_parameters.rb +254 -0
- data/lib/lithic/models/auth_rules/conditional_value.rb +27 -0
- data/lib/lithic/models/auth_rules/v2_create_params.rb +46 -283
- data/lib/lithic/models/auth_rules/v2_create_response.rb +23 -510
- data/lib/lithic/models/auth_rules/v2_draft_params.rb +6 -248
- data/lib/lithic/models/auth_rules/v2_draft_response.rb +23 -510
- data/lib/lithic/models/auth_rules/v2_list_params.rb +3 -0
- data/lib/lithic/models/auth_rules/v2_list_response.rb +23 -510
- data/lib/lithic/models/auth_rules/v2_promote_response.rb +23 -510
- data/lib/lithic/models/auth_rules/v2_retrieve_features_response.rb +4 -11
- data/lib/lithic/models/auth_rules/v2_retrieve_response.rb +23 -510
- data/lib/lithic/models/auth_rules/v2_update_response.rb +23 -510
- data/lib/lithic/models/auth_rules/velocity_limit_params.rb +4 -7
- data/lib/lithic/models/auth_rules/velocity_limit_period.rb +154 -0
- data/lib/lithic/models/book_transfer_response.rb +6 -5
- data/lib/lithic/models/category_details.rb +27 -0
- data/lib/lithic/models/dispute_v2.rb +555 -0
- data/lib/lithic/models/disputes_v2_list_params.rb +84 -0
- data/lib/lithic/models/disputes_v2_retrieve_params.rb +14 -0
- data/lib/lithic/models/event.rb +213 -69
- data/lib/lithic/models/event_list_params.rb +112 -6
- data/lib/lithic/models/event_subscription.rb +112 -6
- data/lib/lithic/models/events/subscription_create_params.rb +112 -6
- data/lib/lithic/models/events/subscription_send_simulated_example_params.rb +12 -6
- data/lib/lithic/models/events/subscription_update_params.rb +112 -6
- data/lib/lithic/models/external_bank_account_address.rb +2 -2
- data/lib/lithic/models/external_bank_account_create_response.rb +18 -18
- data/lib/lithic/models/external_bank_account_list_response.rb +18 -18
- data/lib/lithic/models/external_bank_account_retrieve_response.rb +18 -18
- data/lib/lithic/models/external_bank_account_retry_micro_deposits_response.rb +18 -18
- data/lib/lithic/models/external_bank_account_retry_prenote_response.rb +18 -18
- data/lib/lithic/models/external_bank_account_unpause_params.rb +14 -0
- data/lib/lithic/models/external_bank_account_unpause_response.rb +242 -0
- data/lib/lithic/models/external_bank_account_update_response.rb +18 -18
- data/lib/lithic/models/external_bank_accounts/micro_deposit_create_response.rb +18 -18
- data/lib/lithic/models/external_payment.rb +3 -2
- data/lib/lithic/models/external_payment_list_params.rb +1 -0
- data/lib/lithic/models/financial_account.rb +5 -68
- data/lib/lithic/models/financial_accounts/category_balances.rb +29 -0
- data/lib/lithic/models/financial_accounts/financial_account_credit_config.rb +1 -64
- data/lib/lithic/models/financial_accounts/loan_tape.rb +35 -424
- data/lib/lithic/models/financial_accounts/statement.rb +73 -211
- data/lib/lithic/models/financial_event.rb +148 -0
- data/lib/lithic/models/financial_transaction.rb +3 -146
- data/lib/lithic/models/management_operation_list_params.rb +1 -0
- data/lib/lithic/models/management_operation_transaction.rb +5 -4
- data/lib/lithic/models/merchant.rb +70 -0
- data/lib/lithic/models/payment.rb +16 -14
- data/lib/lithic/models/payment_return_params.rb +62 -0
- data/lib/lithic/models/payment_simulate_action_params.rb +17 -1
- data/lib/lithic/models/statement_totals.rb +100 -0
- data/lib/lithic/models/three_ds/authentication_retrieve_response.rb +9 -9
- data/lib/lithic/models/tokenization.rb +189 -23
- data/lib/lithic/models/transaction.rb +15 -185
- data/lib/lithic/models/transactions/events/enhanced_data.rb +52 -43
- data/lib/lithic/models/transfer.rb +3 -146
- data/lib/lithic/models.rb +18 -0
- data/lib/lithic/resources/auth_rules/v2/backtests.rb +3 -5
- data/lib/lithic/resources/auth_rules/v2.rb +13 -56
- data/lib/lithic/resources/disputes_v2.rb +74 -0
- data/lib/lithic/resources/external_bank_accounts.rb +19 -0
- data/lib/lithic/resources/payments.rb +53 -1
- data/lib/lithic/version.rb +1 -1
- data/lib/lithic.rb +18 -3
- data/rbi/lithic/client.rbi +3 -0
- data/rbi/lithic/models/account_activity_list_response.rbi +121 -544
- data/rbi/lithic/models/account_activity_retrieve_transaction_response.rbi +121 -544
- data/rbi/lithic/models/account_holder_simulate_enrollment_review_response.rbi +3 -6
- data/rbi/lithic/models/account_holder_update_response.rbi +6 -12
- data/rbi/lithic/models/auth_rules/auth_rule_condition.rbi +13 -139
- data/rbi/lithic/models/auth_rules/conditional_3ds_action_parameters.rbi +13 -153
- data/rbi/lithic/models/auth_rules/conditional_ach_action_parameters.rbi +789 -0
- data/rbi/lithic/models/auth_rules/conditional_authorization_action_parameters.rbi +437 -0
- data/rbi/lithic/models/auth_rules/conditional_operation.rbi +74 -0
- data/rbi/lithic/models/auth_rules/conditional_tokenization_action_parameters.rbi +674 -0
- data/rbi/lithic/models/auth_rules/conditional_value.rbi +28 -0
- data/rbi/lithic/models/auth_rules/v2_create_params.rbi +112 -680
- data/rbi/lithic/models/auth_rules/v2_create_response.rbi +33 -1149
- data/rbi/lithic/models/auth_rules/v2_draft_params.rbi +12 -575
- data/rbi/lithic/models/auth_rules/v2_draft_response.rbi +33 -1149
- data/rbi/lithic/models/auth_rules/v2_list_params.rbi +15 -0
- data/rbi/lithic/models/auth_rules/v2_list_response.rbi +33 -1149
- data/rbi/lithic/models/auth_rules/v2_promote_response.rbi +33 -1149
- data/rbi/lithic/models/auth_rules/v2_retrieve_features_response.rbi +9 -22
- data/rbi/lithic/models/auth_rules/v2_retrieve_response.rbi +33 -1149
- data/rbi/lithic/models/auth_rules/v2_update_response.rbi +33 -1149
- data/rbi/lithic/models/auth_rules/velocity_limit_params.rbi +17 -29
- data/rbi/lithic/models/auth_rules/velocity_limit_period.rbi +223 -0
- data/rbi/lithic/models/book_transfer_response.rbi +16 -11
- data/rbi/lithic/models/category_details.rbi +43 -0
- data/rbi/lithic/models/dispute_v2.rbi +965 -0
- data/rbi/lithic/models/disputes_v2_list_params.rbi +129 -0
- data/rbi/lithic/models/disputes_v2_retrieve_params.rbi +27 -0
- data/rbi/lithic/models/event.rbi +348 -111
- data/rbi/lithic/models/event_list_params.rbi +155 -25
- data/rbi/lithic/models/event_subscription.rbi +155 -25
- data/rbi/lithic/models/events/subscription_create_params.rbi +155 -25
- data/rbi/lithic/models/events/subscription_send_simulated_example_params.rbi +55 -25
- data/rbi/lithic/models/events/subscription_update_params.rbi +155 -25
- data/rbi/lithic/models/external_bank_account_address.rbi +3 -6
- data/rbi/lithic/models/external_bank_account_create_response.rbi +31 -51
- data/rbi/lithic/models/external_bank_account_list_response.rbi +31 -51
- data/rbi/lithic/models/external_bank_account_retrieve_response.rbi +31 -51
- data/rbi/lithic/models/external_bank_account_retry_micro_deposits_response.rbi +31 -51
- data/rbi/lithic/models/external_bank_account_retry_prenote_response.rbi +31 -51
- data/rbi/lithic/models/external_bank_account_unpause_params.rbi +30 -0
- data/rbi/lithic/models/external_bank_account_unpause_response.rbi +375 -0
- data/rbi/lithic/models/external_bank_account_update_response.rbi +31 -51
- data/rbi/lithic/models/external_bank_accounts/micro_deposit_create_response.rbi +31 -51
- data/rbi/lithic/models/external_payment.rbi +5 -6
- data/rbi/lithic/models/external_payment_list_params.rbi +5 -0
- data/rbi/lithic/models/financial_account.rbi +15 -136
- data/rbi/lithic/models/financial_accounts/category_balances.rbi +42 -0
- data/rbi/lithic/models/financial_accounts/financial_account_credit_config.rbi +3 -136
- data/rbi/lithic/models/financial_accounts/loan_tape.rbi +47 -679
- data/rbi/lithic/models/financial_accounts/statement.rbi +118 -348
- data/rbi/lithic/models/financial_event.rbi +409 -0
- data/rbi/lithic/models/financial_transaction.rbi +3 -509
- data/rbi/lithic/models/management_operation_list_params.rbi +5 -0
- data/rbi/lithic/models/management_operation_transaction.rbi +11 -12
- data/rbi/lithic/models/merchant.rbi +89 -0
- data/rbi/lithic/models/payment.rbi +27 -21
- data/rbi/lithic/models/payment_return_params.rbi +85 -0
- data/rbi/lithic/models/payment_simulate_action_params.rbi +22 -0
- data/rbi/lithic/models/statement_totals.rbi +128 -0
- data/rbi/lithic/models/three_ds/authentication_retrieve_response.rbi +12 -12
- data/rbi/lithic/models/tokenization.rbi +429 -34
- data/rbi/lithic/models/transaction.rbi +26 -336
- data/rbi/lithic/models/transactions/events/enhanced_data.rbi +77 -136
- data/rbi/lithic/models/transfer.rbi +4 -436
- data/rbi/lithic/models.rbi +19 -0
- data/rbi/lithic/resources/auth_rules/v2/backtests.rbi +0 -3
- data/rbi/lithic/resources/auth_rules/v2.rbi +29 -72
- data/rbi/lithic/resources/disputes_v2.rbi +64 -0
- data/rbi/lithic/resources/external_bank_accounts.rbi +10 -0
- data/rbi/lithic/resources/payments.rbi +52 -0
- data/sig/lithic/client.rbs +2 -0
- data/sig/lithic/models/account_activity_list_response.rbs +67 -221
- data/sig/lithic/models/account_activity_retrieve_transaction_response.rbs +67 -221
- data/sig/lithic/models/account_holder_simulate_enrollment_review_response.rbs +4 -6
- data/sig/lithic/models/account_holder_update_response.rbs +8 -12
- data/sig/lithic/models/auth_rules/auth_rule_condition.rbs +10 -61
- data/sig/lithic/models/auth_rules/conditional_3ds_action_parameters.rbs +10 -61
- data/sig/lithic/models/auth_rules/conditional_ach_action_parameters.rbs +293 -0
- data/sig/lithic/models/auth_rules/conditional_authorization_action_parameters.rbs +112 -0
- data/sig/lithic/models/auth_rules/conditional_operation.rbs +34 -0
- data/sig/lithic/models/auth_rules/conditional_tokenization_action_parameters.rbs +237 -0
- data/sig/lithic/models/auth_rules/conditional_value.rbs +15 -0
- data/sig/lithic/models/auth_rules/v2_create_params.rbs +32 -188
- data/sig/lithic/models/auth_rules/v2_create_response.rbs +15 -319
- data/sig/lithic/models/auth_rules/v2_draft_params.rbs +3 -159
- data/sig/lithic/models/auth_rules/v2_draft_response.rbs +15 -319
- data/sig/lithic/models/auth_rules/v2_list_params.rbs +9 -1
- data/sig/lithic/models/auth_rules/v2_list_response.rbs +15 -319
- data/sig/lithic/models/auth_rules/v2_promote_response.rbs +15 -319
- data/sig/lithic/models/auth_rules/v2_retrieve_features_response.rbs +4 -4
- data/sig/lithic/models/auth_rules/v2_retrieve_response.rbs +15 -319
- data/sig/lithic/models/auth_rules/v2_update_response.rbs +15 -319
- data/sig/lithic/models/auth_rules/velocity_limit_params.rbs +4 -4
- data/sig/lithic/models/auth_rules/velocity_limit_period.rbs +91 -0
- data/sig/lithic/models/book_transfer_response.rbs +10 -8
- data/sig/lithic/models/category_details.rbs +26 -0
- data/sig/lithic/models/dispute_v2.rbs +438 -0
- data/sig/lithic/models/disputes_v2_list_params.rbs +77 -0
- data/sig/lithic/models/disputes_v2_retrieve_params.rbs +15 -0
- data/sig/lithic/models/event.rbs +25 -13
- data/sig/lithic/models/event_list_params.rbs +25 -13
- data/sig/lithic/models/event_subscription.rbs +25 -13
- data/sig/lithic/models/events/subscription_create_params.rbs +25 -13
- data/sig/lithic/models/events/subscription_send_simulated_example_params.rbs +25 -13
- data/sig/lithic/models/events/subscription_update_params.rbs +25 -13
- data/sig/lithic/models/external_bank_account_address.rbs +4 -6
- data/sig/lithic/models/external_bank_account_create_response.rbs +36 -56
- data/sig/lithic/models/external_bank_account_list_response.rbs +36 -56
- data/sig/lithic/models/external_bank_account_retrieve_response.rbs +36 -56
- data/sig/lithic/models/external_bank_account_retry_micro_deposits_response.rbs +36 -56
- data/sig/lithic/models/external_bank_account_retry_prenote_response.rbs +36 -56
- data/sig/lithic/models/external_bank_account_unpause_params.rbs +15 -0
- data/sig/lithic/models/external_bank_account_unpause_response.rbs +162 -0
- data/sig/lithic/models/external_bank_account_update_response.rbs +36 -56
- data/sig/lithic/models/external_bank_accounts/micro_deposit_create_response.rbs +36 -56
- data/sig/lithic/models/external_payment.rbs +7 -7
- data/sig/lithic/models/external_payment_list_params.rbs +3 -1
- data/sig/lithic/models/financial_account.rbs +7 -49
- data/sig/lithic/models/financial_accounts/category_balances.rbs +24 -0
- data/sig/lithic/models/financial_accounts/financial_account_credit_config.rbs +3 -49
- data/sig/lithic/models/financial_accounts/loan_tape.rbs +48 -386
- data/sig/lithic/models/financial_accounts/statement.rbs +59 -192
- data/sig/lithic/models/financial_event.rbs +216 -0
- data/sig/lithic/models/financial_transaction.rbs +4 -217
- data/sig/lithic/models/management_operation_list_params.rbs +3 -1
- data/sig/lithic/models/management_operation_transaction.rbs +11 -13
- data/sig/lithic/models/merchant.rbs +50 -0
- data/sig/lithic/models/payment.rbs +17 -15
- data/sig/lithic/models/payment_return_params.rbs +46 -0
- data/sig/lithic/models/payment_simulate_action_params.rbs +14 -0
- data/sig/lithic/models/statement_totals.rbs +76 -0
- data/sig/lithic/models/tokenization.rbs +160 -13
- data/sig/lithic/models/transaction.rbs +17 -145
- data/sig/lithic/models/transactions/events/enhanced_data.rbs +78 -124
- data/sig/lithic/models/transfer.rbs +6 -219
- data/sig/lithic/models.rbs +18 -0
- data/sig/lithic/resources/auth_rules/v2.rbs +2 -12
- data/sig/lithic/resources/disputes_v2.rbs +24 -0
- data/sig/lithic/resources/external_bank_accounts.rbs +5 -0
- data/sig/lithic/resources/payments.rbs +12 -0
- metadata +56 -11
- data/lib/lithic/models/auth_rules/v2_apply_params.rb +0 -56
- data/lib/lithic/models/auth_rules/v2_apply_response.rb +0 -766
- data/lib/lithic/models/auth_rules/velocity_limit_params_period_window.rb +0 -248
- data/rbi/lithic/models/auth_rules/v2_apply_params.rbi +0 -86
- data/rbi/lithic/models/auth_rules/v2_apply_response.rbi +0 -1638
- data/rbi/lithic/models/auth_rules/velocity_limit_params_period_window.rbi +0 -557
- data/sig/lithic/models/auth_rules/v2_apply_params.rbs +0 -54
- data/sig/lithic/models/auth_rules/v2_apply_response.rbs +0 -509
- data/sig/lithic/models/auth_rules/velocity_limit_params_period_window.rbs +0 -223
data/lib/lithic/models/event.rb
CHANGED
|
@@ -19,37 +19,106 @@ module Lithic
|
|
|
19
19
|
required :created, Time
|
|
20
20
|
|
|
21
21
|
# @!attribute event_type
|
|
22
|
-
#
|
|
23
|
-
#
|
|
24
|
-
# -
|
|
25
|
-
#
|
|
26
|
-
# -
|
|
27
|
-
# -
|
|
28
|
-
#
|
|
29
|
-
#
|
|
30
|
-
# -
|
|
31
|
-
# -
|
|
32
|
-
# -
|
|
33
|
-
#
|
|
34
|
-
# -
|
|
35
|
-
#
|
|
36
|
-
# -
|
|
37
|
-
#
|
|
38
|
-
# -
|
|
39
|
-
#
|
|
40
|
-
# -
|
|
41
|
-
# -
|
|
42
|
-
#
|
|
43
|
-
# -
|
|
44
|
-
#
|
|
45
|
-
# -
|
|
46
|
-
#
|
|
47
|
-
#
|
|
48
|
-
#
|
|
49
|
-
#
|
|
50
|
-
#
|
|
51
|
-
#
|
|
52
|
-
#
|
|
22
|
+
# The type of event that occurred. Possible values:
|
|
23
|
+
#
|
|
24
|
+
# - account_holder_document.updated: Occurs when an account holder's document
|
|
25
|
+
# upload status has been updated
|
|
26
|
+
# - account_holder.created: Occurs when a new account_holder is created.
|
|
27
|
+
# - account_holder.updated: Occurs when an account_holder is updated.
|
|
28
|
+
# - account_holder.verification: Occurs when an asynchronous account_holder's
|
|
29
|
+
# verification is completed.
|
|
30
|
+
# - auth_rules.backtest_report.created: Auth Rules backtest report created.
|
|
31
|
+
# - balance.updated: Financial Account Balance Update
|
|
32
|
+
# - book_transfer_transaction.created: Occurs when a book transfer transaction is
|
|
33
|
+
# created.
|
|
34
|
+
# - book_transfer_transaction.updated: Occurs when a book transfer transaction is
|
|
35
|
+
# updated.
|
|
36
|
+
# - card_transaction.enhanced_data.created: Occurs when L2/L3 enhanced commercial
|
|
37
|
+
# data is processed for a transaction event.
|
|
38
|
+
# - card_transaction.enhanced_data.updated: Occurs when L2/L3 enhanced commercial
|
|
39
|
+
# data is reprocessed for a transaction event.
|
|
40
|
+
# - card_transaction.updated: Occurs when a card transaction happens.
|
|
41
|
+
# - card.converted: Occurs when a card is converted from virtual to physical
|
|
42
|
+
# cards.
|
|
43
|
+
# - card.created: Occurs when a new card is created.
|
|
44
|
+
# - card.reissued: Occurs when a card is reissued.
|
|
45
|
+
# - card.renewed: Occurs when a card is renewed.
|
|
46
|
+
# - card.shipped: Occurs when a card is shipped.
|
|
47
|
+
# - digital_wallet.tokenization_approval_request: Occurs when a tokenization
|
|
48
|
+
# approval request is made. This event will be deprecated in the future. We
|
|
49
|
+
# recommend using `tokenization.approval_request` instead.
|
|
50
|
+
# - digital_wallet.tokenization_result: Occurs when a tokenization request
|
|
51
|
+
# succeeded or failed.
|
|
52
|
+
#
|
|
53
|
+
# This event will be deprecated in the future. We recommend using
|
|
54
|
+
# `tokenization.result` instead.
|
|
55
|
+
#
|
|
56
|
+
# - digital_wallet.tokenization_two_factor_authentication_code: Occurs when a
|
|
57
|
+
# tokenization request 2FA code is sent to the Lithic customer for self serve
|
|
58
|
+
# delivery.
|
|
59
|
+
#
|
|
60
|
+
# This event will be deprecated in the future. We recommend using
|
|
61
|
+
# `tokenization.two_factor_authentication_code` instead.
|
|
62
|
+
#
|
|
63
|
+
# - digital_wallet.tokenization_two_factor_authentication_code_sent: Occurs when a
|
|
64
|
+
# tokenization request 2FA code is sent to our downstream messaging providers
|
|
65
|
+
# for delivery.
|
|
66
|
+
#
|
|
67
|
+
# This event will be deprecated in the future. We recommend using
|
|
68
|
+
# `tokenization.two_factor_authentication_code_sent` instead.
|
|
69
|
+
#
|
|
70
|
+
# - digital_wallet.tokenization_updated: Occurs when a tokenization's status has
|
|
71
|
+
# changed.
|
|
72
|
+
#
|
|
73
|
+
# This event will be deprecated in the future. We recommend using
|
|
74
|
+
# `tokenization.updated` instead.
|
|
75
|
+
#
|
|
76
|
+
# - dispute_evidence.upload_failed: Occurs when a dispute evidence upload fails.
|
|
77
|
+
# - dispute_transaction.created: Occurs when a new dispute transaction is created
|
|
78
|
+
# - dispute_transaction.updated: Occurs when a dispute transaction is updated
|
|
79
|
+
# - dispute.updated: Occurs when a dispute is updated.
|
|
80
|
+
# - external_bank_account.created: Occurs when an external bank account is
|
|
81
|
+
# created.
|
|
82
|
+
# - external_bank_account.updated: Occurs when an external bank account is
|
|
83
|
+
# updated.
|
|
84
|
+
# - external_payment.created: Occurs when an external payment is created.
|
|
85
|
+
# - external_payment.updated: Occurs when an external payment is updated.
|
|
86
|
+
# - financial_account.created: Occurs when a financial account is created.
|
|
87
|
+
# - financial_account.updated: Occurs when a financial account is updated.
|
|
88
|
+
# - funding_event.created: Occurs when a funding event is created.
|
|
89
|
+
# - internal_transaction.created: Occurs when an internal adjustment is created.
|
|
90
|
+
# - internal_transaction.updated: Occurs when an internal adjustment is updated.
|
|
91
|
+
# - loan_tape.created: Occurs when a loan tape is created.
|
|
92
|
+
# - loan_tape.updated: Occurs when a loan tape is updated.
|
|
93
|
+
# - management_operation.created: Occurs when an management operation is created.
|
|
94
|
+
# - management_operation.updated: Occurs when an management operation is updated.
|
|
95
|
+
# - network_total.created: Occurs when a network total is created.
|
|
96
|
+
# - network_total.updated: Occurs when a network total is updated.
|
|
97
|
+
# - payment_transaction.created: Occurs when a payment transaction is created.
|
|
98
|
+
# - payment_transaction.updated: Occurs when a payment transaction is updated.
|
|
99
|
+
# - settlement_report.updated: Occurs when a settlement report is created or
|
|
100
|
+
# updated.
|
|
101
|
+
# - statements.created: Occurs when a statement has been created
|
|
102
|
+
# - three_ds_authentication.challenge: The `three_ds_authentication.challenge`
|
|
103
|
+
# event. Upon receiving this request, the Card Program should issue its own
|
|
104
|
+
# challenge to the cardholder. After a cardholder challenge is successfully
|
|
105
|
+
# completed, the Card Program needs to respond back to Lithic by call to
|
|
106
|
+
# [/v1/three_ds_decisioning/challenge_response](https://docs.lithic.com/reference/post_v1-three-ds-decisioning-challenge-response).
|
|
107
|
+
# Then the cardholder must navigate back to the merchant checkout flow to
|
|
108
|
+
# complete the transaction. Some merchants will include an `app_requestor_url`
|
|
109
|
+
# for app-based purchases; Lithic recommends triggering a redirect to that URL
|
|
110
|
+
# after the cardholder completes an app-based challenge.
|
|
111
|
+
# - three_ds_authentication.created: Occurs when a 3DS authentication is created.
|
|
112
|
+
# - three_ds_authentication.updated: Occurs when a 3DS authentication is updated
|
|
113
|
+
# (eg. challenge is completed).
|
|
114
|
+
# - tokenization.approval_request: Occurs when a tokenization approval request is
|
|
115
|
+
# made.
|
|
116
|
+
# - tokenization.result: Occurs when a tokenization request succeeded or failed.
|
|
117
|
+
# - tokenization.two_factor_authentication_code: Occurs when a tokenization
|
|
118
|
+
# request 2FA code is sent to the Lithic customer for self serve delivery.
|
|
119
|
+
# - tokenization.two_factor_authentication_code_sent: Occurs when a tokenization
|
|
120
|
+
# request 2FA code is sent to our downstream messaging providers for delivery.
|
|
121
|
+
# - tokenization.updated: Occurs when a tokenization's status has changed.
|
|
53
122
|
#
|
|
54
123
|
# @return [Symbol, Lithic::Models::Event::EventType]
|
|
55
124
|
required :event_type, enum: -> { Lithic::Event::EventType }
|
|
@@ -69,57 +138,131 @@ module Lithic
|
|
|
69
138
|
#
|
|
70
139
|
# @param created [Time] An RFC 3339 timestamp for when the event was created. UTC time zone.
|
|
71
140
|
#
|
|
72
|
-
# @param event_type [Symbol, Lithic::Models::Event::EventType]
|
|
141
|
+
# @param event_type [Symbol, Lithic::Models::Event::EventType] The type of event that occurred. Possible values:
|
|
73
142
|
#
|
|
74
143
|
# @param payload [Hash{Symbol=>Object}]
|
|
75
144
|
|
|
76
|
-
#
|
|
77
|
-
#
|
|
78
|
-
# -
|
|
79
|
-
#
|
|
80
|
-
# -
|
|
81
|
-
# -
|
|
82
|
-
#
|
|
83
|
-
#
|
|
84
|
-
# -
|
|
85
|
-
# -
|
|
86
|
-
# -
|
|
87
|
-
#
|
|
88
|
-
# -
|
|
89
|
-
#
|
|
90
|
-
# -
|
|
91
|
-
#
|
|
92
|
-
# -
|
|
93
|
-
#
|
|
94
|
-
# -
|
|
95
|
-
# -
|
|
96
|
-
#
|
|
97
|
-
# -
|
|
98
|
-
#
|
|
99
|
-
# -
|
|
100
|
-
#
|
|
101
|
-
#
|
|
102
|
-
#
|
|
103
|
-
#
|
|
104
|
-
#
|
|
105
|
-
#
|
|
106
|
-
#
|
|
145
|
+
# The type of event that occurred. Possible values:
|
|
146
|
+
#
|
|
147
|
+
# - account_holder_document.updated: Occurs when an account holder's document
|
|
148
|
+
# upload status has been updated
|
|
149
|
+
# - account_holder.created: Occurs when a new account_holder is created.
|
|
150
|
+
# - account_holder.updated: Occurs when an account_holder is updated.
|
|
151
|
+
# - account_holder.verification: Occurs when an asynchronous account_holder's
|
|
152
|
+
# verification is completed.
|
|
153
|
+
# - auth_rules.backtest_report.created: Auth Rules backtest report created.
|
|
154
|
+
# - balance.updated: Financial Account Balance Update
|
|
155
|
+
# - book_transfer_transaction.created: Occurs when a book transfer transaction is
|
|
156
|
+
# created.
|
|
157
|
+
# - book_transfer_transaction.updated: Occurs when a book transfer transaction is
|
|
158
|
+
# updated.
|
|
159
|
+
# - card_transaction.enhanced_data.created: Occurs when L2/L3 enhanced commercial
|
|
160
|
+
# data is processed for a transaction event.
|
|
161
|
+
# - card_transaction.enhanced_data.updated: Occurs when L2/L3 enhanced commercial
|
|
162
|
+
# data is reprocessed for a transaction event.
|
|
163
|
+
# - card_transaction.updated: Occurs when a card transaction happens.
|
|
164
|
+
# - card.converted: Occurs when a card is converted from virtual to physical
|
|
165
|
+
# cards.
|
|
166
|
+
# - card.created: Occurs when a new card is created.
|
|
167
|
+
# - card.reissued: Occurs when a card is reissued.
|
|
168
|
+
# - card.renewed: Occurs when a card is renewed.
|
|
169
|
+
# - card.shipped: Occurs when a card is shipped.
|
|
170
|
+
# - digital_wallet.tokenization_approval_request: Occurs when a tokenization
|
|
171
|
+
# approval request is made. This event will be deprecated in the future. We
|
|
172
|
+
# recommend using `tokenization.approval_request` instead.
|
|
173
|
+
# - digital_wallet.tokenization_result: Occurs when a tokenization request
|
|
174
|
+
# succeeded or failed.
|
|
175
|
+
#
|
|
176
|
+
# This event will be deprecated in the future. We recommend using
|
|
177
|
+
# `tokenization.result` instead.
|
|
178
|
+
#
|
|
179
|
+
# - digital_wallet.tokenization_two_factor_authentication_code: Occurs when a
|
|
180
|
+
# tokenization request 2FA code is sent to the Lithic customer for self serve
|
|
181
|
+
# delivery.
|
|
182
|
+
#
|
|
183
|
+
# This event will be deprecated in the future. We recommend using
|
|
184
|
+
# `tokenization.two_factor_authentication_code` instead.
|
|
185
|
+
#
|
|
186
|
+
# - digital_wallet.tokenization_two_factor_authentication_code_sent: Occurs when a
|
|
187
|
+
# tokenization request 2FA code is sent to our downstream messaging providers
|
|
188
|
+
# for delivery.
|
|
189
|
+
#
|
|
190
|
+
# This event will be deprecated in the future. We recommend using
|
|
191
|
+
# `tokenization.two_factor_authentication_code_sent` instead.
|
|
192
|
+
#
|
|
193
|
+
# - digital_wallet.tokenization_updated: Occurs when a tokenization's status has
|
|
194
|
+
# changed.
|
|
195
|
+
#
|
|
196
|
+
# This event will be deprecated in the future. We recommend using
|
|
197
|
+
# `tokenization.updated` instead.
|
|
198
|
+
#
|
|
199
|
+
# - dispute_evidence.upload_failed: Occurs when a dispute evidence upload fails.
|
|
200
|
+
# - dispute_transaction.created: Occurs when a new dispute transaction is created
|
|
201
|
+
# - dispute_transaction.updated: Occurs when a dispute transaction is updated
|
|
202
|
+
# - dispute.updated: Occurs when a dispute is updated.
|
|
203
|
+
# - external_bank_account.created: Occurs when an external bank account is
|
|
204
|
+
# created.
|
|
205
|
+
# - external_bank_account.updated: Occurs when an external bank account is
|
|
206
|
+
# updated.
|
|
207
|
+
# - external_payment.created: Occurs when an external payment is created.
|
|
208
|
+
# - external_payment.updated: Occurs when an external payment is updated.
|
|
209
|
+
# - financial_account.created: Occurs when a financial account is created.
|
|
210
|
+
# - financial_account.updated: Occurs when a financial account is updated.
|
|
211
|
+
# - funding_event.created: Occurs when a funding event is created.
|
|
212
|
+
# - internal_transaction.created: Occurs when an internal adjustment is created.
|
|
213
|
+
# - internal_transaction.updated: Occurs when an internal adjustment is updated.
|
|
214
|
+
# - loan_tape.created: Occurs when a loan tape is created.
|
|
215
|
+
# - loan_tape.updated: Occurs when a loan tape is updated.
|
|
216
|
+
# - management_operation.created: Occurs when an management operation is created.
|
|
217
|
+
# - management_operation.updated: Occurs when an management operation is updated.
|
|
218
|
+
# - network_total.created: Occurs when a network total is created.
|
|
219
|
+
# - network_total.updated: Occurs when a network total is updated.
|
|
220
|
+
# - payment_transaction.created: Occurs when a payment transaction is created.
|
|
221
|
+
# - payment_transaction.updated: Occurs when a payment transaction is updated.
|
|
222
|
+
# - settlement_report.updated: Occurs when a settlement report is created or
|
|
223
|
+
# updated.
|
|
224
|
+
# - statements.created: Occurs when a statement has been created
|
|
225
|
+
# - three_ds_authentication.challenge: The `three_ds_authentication.challenge`
|
|
226
|
+
# event. Upon receiving this request, the Card Program should issue its own
|
|
227
|
+
# challenge to the cardholder. After a cardholder challenge is successfully
|
|
228
|
+
# completed, the Card Program needs to respond back to Lithic by call to
|
|
229
|
+
# [/v1/three_ds_decisioning/challenge_response](https://docs.lithic.com/reference/post_v1-three-ds-decisioning-challenge-response).
|
|
230
|
+
# Then the cardholder must navigate back to the merchant checkout flow to
|
|
231
|
+
# complete the transaction. Some merchants will include an `app_requestor_url`
|
|
232
|
+
# for app-based purchases; Lithic recommends triggering a redirect to that URL
|
|
233
|
+
# after the cardholder completes an app-based challenge.
|
|
234
|
+
# - three_ds_authentication.created: Occurs when a 3DS authentication is created.
|
|
235
|
+
# - three_ds_authentication.updated: Occurs when a 3DS authentication is updated
|
|
236
|
+
# (eg. challenge is completed).
|
|
237
|
+
# - tokenization.approval_request: Occurs when a tokenization approval request is
|
|
238
|
+
# made.
|
|
239
|
+
# - tokenization.result: Occurs when a tokenization request succeeded or failed.
|
|
240
|
+
# - tokenization.two_factor_authentication_code: Occurs when a tokenization
|
|
241
|
+
# request 2FA code is sent to the Lithic customer for self serve delivery.
|
|
242
|
+
# - tokenization.two_factor_authentication_code_sent: Occurs when a tokenization
|
|
243
|
+
# request 2FA code is sent to our downstream messaging providers for delivery.
|
|
244
|
+
# - tokenization.updated: Occurs when a tokenization's status has changed.
|
|
107
245
|
#
|
|
108
246
|
# @see Lithic::Models::Event#event_type
|
|
109
247
|
module EventType
|
|
110
248
|
extend Lithic::Internal::Type::Enum
|
|
111
249
|
|
|
250
|
+
ACCOUNT_HOLDER_DOCUMENT_UPDATED = :"account_holder_document.updated"
|
|
112
251
|
ACCOUNT_HOLDER_CREATED = :"account_holder.created"
|
|
113
252
|
ACCOUNT_HOLDER_UPDATED = :"account_holder.updated"
|
|
114
253
|
ACCOUNT_HOLDER_VERIFICATION = :"account_holder.verification"
|
|
254
|
+
AUTH_RULES_BACKTEST_REPORT_CREATED = :"auth_rules.backtest_report.created"
|
|
115
255
|
BALANCE_UPDATED = :"balance.updated"
|
|
116
256
|
BOOK_TRANSFER_TRANSACTION_CREATED = :"book_transfer_transaction.created"
|
|
257
|
+
BOOK_TRANSFER_TRANSACTION_UPDATED = :"book_transfer_transaction.updated"
|
|
258
|
+
CARD_TRANSACTION_ENHANCED_DATA_CREATED = :"card_transaction.enhanced_data.created"
|
|
259
|
+
CARD_TRANSACTION_ENHANCED_DATA_UPDATED = :"card_transaction.enhanced_data.updated"
|
|
260
|
+
CARD_TRANSACTION_UPDATED = :"card_transaction.updated"
|
|
261
|
+
CARD_CONVERTED = :"card.converted"
|
|
117
262
|
CARD_CREATED = :"card.created"
|
|
118
|
-
CARD_RENEWED = :"card.renewed"
|
|
119
263
|
CARD_REISSUED = :"card.reissued"
|
|
120
|
-
|
|
264
|
+
CARD_RENEWED = :"card.renewed"
|
|
121
265
|
CARD_SHIPPED = :"card.shipped"
|
|
122
|
-
CARD_TRANSACTION_UPDATED = :"card_transaction.updated"
|
|
123
266
|
DIGITAL_WALLET_TOKENIZATION_APPROVAL_REQUEST = :"digital_wallet.tokenization_approval_request"
|
|
124
267
|
DIGITAL_WALLET_TOKENIZATION_RESULT = :"digital_wallet.tokenization_result"
|
|
125
268
|
DIGITAL_WALLET_TOKENIZATION_TWO_FACTOR_AUTHENTICATION_CODE =
|
|
@@ -127,10 +270,10 @@ module Lithic
|
|
|
127
270
|
DIGITAL_WALLET_TOKENIZATION_TWO_FACTOR_AUTHENTICATION_CODE_SENT =
|
|
128
271
|
:"digital_wallet.tokenization_two_factor_authentication_code_sent"
|
|
129
272
|
DIGITAL_WALLET_TOKENIZATION_UPDATED = :"digital_wallet.tokenization_updated"
|
|
130
|
-
DISPUTE_UPDATED = :"dispute.updated"
|
|
131
273
|
DISPUTE_EVIDENCE_UPLOAD_FAILED = :"dispute_evidence.upload_failed"
|
|
132
274
|
DISPUTE_TRANSACTION_CREATED = :"dispute_transaction.created"
|
|
133
275
|
DISPUTE_TRANSACTION_UPDATED = :"dispute_transaction.updated"
|
|
276
|
+
DISPUTE_UPDATED = :"dispute.updated"
|
|
134
277
|
EXTERNAL_BANK_ACCOUNT_CREATED = :"external_bank_account.created"
|
|
135
278
|
EXTERNAL_BANK_ACCOUNT_UPDATED = :"external_bank_account.updated"
|
|
136
279
|
EXTERNAL_PAYMENT_CREATED = :"external_payment.created"
|
|
@@ -138,6 +281,8 @@ module Lithic
|
|
|
138
281
|
FINANCIAL_ACCOUNT_CREATED = :"financial_account.created"
|
|
139
282
|
FINANCIAL_ACCOUNT_UPDATED = :"financial_account.updated"
|
|
140
283
|
FUNDING_EVENT_CREATED = :"funding_event.created"
|
|
284
|
+
INTERNAL_TRANSACTION_CREATED = :"internal_transaction.created"
|
|
285
|
+
INTERNAL_TRANSACTION_UPDATED = :"internal_transaction.updated"
|
|
141
286
|
LOAN_TAPE_CREATED = :"loan_tape.created"
|
|
142
287
|
LOAN_TAPE_UPDATED = :"loan_tape.updated"
|
|
143
288
|
MANAGEMENT_OPERATION_CREATED = :"management_operation.created"
|
|
@@ -146,10 +291,9 @@ module Lithic
|
|
|
146
291
|
NETWORK_TOTAL_UPDATED = :"network_total.updated"
|
|
147
292
|
PAYMENT_TRANSACTION_CREATED = :"payment_transaction.created"
|
|
148
293
|
PAYMENT_TRANSACTION_UPDATED = :"payment_transaction.updated"
|
|
149
|
-
INTERNAL_TRANSACTION_CREATED = :"internal_transaction.created"
|
|
150
|
-
INTERNAL_TRANSACTION_UPDATED = :"internal_transaction.updated"
|
|
151
294
|
SETTLEMENT_REPORT_UPDATED = :"settlement_report.updated"
|
|
152
295
|
STATEMENTS_CREATED = :"statements.created"
|
|
296
|
+
THREE_DS_AUTHENTICATION_CHALLENGE = :"three_ds_authentication.challenge"
|
|
153
297
|
THREE_DS_AUTHENTICATION_CREATED = :"three_ds_authentication.created"
|
|
154
298
|
THREE_DS_AUTHENTICATION_UPDATED = :"three_ds_authentication.updated"
|
|
155
299
|
TOKENIZATION_APPROVAL_REQUEST = :"tokenization.approval_request"
|
|
@@ -73,20 +73,125 @@ module Lithic
|
|
|
73
73
|
#
|
|
74
74
|
# @param request_options [Lithic::RequestOptions, Hash{Symbol=>Object}]
|
|
75
75
|
|
|
76
|
+
# The type of event that occurred. Possible values:
|
|
77
|
+
#
|
|
78
|
+
# - account_holder_document.updated: Occurs when an account holder's document
|
|
79
|
+
# upload status has been updated
|
|
80
|
+
# - account_holder.created: Occurs when a new account_holder is created.
|
|
81
|
+
# - account_holder.updated: Occurs when an account_holder is updated.
|
|
82
|
+
# - account_holder.verification: Occurs when an asynchronous account_holder's
|
|
83
|
+
# verification is completed.
|
|
84
|
+
# - auth_rules.backtest_report.created: Auth Rules backtest report created.
|
|
85
|
+
# - balance.updated: Financial Account Balance Update
|
|
86
|
+
# - book_transfer_transaction.created: Occurs when a book transfer transaction is
|
|
87
|
+
# created.
|
|
88
|
+
# - book_transfer_transaction.updated: Occurs when a book transfer transaction is
|
|
89
|
+
# updated.
|
|
90
|
+
# - card_transaction.enhanced_data.created: Occurs when L2/L3 enhanced commercial
|
|
91
|
+
# data is processed for a transaction event.
|
|
92
|
+
# - card_transaction.enhanced_data.updated: Occurs when L2/L3 enhanced commercial
|
|
93
|
+
# data is reprocessed for a transaction event.
|
|
94
|
+
# - card_transaction.updated: Occurs when a card transaction happens.
|
|
95
|
+
# - card.converted: Occurs when a card is converted from virtual to physical
|
|
96
|
+
# cards.
|
|
97
|
+
# - card.created: Occurs when a new card is created.
|
|
98
|
+
# - card.reissued: Occurs when a card is reissued.
|
|
99
|
+
# - card.renewed: Occurs when a card is renewed.
|
|
100
|
+
# - card.shipped: Occurs when a card is shipped.
|
|
101
|
+
# - digital_wallet.tokenization_approval_request: Occurs when a tokenization
|
|
102
|
+
# approval request is made. This event will be deprecated in the future. We
|
|
103
|
+
# recommend using `tokenization.approval_request` instead.
|
|
104
|
+
# - digital_wallet.tokenization_result: Occurs when a tokenization request
|
|
105
|
+
# succeeded or failed.
|
|
106
|
+
#
|
|
107
|
+
# This event will be deprecated in the future. We recommend using
|
|
108
|
+
# `tokenization.result` instead.
|
|
109
|
+
#
|
|
110
|
+
# - digital_wallet.tokenization_two_factor_authentication_code: Occurs when a
|
|
111
|
+
# tokenization request 2FA code is sent to the Lithic customer for self serve
|
|
112
|
+
# delivery.
|
|
113
|
+
#
|
|
114
|
+
# This event will be deprecated in the future. We recommend using
|
|
115
|
+
# `tokenization.two_factor_authentication_code` instead.
|
|
116
|
+
#
|
|
117
|
+
# - digital_wallet.tokenization_two_factor_authentication_code_sent: Occurs when a
|
|
118
|
+
# tokenization request 2FA code is sent to our downstream messaging providers
|
|
119
|
+
# for delivery.
|
|
120
|
+
#
|
|
121
|
+
# This event will be deprecated in the future. We recommend using
|
|
122
|
+
# `tokenization.two_factor_authentication_code_sent` instead.
|
|
123
|
+
#
|
|
124
|
+
# - digital_wallet.tokenization_updated: Occurs when a tokenization's status has
|
|
125
|
+
# changed.
|
|
126
|
+
#
|
|
127
|
+
# This event will be deprecated in the future. We recommend using
|
|
128
|
+
# `tokenization.updated` instead.
|
|
129
|
+
#
|
|
130
|
+
# - dispute_evidence.upload_failed: Occurs when a dispute evidence upload fails.
|
|
131
|
+
# - dispute_transaction.created: Occurs when a new dispute transaction is created
|
|
132
|
+
# - dispute_transaction.updated: Occurs when a dispute transaction is updated
|
|
133
|
+
# - dispute.updated: Occurs when a dispute is updated.
|
|
134
|
+
# - external_bank_account.created: Occurs when an external bank account is
|
|
135
|
+
# created.
|
|
136
|
+
# - external_bank_account.updated: Occurs when an external bank account is
|
|
137
|
+
# updated.
|
|
138
|
+
# - external_payment.created: Occurs when an external payment is created.
|
|
139
|
+
# - external_payment.updated: Occurs when an external payment is updated.
|
|
140
|
+
# - financial_account.created: Occurs when a financial account is created.
|
|
141
|
+
# - financial_account.updated: Occurs when a financial account is updated.
|
|
142
|
+
# - funding_event.created: Occurs when a funding event is created.
|
|
143
|
+
# - internal_transaction.created: Occurs when an internal adjustment is created.
|
|
144
|
+
# - internal_transaction.updated: Occurs when an internal adjustment is updated.
|
|
145
|
+
# - loan_tape.created: Occurs when a loan tape is created.
|
|
146
|
+
# - loan_tape.updated: Occurs when a loan tape is updated.
|
|
147
|
+
# - management_operation.created: Occurs when an management operation is created.
|
|
148
|
+
# - management_operation.updated: Occurs when an management operation is updated.
|
|
149
|
+
# - network_total.created: Occurs when a network total is created.
|
|
150
|
+
# - network_total.updated: Occurs when a network total is updated.
|
|
151
|
+
# - payment_transaction.created: Occurs when a payment transaction is created.
|
|
152
|
+
# - payment_transaction.updated: Occurs when a payment transaction is updated.
|
|
153
|
+
# - settlement_report.updated: Occurs when a settlement report is created or
|
|
154
|
+
# updated.
|
|
155
|
+
# - statements.created: Occurs when a statement has been created
|
|
156
|
+
# - three_ds_authentication.challenge: The `three_ds_authentication.challenge`
|
|
157
|
+
# event. Upon receiving this request, the Card Program should issue its own
|
|
158
|
+
# challenge to the cardholder. After a cardholder challenge is successfully
|
|
159
|
+
# completed, the Card Program needs to respond back to Lithic by call to
|
|
160
|
+
# [/v1/three_ds_decisioning/challenge_response](https://docs.lithic.com/reference/post_v1-three-ds-decisioning-challenge-response).
|
|
161
|
+
# Then the cardholder must navigate back to the merchant checkout flow to
|
|
162
|
+
# complete the transaction. Some merchants will include an `app_requestor_url`
|
|
163
|
+
# for app-based purchases; Lithic recommends triggering a redirect to that URL
|
|
164
|
+
# after the cardholder completes an app-based challenge.
|
|
165
|
+
# - three_ds_authentication.created: Occurs when a 3DS authentication is created.
|
|
166
|
+
# - three_ds_authentication.updated: Occurs when a 3DS authentication is updated
|
|
167
|
+
# (eg. challenge is completed).
|
|
168
|
+
# - tokenization.approval_request: Occurs when a tokenization approval request is
|
|
169
|
+
# made.
|
|
170
|
+
# - tokenization.result: Occurs when a tokenization request succeeded or failed.
|
|
171
|
+
# - tokenization.two_factor_authentication_code: Occurs when a tokenization
|
|
172
|
+
# request 2FA code is sent to the Lithic customer for self serve delivery.
|
|
173
|
+
# - tokenization.two_factor_authentication_code_sent: Occurs when a tokenization
|
|
174
|
+
# request 2FA code is sent to our downstream messaging providers for delivery.
|
|
175
|
+
# - tokenization.updated: Occurs when a tokenization's status has changed.
|
|
76
176
|
module EventType
|
|
77
177
|
extend Lithic::Internal::Type::Enum
|
|
78
178
|
|
|
179
|
+
ACCOUNT_HOLDER_DOCUMENT_UPDATED = :"account_holder_document.updated"
|
|
79
180
|
ACCOUNT_HOLDER_CREATED = :"account_holder.created"
|
|
80
181
|
ACCOUNT_HOLDER_UPDATED = :"account_holder.updated"
|
|
81
182
|
ACCOUNT_HOLDER_VERIFICATION = :"account_holder.verification"
|
|
183
|
+
AUTH_RULES_BACKTEST_REPORT_CREATED = :"auth_rules.backtest_report.created"
|
|
82
184
|
BALANCE_UPDATED = :"balance.updated"
|
|
83
185
|
BOOK_TRANSFER_TRANSACTION_CREATED = :"book_transfer_transaction.created"
|
|
186
|
+
BOOK_TRANSFER_TRANSACTION_UPDATED = :"book_transfer_transaction.updated"
|
|
187
|
+
CARD_TRANSACTION_ENHANCED_DATA_CREATED = :"card_transaction.enhanced_data.created"
|
|
188
|
+
CARD_TRANSACTION_ENHANCED_DATA_UPDATED = :"card_transaction.enhanced_data.updated"
|
|
189
|
+
CARD_TRANSACTION_UPDATED = :"card_transaction.updated"
|
|
190
|
+
CARD_CONVERTED = :"card.converted"
|
|
84
191
|
CARD_CREATED = :"card.created"
|
|
85
|
-
CARD_RENEWED = :"card.renewed"
|
|
86
192
|
CARD_REISSUED = :"card.reissued"
|
|
87
|
-
|
|
193
|
+
CARD_RENEWED = :"card.renewed"
|
|
88
194
|
CARD_SHIPPED = :"card.shipped"
|
|
89
|
-
CARD_TRANSACTION_UPDATED = :"card_transaction.updated"
|
|
90
195
|
DIGITAL_WALLET_TOKENIZATION_APPROVAL_REQUEST = :"digital_wallet.tokenization_approval_request"
|
|
91
196
|
DIGITAL_WALLET_TOKENIZATION_RESULT = :"digital_wallet.tokenization_result"
|
|
92
197
|
DIGITAL_WALLET_TOKENIZATION_TWO_FACTOR_AUTHENTICATION_CODE =
|
|
@@ -94,10 +199,10 @@ module Lithic
|
|
|
94
199
|
DIGITAL_WALLET_TOKENIZATION_TWO_FACTOR_AUTHENTICATION_CODE_SENT =
|
|
95
200
|
:"digital_wallet.tokenization_two_factor_authentication_code_sent"
|
|
96
201
|
DIGITAL_WALLET_TOKENIZATION_UPDATED = :"digital_wallet.tokenization_updated"
|
|
97
|
-
DISPUTE_UPDATED = :"dispute.updated"
|
|
98
202
|
DISPUTE_EVIDENCE_UPLOAD_FAILED = :"dispute_evidence.upload_failed"
|
|
99
203
|
DISPUTE_TRANSACTION_CREATED = :"dispute_transaction.created"
|
|
100
204
|
DISPUTE_TRANSACTION_UPDATED = :"dispute_transaction.updated"
|
|
205
|
+
DISPUTE_UPDATED = :"dispute.updated"
|
|
101
206
|
EXTERNAL_BANK_ACCOUNT_CREATED = :"external_bank_account.created"
|
|
102
207
|
EXTERNAL_BANK_ACCOUNT_UPDATED = :"external_bank_account.updated"
|
|
103
208
|
EXTERNAL_PAYMENT_CREATED = :"external_payment.created"
|
|
@@ -105,6 +210,8 @@ module Lithic
|
|
|
105
210
|
FINANCIAL_ACCOUNT_CREATED = :"financial_account.created"
|
|
106
211
|
FINANCIAL_ACCOUNT_UPDATED = :"financial_account.updated"
|
|
107
212
|
FUNDING_EVENT_CREATED = :"funding_event.created"
|
|
213
|
+
INTERNAL_TRANSACTION_CREATED = :"internal_transaction.created"
|
|
214
|
+
INTERNAL_TRANSACTION_UPDATED = :"internal_transaction.updated"
|
|
108
215
|
LOAN_TAPE_CREATED = :"loan_tape.created"
|
|
109
216
|
LOAN_TAPE_UPDATED = :"loan_tape.updated"
|
|
110
217
|
MANAGEMENT_OPERATION_CREATED = :"management_operation.created"
|
|
@@ -113,10 +220,9 @@ module Lithic
|
|
|
113
220
|
NETWORK_TOTAL_UPDATED = :"network_total.updated"
|
|
114
221
|
PAYMENT_TRANSACTION_CREATED = :"payment_transaction.created"
|
|
115
222
|
PAYMENT_TRANSACTION_UPDATED = :"payment_transaction.updated"
|
|
116
|
-
INTERNAL_TRANSACTION_CREATED = :"internal_transaction.created"
|
|
117
|
-
INTERNAL_TRANSACTION_UPDATED = :"internal_transaction.updated"
|
|
118
223
|
SETTLEMENT_REPORT_UPDATED = :"settlement_report.updated"
|
|
119
224
|
STATEMENTS_CREATED = :"statements.created"
|
|
225
|
+
THREE_DS_AUTHENTICATION_CHALLENGE = :"three_ds_authentication.challenge"
|
|
120
226
|
THREE_DS_AUTHENTICATION_CREATED = :"three_ds_authentication.created"
|
|
121
227
|
THREE_DS_AUTHENTICATION_UPDATED = :"three_ds_authentication.updated"
|
|
122
228
|
TOKENIZATION_APPROVAL_REQUEST = :"tokenization.approval_request"
|