lithic 0.4.0 → 0.6.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 +59 -0
- data/README.md +10 -1
- data/lib/lithic/internal/transport/pooled_net_requester.rb +1 -1
- data/lib/lithic/internal/util.rb +1 -1
- data/lib/lithic/models/account_holder.rb +14 -5
- data/lib/lithic/models/account_holder_create_params.rb +10 -1
- data/lib/lithic/models/account_holder_simulate_enrollment_review_params.rb +1 -0
- data/lib/lithic/models/account_holder_simulate_enrollment_review_response.rb +14 -5
- data/lib/lithic/models/account_holder_update_params.rb +10 -1
- data/lib/lithic/models/account_holder_update_response.rb +14 -5
- data/lib/lithic/models/account_holder_updated_webhook_event.rb +10 -1
- data/lib/lithic/models/account_holders/account_holder_entity.rb +183 -0
- data/lib/lithic/models/account_holders/entity_create_params.rb +159 -0
- data/lib/lithic/models/account_holders/entity_create_response.rb +113 -0
- data/lib/lithic/models/account_holders/entity_delete_params.rb +22 -0
- data/lib/lithic/models/auth_rules/auth_rule.rb +6 -2
- data/lib/lithic/models/auth_rules/conditional_ach_action_parameters.rb +3 -3
- data/lib/lithic/models/auth_rules/conditional_block_parameters.rb +3 -0
- data/lib/lithic/models/auth_rules/conditional_tokenization_action_parameters.rb +47 -21
- data/lib/lithic/models/auth_rules/v2_create_params.rb +5 -2
- data/lib/lithic/models/auth_rules/v2_draft_params.rb +1 -0
- data/lib/lithic/models/auth_rules/v2_list_results_params.rb +70 -0
- data/lib/lithic/models/auth_rules/v2_list_results_response.rb +740 -0
- data/lib/lithic/models/book_transfer_create_params.rb +9 -1
- data/lib/lithic/models/card_authorization_approval_request_webhook_event.rb +178 -25
- data/lib/lithic/models/digital_wallet_tokenization_approval_request_webhook_event.rb +9 -9
- data/lib/lithic/models/financial_account.rb +1 -0
- data/lib/lithic/models/financial_account_update_status_params.rb +1 -0
- data/lib/lithic/models/financial_accounts/category_tier.rb +28 -0
- data/lib/lithic/models/financial_accounts/interest_tier_schedule.rb +50 -0
- data/lib/lithic/models/financial_accounts/interest_tier_schedule_create_params.rb +16 -0
- data/lib/lithic/models/financial_accounts/interest_tier_schedule_delete_params.rb +22 -0
- data/lib/lithic/models/financial_accounts/interest_tier_schedule_list_params.rb +40 -0
- data/lib/lithic/models/financial_accounts/interest_tier_schedule_retrieve_params.rb +22 -0
- data/lib/lithic/models/financial_accounts/interest_tier_schedule_update_params.rb +44 -0
- data/lib/lithic/models/financial_accounts/loan_tape.rb +1 -0
- data/lib/lithic/models/financial_accounts/loan_tape_configuration.rb +63 -0
- data/lib/lithic/models/financial_accounts/loan_tape_configuration_retrieve_params.rb +16 -0
- data/lib/lithic/models/financial_accounts/loan_tape_rebuild_configuration.rb +36 -0
- data/lib/lithic/models/financial_accounts/statement.rb +1 -0
- data/lib/lithic/models/kyb.rb +10 -1
- data/lib/lithic/models/parsed_webhook_event.rb +10 -1
- data/lib/lithic/models/{digital_wallet_token_metadata.rb → token_metadata.rb} +18 -19
- data/lib/lithic/models/tokenization_approval_request_webhook_event.rb +9 -9
- data/lib/lithic/models/tokenization_decisioning_request_webhook_event.rb +9 -9
- data/lib/lithic/models.rb +4 -2
- data/lib/lithic/resources/account_holders/entities.rb +89 -0
- data/lib/lithic/resources/account_holders.rb +10 -2
- data/lib/lithic/resources/auth_rules/v2.rb +42 -0
- data/lib/lithic/resources/book_transfers.rb +3 -1
- data/lib/lithic/resources/financial_accounts/interest_tier_schedule.rb +205 -0
- data/lib/lithic/resources/financial_accounts/loan_tape_configuration.rb +36 -0
- data/lib/lithic/resources/financial_accounts.rb +9 -0
- data/lib/lithic/version.rb +1 -1
- data/lib/lithic.rb +20 -1
- data/rbi/lithic/internal/util.rbi +1 -1
- data/rbi/lithic/models/account_holder.rbi +19 -6
- data/rbi/lithic/models/account_holder_create_params.rbi +13 -0
- data/rbi/lithic/models/account_holder_simulate_enrollment_review_params.rbi +5 -0
- data/rbi/lithic/models/account_holder_simulate_enrollment_review_response.rbi +19 -6
- data/rbi/lithic/models/account_holder_update_params.rbi +13 -0
- data/rbi/lithic/models/account_holder_update_response.rbi +19 -6
- data/rbi/lithic/models/account_holder_updated_webhook_event.rbi +13 -0
- data/rbi/lithic/models/account_holders/account_holder_entity.rbi +296 -0
- data/rbi/lithic/models/account_holders/entity_create_params.rbi +242 -0
- data/rbi/lithic/models/account_holders/entity_create_response.rbi +292 -0
- data/rbi/lithic/models/account_holders/entity_delete_params.rbi +43 -0
- data/rbi/lithic/models/auth_rules/auth_rule.rbi +6 -3
- data/rbi/lithic/models/auth_rules/conditional_ach_action_parameters.rbi +3 -3
- data/rbi/lithic/models/auth_rules/conditional_block_parameters.rbi +1 -0
- data/rbi/lithic/models/auth_rules/conditional_tokenization_action_parameters.rbi +69 -30
- data/rbi/lithic/models/auth_rules/v2_create_params.rbi +6 -3
- data/rbi/lithic/models/auth_rules/v2_list_results_params.rbi +112 -0
- data/rbi/lithic/models/auth_rules/v2_list_results_response.rbi +1826 -0
- data/rbi/lithic/models/book_transfer_create_params.rbi +11 -0
- data/rbi/lithic/models/card_authorization_approval_request_webhook_event.rbi +337 -36
- data/rbi/lithic/models/digital_wallet_tokenization_approval_request_webhook_event.rbi +15 -17
- data/rbi/lithic/models/financial_account.rbi +5 -0
- data/rbi/lithic/models/financial_account_update_status_params.rbi +5 -0
- data/rbi/lithic/models/financial_accounts/category_tier.rbi +45 -0
- data/rbi/lithic/models/financial_accounts/interest_tier_schedule.rbi +75 -0
- data/rbi/lithic/models/financial_accounts/interest_tier_schedule_create_params.rbi +32 -0
- data/rbi/lithic/models/financial_accounts/interest_tier_schedule_delete_params.rbi +43 -0
- data/rbi/lithic/models/financial_accounts/interest_tier_schedule_list_params.rbi +73 -0
- data/rbi/lithic/models/financial_accounts/interest_tier_schedule_retrieve_params.rbi +43 -0
- data/rbi/lithic/models/financial_accounts/interest_tier_schedule_update_params.rbi +70 -0
- data/rbi/lithic/models/financial_accounts/loan_tape.rbi +5 -0
- data/rbi/lithic/models/financial_accounts/loan_tape_configuration.rbi +99 -0
- data/rbi/lithic/models/financial_accounts/loan_tape_configuration_retrieve_params.rbi +32 -0
- data/rbi/lithic/models/financial_accounts/loan_tape_rebuild_configuration.rbi +65 -0
- data/rbi/lithic/models/financial_accounts/statement.rbi +5 -0
- data/rbi/lithic/models/kyb.rbi +13 -0
- data/rbi/lithic/models/parsed_webhook_event.rbi +13 -0
- data/rbi/lithic/models/{digital_wallet_token_metadata.rbi → token_metadata.rbi} +34 -41
- data/rbi/lithic/models/tokenization_approval_request_webhook_event.rbi +11 -17
- data/rbi/lithic/models/tokenization_decisioning_request_webhook_event.rbi +15 -17
- data/rbi/lithic/models.rbi +4 -2
- data/rbi/lithic/resources/account_holders/entities.rbi +80 -0
- data/rbi/lithic/resources/account_holders.rbi +11 -0
- data/rbi/lithic/resources/auth_rules/v2.rbi +44 -1
- data/rbi/lithic/resources/book_transfers.rbi +3 -0
- data/rbi/lithic/resources/financial_accounts/interest_tier_schedule.rbi +156 -0
- data/rbi/lithic/resources/financial_accounts/loan_tape_configuration.rbi +30 -0
- data/rbi/lithic/resources/financial_accounts.rbi +10 -0
- data/sig/lithic/models/account_holder.rbs +7 -0
- data/sig/lithic/models/account_holder_create_params.rbs +7 -0
- data/sig/lithic/models/account_holder_simulate_enrollment_review_params.rbs +2 -1
- data/sig/lithic/models/account_holder_simulate_enrollment_review_response.rbs +7 -0
- data/sig/lithic/models/account_holder_update_params.rbs +7 -0
- data/sig/lithic/models/account_holder_update_response.rbs +7 -0
- data/sig/lithic/models/account_holder_updated_webhook_event.rbs +7 -0
- data/sig/lithic/models/account_holders/account_holder_entity.rbs +137 -0
- data/sig/lithic/models/account_holders/entity_create_params.rbs +118 -0
- data/sig/lithic/models/account_holders/entity_create_response.rbs +117 -0
- data/sig/lithic/models/account_holders/entity_delete_params.rbs +26 -0
- data/sig/lithic/models/auth_rules/v2_list_results_params.rbs +65 -0
- data/sig/lithic/models/auth_rules/v2_list_results_response.rbs +752 -0
- data/sig/lithic/models/book_transfer_create_params.rbs +7 -0
- data/sig/lithic/models/card_authorization_approval_request_webhook_event.rbs +96 -0
- data/sig/lithic/models/digital_wallet_tokenization_approval_request_webhook_event.rbs +5 -9
- data/sig/lithic/models/financial_account.rbs +2 -0
- data/sig/lithic/models/financial_account_update_status_params.rbs +2 -0
- data/sig/lithic/models/financial_accounts/category_tier.rbs +21 -0
- data/sig/lithic/models/financial_accounts/interest_tier_schedule.rbs +41 -0
- data/sig/lithic/models/financial_accounts/interest_tier_schedule_create_params.rbs +17 -0
- data/sig/lithic/models/financial_accounts/interest_tier_schedule_delete_params.rbs +26 -0
- data/sig/lithic/models/financial_accounts/interest_tier_schedule_list_params.rbs +40 -0
- data/sig/lithic/models/financial_accounts/interest_tier_schedule_retrieve_params.rbs +26 -0
- data/sig/lithic/models/financial_accounts/interest_tier_schedule_update_params.rbs +38 -0
- data/sig/lithic/models/financial_accounts/loan_tape.rbs +2 -0
- data/sig/lithic/models/financial_accounts/loan_tape_configuration.rbs +60 -0
- data/sig/lithic/models/financial_accounts/loan_tape_configuration_retrieve_params.rbs +17 -0
- data/sig/lithic/models/financial_accounts/loan_tape_rebuild_configuration.rbs +32 -0
- data/sig/lithic/models/financial_accounts/statement.rbs +2 -0
- data/sig/lithic/models/kyb.rbs +7 -0
- data/sig/lithic/models/parsed_webhook_event.rbs +7 -0
- data/sig/lithic/models/{digital_wallet_token_metadata.rbs → token_metadata.rbs} +19 -17
- data/sig/lithic/models/tokenization_approval_request_webhook_event.rbs +5 -9
- data/sig/lithic/models/tokenization_decisioning_request_webhook_event.rbs +5 -9
- data/sig/lithic/models.rbs +4 -2
- data/sig/lithic/resources/account_holders/entities.rbs +28 -0
- data/sig/lithic/resources/account_holders.rbs +4 -0
- data/sig/lithic/resources/auth_rules/v2.rbs +10 -0
- data/sig/lithic/resources/book_transfers.rbs +1 -0
- data/sig/lithic/resources/financial_accounts/interest_tier_schedule.rbs +46 -0
- data/sig/lithic/resources/financial_accounts/loan_tape_configuration.rbs +14 -0
- data/sig/lithic/resources/financial_accounts.rbs +4 -0
- metadata +62 -5
|
@@ -0,0 +1,292 @@
|
|
|
1
|
+
# typed: strong
|
|
2
|
+
|
|
3
|
+
module Lithic
|
|
4
|
+
module Models
|
|
5
|
+
module AccountHolders
|
|
6
|
+
class EntityCreateResponse < Lithic::Internal::Type::BaseModel
|
|
7
|
+
OrHash =
|
|
8
|
+
T.type_alias do
|
|
9
|
+
T.any(
|
|
10
|
+
Lithic::Models::AccountHolders::EntityCreateResponse,
|
|
11
|
+
Lithic::Internal::AnyHash
|
|
12
|
+
)
|
|
13
|
+
end
|
|
14
|
+
|
|
15
|
+
# Globally unique identifier for the entity
|
|
16
|
+
sig { returns(String) }
|
|
17
|
+
attr_accessor :token
|
|
18
|
+
|
|
19
|
+
# Globally unique identifier for the account holder
|
|
20
|
+
sig { returns(String) }
|
|
21
|
+
attr_accessor :account_holder_token
|
|
22
|
+
|
|
23
|
+
# Timestamp of when the entity was created
|
|
24
|
+
sig { returns(Time) }
|
|
25
|
+
attr_accessor :created
|
|
26
|
+
|
|
27
|
+
# A list of documents required for the entity to be approved
|
|
28
|
+
sig { returns(T::Array[Lithic::RequiredDocument]) }
|
|
29
|
+
attr_accessor :required_documents
|
|
30
|
+
|
|
31
|
+
# Entity verification status
|
|
32
|
+
sig do
|
|
33
|
+
returns(
|
|
34
|
+
Lithic::Models::AccountHolders::EntityCreateResponse::Status::TaggedSymbol
|
|
35
|
+
)
|
|
36
|
+
end
|
|
37
|
+
attr_accessor :status
|
|
38
|
+
|
|
39
|
+
# Reason for the evaluation status
|
|
40
|
+
sig do
|
|
41
|
+
returns(
|
|
42
|
+
T::Array[
|
|
43
|
+
Lithic::Models::AccountHolders::EntityCreateResponse::StatusReason::TaggedSymbol
|
|
44
|
+
]
|
|
45
|
+
)
|
|
46
|
+
end
|
|
47
|
+
attr_accessor :status_reasons
|
|
48
|
+
|
|
49
|
+
# Response body for creating a new beneficial owner or replacing the control
|
|
50
|
+
# person entity on an existing KYB account holder.
|
|
51
|
+
sig do
|
|
52
|
+
params(
|
|
53
|
+
token: String,
|
|
54
|
+
account_holder_token: String,
|
|
55
|
+
created: Time,
|
|
56
|
+
required_documents: T::Array[Lithic::RequiredDocument::OrHash],
|
|
57
|
+
status:
|
|
58
|
+
Lithic::Models::AccountHolders::EntityCreateResponse::Status::OrSymbol,
|
|
59
|
+
status_reasons:
|
|
60
|
+
T::Array[
|
|
61
|
+
Lithic::Models::AccountHolders::EntityCreateResponse::StatusReason::OrSymbol
|
|
62
|
+
]
|
|
63
|
+
).returns(T.attached_class)
|
|
64
|
+
end
|
|
65
|
+
def self.new(
|
|
66
|
+
# Globally unique identifier for the entity
|
|
67
|
+
token:,
|
|
68
|
+
# Globally unique identifier for the account holder
|
|
69
|
+
account_holder_token:,
|
|
70
|
+
# Timestamp of when the entity was created
|
|
71
|
+
created:,
|
|
72
|
+
# A list of documents required for the entity to be approved
|
|
73
|
+
required_documents:,
|
|
74
|
+
# Entity verification status
|
|
75
|
+
status:,
|
|
76
|
+
# Reason for the evaluation status
|
|
77
|
+
status_reasons:
|
|
78
|
+
)
|
|
79
|
+
end
|
|
80
|
+
|
|
81
|
+
sig do
|
|
82
|
+
override.returns(
|
|
83
|
+
{
|
|
84
|
+
token: String,
|
|
85
|
+
account_holder_token: String,
|
|
86
|
+
created: Time,
|
|
87
|
+
required_documents: T::Array[Lithic::RequiredDocument],
|
|
88
|
+
status:
|
|
89
|
+
Lithic::Models::AccountHolders::EntityCreateResponse::Status::TaggedSymbol,
|
|
90
|
+
status_reasons:
|
|
91
|
+
T::Array[
|
|
92
|
+
Lithic::Models::AccountHolders::EntityCreateResponse::StatusReason::TaggedSymbol
|
|
93
|
+
]
|
|
94
|
+
}
|
|
95
|
+
)
|
|
96
|
+
end
|
|
97
|
+
def to_hash
|
|
98
|
+
end
|
|
99
|
+
|
|
100
|
+
# Entity verification status
|
|
101
|
+
module Status
|
|
102
|
+
extend Lithic::Internal::Type::Enum
|
|
103
|
+
|
|
104
|
+
TaggedSymbol =
|
|
105
|
+
T.type_alias do
|
|
106
|
+
T.all(
|
|
107
|
+
Symbol,
|
|
108
|
+
Lithic::Models::AccountHolders::EntityCreateResponse::Status
|
|
109
|
+
)
|
|
110
|
+
end
|
|
111
|
+
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
112
|
+
|
|
113
|
+
ACCEPTED =
|
|
114
|
+
T.let(
|
|
115
|
+
:ACCEPTED,
|
|
116
|
+
Lithic::Models::AccountHolders::EntityCreateResponse::Status::TaggedSymbol
|
|
117
|
+
)
|
|
118
|
+
INACTIVE =
|
|
119
|
+
T.let(
|
|
120
|
+
:INACTIVE,
|
|
121
|
+
Lithic::Models::AccountHolders::EntityCreateResponse::Status::TaggedSymbol
|
|
122
|
+
)
|
|
123
|
+
PENDING_REVIEW =
|
|
124
|
+
T.let(
|
|
125
|
+
:PENDING_REVIEW,
|
|
126
|
+
Lithic::Models::AccountHolders::EntityCreateResponse::Status::TaggedSymbol
|
|
127
|
+
)
|
|
128
|
+
REJECTED =
|
|
129
|
+
T.let(
|
|
130
|
+
:REJECTED,
|
|
131
|
+
Lithic::Models::AccountHolders::EntityCreateResponse::Status::TaggedSymbol
|
|
132
|
+
)
|
|
133
|
+
|
|
134
|
+
sig do
|
|
135
|
+
override.returns(
|
|
136
|
+
T::Array[
|
|
137
|
+
Lithic::Models::AccountHolders::EntityCreateResponse::Status::TaggedSymbol
|
|
138
|
+
]
|
|
139
|
+
)
|
|
140
|
+
end
|
|
141
|
+
def self.values
|
|
142
|
+
end
|
|
143
|
+
end
|
|
144
|
+
|
|
145
|
+
# Status Reasons for KYC/KYB enrollment states
|
|
146
|
+
module StatusReason
|
|
147
|
+
extend Lithic::Internal::Type::Enum
|
|
148
|
+
|
|
149
|
+
TaggedSymbol =
|
|
150
|
+
T.type_alias do
|
|
151
|
+
T.all(
|
|
152
|
+
Symbol,
|
|
153
|
+
Lithic::Models::AccountHolders::EntityCreateResponse::StatusReason
|
|
154
|
+
)
|
|
155
|
+
end
|
|
156
|
+
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
157
|
+
|
|
158
|
+
ADDRESS_VERIFICATION_FAILURE =
|
|
159
|
+
T.let(
|
|
160
|
+
:ADDRESS_VERIFICATION_FAILURE,
|
|
161
|
+
Lithic::Models::AccountHolders::EntityCreateResponse::StatusReason::TaggedSymbol
|
|
162
|
+
)
|
|
163
|
+
AGE_THRESHOLD_FAILURE =
|
|
164
|
+
T.let(
|
|
165
|
+
:AGE_THRESHOLD_FAILURE,
|
|
166
|
+
Lithic::Models::AccountHolders::EntityCreateResponse::StatusReason::TaggedSymbol
|
|
167
|
+
)
|
|
168
|
+
COMPLETE_VERIFICATION_FAILURE =
|
|
169
|
+
T.let(
|
|
170
|
+
:COMPLETE_VERIFICATION_FAILURE,
|
|
171
|
+
Lithic::Models::AccountHolders::EntityCreateResponse::StatusReason::TaggedSymbol
|
|
172
|
+
)
|
|
173
|
+
DOB_VERIFICATION_FAILURE =
|
|
174
|
+
T.let(
|
|
175
|
+
:DOB_VERIFICATION_FAILURE,
|
|
176
|
+
Lithic::Models::AccountHolders::EntityCreateResponse::StatusReason::TaggedSymbol
|
|
177
|
+
)
|
|
178
|
+
ID_VERIFICATION_FAILURE =
|
|
179
|
+
T.let(
|
|
180
|
+
:ID_VERIFICATION_FAILURE,
|
|
181
|
+
Lithic::Models::AccountHolders::EntityCreateResponse::StatusReason::TaggedSymbol
|
|
182
|
+
)
|
|
183
|
+
MAX_DOCUMENT_ATTEMPTS =
|
|
184
|
+
T.let(
|
|
185
|
+
:MAX_DOCUMENT_ATTEMPTS,
|
|
186
|
+
Lithic::Models::AccountHolders::EntityCreateResponse::StatusReason::TaggedSymbol
|
|
187
|
+
)
|
|
188
|
+
MAX_RESUBMISSION_ATTEMPTS =
|
|
189
|
+
T.let(
|
|
190
|
+
:MAX_RESUBMISSION_ATTEMPTS,
|
|
191
|
+
Lithic::Models::AccountHolders::EntityCreateResponse::StatusReason::TaggedSymbol
|
|
192
|
+
)
|
|
193
|
+
NAME_VERIFICATION_FAILURE =
|
|
194
|
+
T.let(
|
|
195
|
+
:NAME_VERIFICATION_FAILURE,
|
|
196
|
+
Lithic::Models::AccountHolders::EntityCreateResponse::StatusReason::TaggedSymbol
|
|
197
|
+
)
|
|
198
|
+
OTHER_VERIFICATION_FAILURE =
|
|
199
|
+
T.let(
|
|
200
|
+
:OTHER_VERIFICATION_FAILURE,
|
|
201
|
+
Lithic::Models::AccountHolders::EntityCreateResponse::StatusReason::TaggedSymbol
|
|
202
|
+
)
|
|
203
|
+
RISK_THRESHOLD_FAILURE =
|
|
204
|
+
T.let(
|
|
205
|
+
:RISK_THRESHOLD_FAILURE,
|
|
206
|
+
Lithic::Models::AccountHolders::EntityCreateResponse::StatusReason::TaggedSymbol
|
|
207
|
+
)
|
|
208
|
+
WATCHLIST_ALERT_FAILURE =
|
|
209
|
+
T.let(
|
|
210
|
+
:WATCHLIST_ALERT_FAILURE,
|
|
211
|
+
Lithic::Models::AccountHolders::EntityCreateResponse::StatusReason::TaggedSymbol
|
|
212
|
+
)
|
|
213
|
+
PRIMARY_BUSINESS_ENTITY_ID_VERIFICATION_FAILURE =
|
|
214
|
+
T.let(
|
|
215
|
+
:PRIMARY_BUSINESS_ENTITY_ID_VERIFICATION_FAILURE,
|
|
216
|
+
Lithic::Models::AccountHolders::EntityCreateResponse::StatusReason::TaggedSymbol
|
|
217
|
+
)
|
|
218
|
+
PRIMARY_BUSINESS_ENTITY_ADDRESS_VERIFICATION_FAILURE =
|
|
219
|
+
T.let(
|
|
220
|
+
:PRIMARY_BUSINESS_ENTITY_ADDRESS_VERIFICATION_FAILURE,
|
|
221
|
+
Lithic::Models::AccountHolders::EntityCreateResponse::StatusReason::TaggedSymbol
|
|
222
|
+
)
|
|
223
|
+
PRIMARY_BUSINESS_ENTITY_NAME_VERIFICATION_FAILURE =
|
|
224
|
+
T.let(
|
|
225
|
+
:PRIMARY_BUSINESS_ENTITY_NAME_VERIFICATION_FAILURE,
|
|
226
|
+
Lithic::Models::AccountHolders::EntityCreateResponse::StatusReason::TaggedSymbol
|
|
227
|
+
)
|
|
228
|
+
PRIMARY_BUSINESS_ENTITY_BUSINESS_OFFICERS_NOT_MATCHED =
|
|
229
|
+
T.let(
|
|
230
|
+
:PRIMARY_BUSINESS_ENTITY_BUSINESS_OFFICERS_NOT_MATCHED,
|
|
231
|
+
Lithic::Models::AccountHolders::EntityCreateResponse::StatusReason::TaggedSymbol
|
|
232
|
+
)
|
|
233
|
+
PRIMARY_BUSINESS_ENTITY_SOS_FILING_INACTIVE =
|
|
234
|
+
T.let(
|
|
235
|
+
:PRIMARY_BUSINESS_ENTITY_SOS_FILING_INACTIVE,
|
|
236
|
+
Lithic::Models::AccountHolders::EntityCreateResponse::StatusReason::TaggedSymbol
|
|
237
|
+
)
|
|
238
|
+
PRIMARY_BUSINESS_ENTITY_SOS_NOT_MATCHED =
|
|
239
|
+
T.let(
|
|
240
|
+
:PRIMARY_BUSINESS_ENTITY_SOS_NOT_MATCHED,
|
|
241
|
+
Lithic::Models::AccountHolders::EntityCreateResponse::StatusReason::TaggedSymbol
|
|
242
|
+
)
|
|
243
|
+
PRIMARY_BUSINESS_ENTITY_CMRA_FAILURE =
|
|
244
|
+
T.let(
|
|
245
|
+
:PRIMARY_BUSINESS_ENTITY_CMRA_FAILURE,
|
|
246
|
+
Lithic::Models::AccountHolders::EntityCreateResponse::StatusReason::TaggedSymbol
|
|
247
|
+
)
|
|
248
|
+
PRIMARY_BUSINESS_ENTITY_WATCHLIST_FAILURE =
|
|
249
|
+
T.let(
|
|
250
|
+
:PRIMARY_BUSINESS_ENTITY_WATCHLIST_FAILURE,
|
|
251
|
+
Lithic::Models::AccountHolders::EntityCreateResponse::StatusReason::TaggedSymbol
|
|
252
|
+
)
|
|
253
|
+
PRIMARY_BUSINESS_ENTITY_REGISTERED_AGENT_FAILURE =
|
|
254
|
+
T.let(
|
|
255
|
+
:PRIMARY_BUSINESS_ENTITY_REGISTERED_AGENT_FAILURE,
|
|
256
|
+
Lithic::Models::AccountHolders::EntityCreateResponse::StatusReason::TaggedSymbol
|
|
257
|
+
)
|
|
258
|
+
CONTROL_PERSON_BLOCKLIST_ALERT_FAILURE =
|
|
259
|
+
T.let(
|
|
260
|
+
:CONTROL_PERSON_BLOCKLIST_ALERT_FAILURE,
|
|
261
|
+
Lithic::Models::AccountHolders::EntityCreateResponse::StatusReason::TaggedSymbol
|
|
262
|
+
)
|
|
263
|
+
CONTROL_PERSON_ID_VERIFICATION_FAILURE =
|
|
264
|
+
T.let(
|
|
265
|
+
:CONTROL_PERSON_ID_VERIFICATION_FAILURE,
|
|
266
|
+
Lithic::Models::AccountHolders::EntityCreateResponse::StatusReason::TaggedSymbol
|
|
267
|
+
)
|
|
268
|
+
CONTROL_PERSON_DOB_VERIFICATION_FAILURE =
|
|
269
|
+
T.let(
|
|
270
|
+
:CONTROL_PERSON_DOB_VERIFICATION_FAILURE,
|
|
271
|
+
Lithic::Models::AccountHolders::EntityCreateResponse::StatusReason::TaggedSymbol
|
|
272
|
+
)
|
|
273
|
+
CONTROL_PERSON_NAME_VERIFICATION_FAILURE =
|
|
274
|
+
T.let(
|
|
275
|
+
:CONTROL_PERSON_NAME_VERIFICATION_FAILURE,
|
|
276
|
+
Lithic::Models::AccountHolders::EntityCreateResponse::StatusReason::TaggedSymbol
|
|
277
|
+
)
|
|
278
|
+
|
|
279
|
+
sig do
|
|
280
|
+
override.returns(
|
|
281
|
+
T::Array[
|
|
282
|
+
Lithic::Models::AccountHolders::EntityCreateResponse::StatusReason::TaggedSymbol
|
|
283
|
+
]
|
|
284
|
+
)
|
|
285
|
+
end
|
|
286
|
+
def self.values
|
|
287
|
+
end
|
|
288
|
+
end
|
|
289
|
+
end
|
|
290
|
+
end
|
|
291
|
+
end
|
|
292
|
+
end
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# typed: strong
|
|
2
|
+
|
|
3
|
+
module Lithic
|
|
4
|
+
module Models
|
|
5
|
+
module AccountHolders
|
|
6
|
+
class EntityDeleteParams < Lithic::Internal::Type::BaseModel
|
|
7
|
+
extend Lithic::Internal::Type::RequestParameters::Converter
|
|
8
|
+
include Lithic::Internal::Type::RequestParameters
|
|
9
|
+
|
|
10
|
+
OrHash =
|
|
11
|
+
T.type_alias do
|
|
12
|
+
T.any(
|
|
13
|
+
Lithic::AccountHolders::EntityDeleteParams,
|
|
14
|
+
Lithic::Internal::AnyHash
|
|
15
|
+
)
|
|
16
|
+
end
|
|
17
|
+
|
|
18
|
+
sig { returns(String) }
|
|
19
|
+
attr_accessor :account_holder_token
|
|
20
|
+
|
|
21
|
+
sig do
|
|
22
|
+
params(
|
|
23
|
+
account_holder_token: String,
|
|
24
|
+
request_options: Lithic::RequestOptions::OrHash
|
|
25
|
+
).returns(T.attached_class)
|
|
26
|
+
end
|
|
27
|
+
def self.new(account_holder_token:, request_options: {})
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
sig do
|
|
31
|
+
override.returns(
|
|
32
|
+
{
|
|
33
|
+
account_holder_token: String,
|
|
34
|
+
request_options: Lithic::RequestOptions
|
|
35
|
+
}
|
|
36
|
+
)
|
|
37
|
+
end
|
|
38
|
+
def to_hash
|
|
39
|
+
end
|
|
40
|
+
end
|
|
41
|
+
end
|
|
42
|
+
end
|
|
43
|
+
end
|
|
@@ -75,7 +75,8 @@ module Lithic
|
|
|
75
75
|
# several event streams, the effective one is defined by the separate
|
|
76
76
|
# `event_stream` field.
|
|
77
77
|
#
|
|
78
|
-
# - `CONDITIONAL_BLOCK`:
|
|
78
|
+
# - `CONDITIONAL_BLOCK`: Deprecated. Use `CONDITIONAL_ACTION` instead.
|
|
79
|
+
# AUTHORIZATION event stream.
|
|
79
80
|
# - `VELOCITY_LIMIT`: AUTHORIZATION event stream.
|
|
80
81
|
# - `MERCHANT_LOCK`: AUTHORIZATION event stream.
|
|
81
82
|
# - `CONDITIONAL_ACTION`: AUTHORIZATION, THREE_DS_AUTHENTICATION, TOKENIZATION,
|
|
@@ -136,7 +137,8 @@ module Lithic
|
|
|
136
137
|
# several event streams, the effective one is defined by the separate
|
|
137
138
|
# `event_stream` field.
|
|
138
139
|
#
|
|
139
|
-
# - `CONDITIONAL_BLOCK`:
|
|
140
|
+
# - `CONDITIONAL_BLOCK`: Deprecated. Use `CONDITIONAL_ACTION` instead.
|
|
141
|
+
# AUTHORIZATION event stream.
|
|
140
142
|
# - `VELOCITY_LIMIT`: AUTHORIZATION event stream.
|
|
141
143
|
# - `MERCHANT_LOCK`: AUTHORIZATION event stream.
|
|
142
144
|
# - `CONDITIONAL_ACTION`: AUTHORIZATION, THREE_DS_AUTHENTICATION, TOKENIZATION,
|
|
@@ -372,7 +374,8 @@ module Lithic
|
|
|
372
374
|
# several event streams, the effective one is defined by the separate
|
|
373
375
|
# `event_stream` field.
|
|
374
376
|
#
|
|
375
|
-
# - `CONDITIONAL_BLOCK`:
|
|
377
|
+
# - `CONDITIONAL_BLOCK`: Deprecated. Use `CONDITIONAL_ACTION` instead.
|
|
378
|
+
# AUTHORIZATION event stream.
|
|
376
379
|
# - `VELOCITY_LIMIT`: AUTHORIZATION event stream.
|
|
377
380
|
# - `MERCHANT_LOCK`: AUTHORIZATION event stream.
|
|
378
381
|
# - `CONDITIONAL_ACTION`: AUTHORIZATION, THREE_DS_AUTHENTICATION, TOKENIZATION,
|
|
@@ -12,7 +12,7 @@ module Lithic
|
|
|
12
12
|
)
|
|
13
13
|
end
|
|
14
14
|
|
|
15
|
-
# The action to take if the conditions are met
|
|
15
|
+
# The action to take if the conditions are met.
|
|
16
16
|
sig do
|
|
17
17
|
returns(
|
|
18
18
|
T.any(
|
|
@@ -46,7 +46,7 @@ module Lithic
|
|
|
46
46
|
).returns(T.attached_class)
|
|
47
47
|
end
|
|
48
48
|
def self.new(
|
|
49
|
-
# The action to take if the conditions are met
|
|
49
|
+
# The action to take if the conditions are met.
|
|
50
50
|
action:,
|
|
51
51
|
conditions:
|
|
52
52
|
)
|
|
@@ -70,7 +70,7 @@ module Lithic
|
|
|
70
70
|
def to_hash
|
|
71
71
|
end
|
|
72
72
|
|
|
73
|
-
# The action to take if the conditions are met
|
|
73
|
+
# The action to take if the conditions are met.
|
|
74
74
|
module Action
|
|
75
75
|
extend Lithic::Internal::Type::Union
|
|
76
76
|
|
|
@@ -12,7 +12,7 @@ module Lithic
|
|
|
12
12
|
)
|
|
13
13
|
end
|
|
14
14
|
|
|
15
|
-
# The action to take if the conditions are met
|
|
15
|
+
# The action to take if the conditions are met.
|
|
16
16
|
sig do
|
|
17
17
|
returns(
|
|
18
18
|
T.any(
|
|
@@ -46,7 +46,7 @@ module Lithic
|
|
|
46
46
|
).returns(T.attached_class)
|
|
47
47
|
end
|
|
48
48
|
def self.new(
|
|
49
|
-
# The action to take if the conditions are met
|
|
49
|
+
# The action to take if the conditions are met.
|
|
50
50
|
action:,
|
|
51
51
|
conditions:
|
|
52
52
|
)
|
|
@@ -70,7 +70,7 @@ module Lithic
|
|
|
70
70
|
def to_hash
|
|
71
71
|
end
|
|
72
72
|
|
|
73
|
-
# The action to take if the conditions are met
|
|
73
|
+
# The action to take if the conditions are met.
|
|
74
74
|
module Action
|
|
75
75
|
extend Lithic::Internal::Type::Union
|
|
76
76
|
|
|
@@ -488,8 +488,10 @@ module Lithic
|
|
|
488
488
|
#
|
|
489
489
|
# - `TIMESTAMP`: The timestamp of the tokenization request in ISO 8601 format.
|
|
490
490
|
# - `TOKENIZATION_CHANNEL`: The channel through which the tokenization request was
|
|
491
|
-
# initiated
|
|
492
|
-
# - `TOKENIZATION_SOURCE`: The source of the tokenization request.
|
|
491
|
+
# initiated. Valid values are `DIGITAL_WALLET`, `MERCHANT`.
|
|
492
|
+
# - `TOKENIZATION_SOURCE`: The source of the tokenization request. Valid values
|
|
493
|
+
# are `ACCOUNT_ON_FILE`, `MANUAL_PROVISION`, `PUSH_PROVISION`, `CHIP_DIP`,
|
|
494
|
+
# `CONTACTLESS_TAP`, `TOKEN`, `UNKNOWN`.
|
|
493
495
|
# - `TOKEN_REQUESTOR_NAME`: The name of the entity requesting the token. Valid
|
|
494
496
|
# values are `ALT_ID`, `AMAZON_ONE`, `AMERICAN_EXPRESS_TOKEN_SERVICE`,
|
|
495
497
|
# `ANDROID_PAY`, `APPLE_PAY`, `FACEBOOK`, `FITBIT_PAY`, `GARMIN_PAY`,
|
|
@@ -505,13 +507,24 @@ module Lithic
|
|
|
505
507
|
# provider. Valid values include APPROVE, DECLINE,
|
|
506
508
|
# REQUIRE_ADDITIONAL_AUTHENTICATION.
|
|
507
509
|
# - `WALLET_RECOMMENDATION_REASONS`: List of reasons provided by the digital
|
|
508
|
-
# wallet provider for the recommended decision. Valid values are
|
|
509
|
-
# `ACCOUNT_CARD_TOO_NEW`, `ACCOUNT_RECENTLY_CHANGED`,
|
|
510
|
-
#
|
|
511
|
-
#
|
|
512
|
-
#
|
|
513
|
-
#
|
|
514
|
-
#
|
|
510
|
+
# wallet provider for the recommended decision. Valid values are:
|
|
511
|
+
# - Common: `ACCOUNT_CARD_TOO_NEW`, `ACCOUNT_RECENTLY_CHANGED`,
|
|
512
|
+
# `ACCOUNT_TOO_NEW`, `ACCOUNT_TOO_NEW_SINCE_LAUNCH`, `DEVICE_RECENTLY_LOST`,
|
|
513
|
+
# `HAS_SUSPENDED_TOKENS`, `HIGH_RISK`, `INACTIVE_ACCOUNT`,
|
|
514
|
+
# `LOW_ACCOUNT_SCORE`, `LOW_DEVICE_SCORE`, `OUTSIDE_HOME_TERRITORY`,
|
|
515
|
+
# `SUSPICIOUS_ACTIVITY`, `TOO_MANY_DIFFERENT_CARDHOLDERS`,
|
|
516
|
+
# `TOO_MANY_RECENT_ATTEMPTS`, `TOO_MANY_RECENT_TOKENS`, `UNABLE_TO_ASSESS`
|
|
517
|
+
# - Visa only: `ACCOUNT_DATA_RECENTLY_CHANGED`, `ACCOUNT_PAN_PAIRING_TOO_NEW`,
|
|
518
|
+
# `LOW_TRANSACTION_VOLUME`, `USER_ACCOUNT_DEVICE_TOO_NEW`,
|
|
519
|
+
# `WALLET_ACCOUNT_TOO_NEW`
|
|
520
|
+
# - Amex only: `DEVICE_USING_VPN_PROXY`,
|
|
521
|
+
# `EXCESSIVE_BILLING_NAME_ATTEMPTS_MODERATE`,
|
|
522
|
+
# `EXCESSIVE_BILLING_NAME_ATTEMPTS_SEVERE`,
|
|
523
|
+
# `EXCESSIVE_CARD_PROVISION_ATTEMPTS_MODERATE`,
|
|
524
|
+
# `EXCESSIVE_CARD_PROVISION_ATTEMPTS_SEVERE`, `EXCESSIVE_WALLET_RESETS`,
|
|
525
|
+
# `EXCESSIVE_ZIP_ATTEMPTS_MODERATE`, `EXCESSIVE_ZIP_ATTEMPTS_SEVERE`,
|
|
526
|
+
# `USER_ID_CARD_PAIRING_TOO_NEW`, `USER_ID_DEVICE_ID_PAIRING_TOO_NEW`,
|
|
527
|
+
# `USER_ID_OS_ID_PAIRING_TOO_NEW`, `USER_ID_TOO_NEW`
|
|
515
528
|
# - `TOKEN_REQUESTOR_ID`: Unique identifier for the entity requesting the token.
|
|
516
529
|
# - `WALLET_TOKEN_STATUS`: The current status of the wallet token.
|
|
517
530
|
# - `CARD_STATE`: The state of the card being tokenized. Valid values are
|
|
@@ -546,8 +559,10 @@ module Lithic
|
|
|
546
559
|
#
|
|
547
560
|
# - `TIMESTAMP`: The timestamp of the tokenization request in ISO 8601 format.
|
|
548
561
|
# - `TOKENIZATION_CHANNEL`: The channel through which the tokenization request was
|
|
549
|
-
# initiated
|
|
550
|
-
# - `TOKENIZATION_SOURCE`: The source of the tokenization request.
|
|
562
|
+
# initiated. Valid values are `DIGITAL_WALLET`, `MERCHANT`.
|
|
563
|
+
# - `TOKENIZATION_SOURCE`: The source of the tokenization request. Valid values
|
|
564
|
+
# are `ACCOUNT_ON_FILE`, `MANUAL_PROVISION`, `PUSH_PROVISION`, `CHIP_DIP`,
|
|
565
|
+
# `CONTACTLESS_TAP`, `TOKEN`, `UNKNOWN`.
|
|
551
566
|
# - `TOKEN_REQUESTOR_NAME`: The name of the entity requesting the token. Valid
|
|
552
567
|
# values are `ALT_ID`, `AMAZON_ONE`, `AMERICAN_EXPRESS_TOKEN_SERVICE`,
|
|
553
568
|
# `ANDROID_PAY`, `APPLE_PAY`, `FACEBOOK`, `FITBIT_PAY`, `GARMIN_PAY`,
|
|
@@ -563,13 +578,24 @@ module Lithic
|
|
|
563
578
|
# provider. Valid values include APPROVE, DECLINE,
|
|
564
579
|
# REQUIRE_ADDITIONAL_AUTHENTICATION.
|
|
565
580
|
# - `WALLET_RECOMMENDATION_REASONS`: List of reasons provided by the digital
|
|
566
|
-
# wallet provider for the recommended decision. Valid values are
|
|
567
|
-
# `ACCOUNT_CARD_TOO_NEW`, `ACCOUNT_RECENTLY_CHANGED`,
|
|
568
|
-
#
|
|
569
|
-
#
|
|
570
|
-
#
|
|
571
|
-
#
|
|
572
|
-
#
|
|
581
|
+
# wallet provider for the recommended decision. Valid values are:
|
|
582
|
+
# - Common: `ACCOUNT_CARD_TOO_NEW`, `ACCOUNT_RECENTLY_CHANGED`,
|
|
583
|
+
# `ACCOUNT_TOO_NEW`, `ACCOUNT_TOO_NEW_SINCE_LAUNCH`, `DEVICE_RECENTLY_LOST`,
|
|
584
|
+
# `HAS_SUSPENDED_TOKENS`, `HIGH_RISK`, `INACTIVE_ACCOUNT`,
|
|
585
|
+
# `LOW_ACCOUNT_SCORE`, `LOW_DEVICE_SCORE`, `OUTSIDE_HOME_TERRITORY`,
|
|
586
|
+
# `SUSPICIOUS_ACTIVITY`, `TOO_MANY_DIFFERENT_CARDHOLDERS`,
|
|
587
|
+
# `TOO_MANY_RECENT_ATTEMPTS`, `TOO_MANY_RECENT_TOKENS`, `UNABLE_TO_ASSESS`
|
|
588
|
+
# - Visa only: `ACCOUNT_DATA_RECENTLY_CHANGED`, `ACCOUNT_PAN_PAIRING_TOO_NEW`,
|
|
589
|
+
# `LOW_TRANSACTION_VOLUME`, `USER_ACCOUNT_DEVICE_TOO_NEW`,
|
|
590
|
+
# `WALLET_ACCOUNT_TOO_NEW`
|
|
591
|
+
# - Amex only: `DEVICE_USING_VPN_PROXY`,
|
|
592
|
+
# `EXCESSIVE_BILLING_NAME_ATTEMPTS_MODERATE`,
|
|
593
|
+
# `EXCESSIVE_BILLING_NAME_ATTEMPTS_SEVERE`,
|
|
594
|
+
# `EXCESSIVE_CARD_PROVISION_ATTEMPTS_MODERATE`,
|
|
595
|
+
# `EXCESSIVE_CARD_PROVISION_ATTEMPTS_SEVERE`, `EXCESSIVE_WALLET_RESETS`,
|
|
596
|
+
# `EXCESSIVE_ZIP_ATTEMPTS_MODERATE`, `EXCESSIVE_ZIP_ATTEMPTS_SEVERE`,
|
|
597
|
+
# `USER_ID_CARD_PAIRING_TOO_NEW`, `USER_ID_DEVICE_ID_PAIRING_TOO_NEW`,
|
|
598
|
+
# `USER_ID_OS_ID_PAIRING_TOO_NEW`, `USER_ID_TOO_NEW`
|
|
573
599
|
# - `TOKEN_REQUESTOR_ID`: Unique identifier for the entity requesting the token.
|
|
574
600
|
# - `WALLET_TOKEN_STATUS`: The current status of the wallet token.
|
|
575
601
|
# - `CARD_STATE`: The state of the card being tokenized. Valid values are
|
|
@@ -601,8 +627,10 @@ module Lithic
|
|
|
601
627
|
#
|
|
602
628
|
# - `TIMESTAMP`: The timestamp of the tokenization request in ISO 8601 format.
|
|
603
629
|
# - `TOKENIZATION_CHANNEL`: The channel through which the tokenization request was
|
|
604
|
-
# initiated
|
|
605
|
-
# - `TOKENIZATION_SOURCE`: The source of the tokenization request.
|
|
630
|
+
# initiated. Valid values are `DIGITAL_WALLET`, `MERCHANT`.
|
|
631
|
+
# - `TOKENIZATION_SOURCE`: The source of the tokenization request. Valid values
|
|
632
|
+
# are `ACCOUNT_ON_FILE`, `MANUAL_PROVISION`, `PUSH_PROVISION`, `CHIP_DIP`,
|
|
633
|
+
# `CONTACTLESS_TAP`, `TOKEN`, `UNKNOWN`.
|
|
606
634
|
# - `TOKEN_REQUESTOR_NAME`: The name of the entity requesting the token. Valid
|
|
607
635
|
# values are `ALT_ID`, `AMAZON_ONE`, `AMERICAN_EXPRESS_TOKEN_SERVICE`,
|
|
608
636
|
# `ANDROID_PAY`, `APPLE_PAY`, `FACEBOOK`, `FITBIT_PAY`, `GARMIN_PAY`,
|
|
@@ -618,13 +646,24 @@ module Lithic
|
|
|
618
646
|
# provider. Valid values include APPROVE, DECLINE,
|
|
619
647
|
# REQUIRE_ADDITIONAL_AUTHENTICATION.
|
|
620
648
|
# - `WALLET_RECOMMENDATION_REASONS`: List of reasons provided by the digital
|
|
621
|
-
# wallet provider for the recommended decision. Valid values are
|
|
622
|
-
# `ACCOUNT_CARD_TOO_NEW`, `ACCOUNT_RECENTLY_CHANGED`,
|
|
623
|
-
#
|
|
624
|
-
#
|
|
625
|
-
#
|
|
626
|
-
#
|
|
627
|
-
#
|
|
649
|
+
# wallet provider for the recommended decision. Valid values are:
|
|
650
|
+
# - Common: `ACCOUNT_CARD_TOO_NEW`, `ACCOUNT_RECENTLY_CHANGED`,
|
|
651
|
+
# `ACCOUNT_TOO_NEW`, `ACCOUNT_TOO_NEW_SINCE_LAUNCH`, `DEVICE_RECENTLY_LOST`,
|
|
652
|
+
# `HAS_SUSPENDED_TOKENS`, `HIGH_RISK`, `INACTIVE_ACCOUNT`,
|
|
653
|
+
# `LOW_ACCOUNT_SCORE`, `LOW_DEVICE_SCORE`, `OUTSIDE_HOME_TERRITORY`,
|
|
654
|
+
# `SUSPICIOUS_ACTIVITY`, `TOO_MANY_DIFFERENT_CARDHOLDERS`,
|
|
655
|
+
# `TOO_MANY_RECENT_ATTEMPTS`, `TOO_MANY_RECENT_TOKENS`, `UNABLE_TO_ASSESS`
|
|
656
|
+
# - Visa only: `ACCOUNT_DATA_RECENTLY_CHANGED`, `ACCOUNT_PAN_PAIRING_TOO_NEW`,
|
|
657
|
+
# `LOW_TRANSACTION_VOLUME`, `USER_ACCOUNT_DEVICE_TOO_NEW`,
|
|
658
|
+
# `WALLET_ACCOUNT_TOO_NEW`
|
|
659
|
+
# - Amex only: `DEVICE_USING_VPN_PROXY`,
|
|
660
|
+
# `EXCESSIVE_BILLING_NAME_ATTEMPTS_MODERATE`,
|
|
661
|
+
# `EXCESSIVE_BILLING_NAME_ATTEMPTS_SEVERE`,
|
|
662
|
+
# `EXCESSIVE_CARD_PROVISION_ATTEMPTS_MODERATE`,
|
|
663
|
+
# `EXCESSIVE_CARD_PROVISION_ATTEMPTS_SEVERE`, `EXCESSIVE_WALLET_RESETS`,
|
|
664
|
+
# `EXCESSIVE_ZIP_ATTEMPTS_MODERATE`, `EXCESSIVE_ZIP_ATTEMPTS_SEVERE`,
|
|
665
|
+
# `USER_ID_CARD_PAIRING_TOO_NEW`, `USER_ID_DEVICE_ID_PAIRING_TOO_NEW`,
|
|
666
|
+
# `USER_ID_OS_ID_PAIRING_TOO_NEW`, `USER_ID_TOO_NEW`
|
|
628
667
|
# - `TOKEN_REQUESTOR_ID`: Unique identifier for the entity requesting the token.
|
|
629
668
|
# - `WALLET_TOKEN_STATUS`: The current status of the wallet token.
|
|
630
669
|
# - `CARD_STATE`: The state of the card being tokenized. Valid values are
|
|
@@ -33,7 +33,8 @@ module Lithic
|
|
|
33
33
|
# several event streams, the effective one is defined by the separate
|
|
34
34
|
# `event_stream` field.
|
|
35
35
|
#
|
|
36
|
-
# - `CONDITIONAL_BLOCK`:
|
|
36
|
+
# - `CONDITIONAL_BLOCK`: Deprecated. Use `CONDITIONAL_ACTION` instead.
|
|
37
|
+
# AUTHORIZATION event stream.
|
|
37
38
|
# - `VELOCITY_LIMIT`: AUTHORIZATION event stream.
|
|
38
39
|
# - `MERCHANT_LOCK`: AUTHORIZATION event stream.
|
|
39
40
|
# - `CONDITIONAL_ACTION`: AUTHORIZATION, THREE_DS_AUTHENTICATION, TOKENIZATION,
|
|
@@ -114,7 +115,8 @@ module Lithic
|
|
|
114
115
|
# several event streams, the effective one is defined by the separate
|
|
115
116
|
# `event_stream` field.
|
|
116
117
|
#
|
|
117
|
-
# - `CONDITIONAL_BLOCK`:
|
|
118
|
+
# - `CONDITIONAL_BLOCK`: Deprecated. Use `CONDITIONAL_ACTION` instead.
|
|
119
|
+
# AUTHORIZATION event stream.
|
|
118
120
|
# - `VELOCITY_LIMIT`: AUTHORIZATION event stream.
|
|
119
121
|
# - `MERCHANT_LOCK`: AUTHORIZATION event stream.
|
|
120
122
|
# - `CONDITIONAL_ACTION`: AUTHORIZATION, THREE_DS_AUTHENTICATION, TOKENIZATION,
|
|
@@ -197,7 +199,8 @@ module Lithic
|
|
|
197
199
|
# several event streams, the effective one is defined by the separate
|
|
198
200
|
# `event_stream` field.
|
|
199
201
|
#
|
|
200
|
-
# - `CONDITIONAL_BLOCK`:
|
|
202
|
+
# - `CONDITIONAL_BLOCK`: Deprecated. Use `CONDITIONAL_ACTION` instead.
|
|
203
|
+
# AUTHORIZATION event stream.
|
|
201
204
|
# - `VELOCITY_LIMIT`: AUTHORIZATION event stream.
|
|
202
205
|
# - `MERCHANT_LOCK`: AUTHORIZATION event stream.
|
|
203
206
|
# - `CONDITIONAL_ACTION`: AUTHORIZATION, THREE_DS_AUTHENTICATION, TOKENIZATION,
|