You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 14, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: source/includes/api/auth/_hold-codes.md.erb
+59-9Lines changed: 59 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -68,11 +68,11 @@ We couldn't update your payment method because of a technical problem. Please tr
68
68
69
69
<labelclass="tag">CardSwap</label>
70
70
71
-
### account_set_up_online_payments
71
+
### provider_system_issue
72
72
73
-
Your account is not set up for online payments. Log in to your account and set up online payments.
73
+
We’re unable to complete the swap because of a system issue with the provider. Please try again later.
74
74
75
-
<labelclass="tag">Biller Direct</label>
75
+
<labelclass="tag">CardSwap</label>
76
76
77
77
### partner_expiration_exceeded
78
78
@@ -84,6 +84,24 @@ This request has exceeded your financial institution's expiration policy.
84
84
85
85
Your account has been locked. Unlock your account directly through your provider and try again.
86
86
87
+
<labelclass="tag">Biller Direct and CardSwap</label>
88
+
89
+
### authentication_unsupported
90
+
91
+
We’re unable to access your account because your login credentials are from a third-party service, such as Facebook or Google. To link your account, disconnect from the third-party service and create new login credentials directly through the provider.
92
+
93
+
<labelclass="tag">Biller Direct and CardSwap</label>
94
+
95
+
### authentication_not_completed
96
+
97
+
We're unable to access your account because authentication was not fully completed. Please re-authenticate your login credentials and try again.
98
+
99
+
<labelclass="tag">Biller Direct and CardSwap</label>
100
+
101
+
### account_set_up_online_payments
102
+
103
+
Your account is not set up for online payments. Log in to your account and set up online payments.
104
+
87
105
<labelclass="tag">Biller Direct</label>
88
106
89
107
### account_issue_verify_identity
@@ -104,11 +122,6 @@ Please log in to your account and add a service account.
104
122
105
123
<labelclass="tag">Biller Direct</label>
106
124
107
-
108
-
<!--
109
-
110
-
These are Biller Direct holds we'll add in later
111
-
112
125
### account_issue_third_party_payments_on_file
113
126
114
127
We're unable to access your bill information because your account is connected to a third-party provider.
@@ -145,4 +158,41 @@ We're unable to make payments on inactive accounts.
145
158
146
159
<labelclass="tag">Biller Direct</label>
147
160
148
-
-->
161
+
### account_issue_no_bill
162
+
163
+
We are unable to locate a bill on this account. Please contact your provider directly
164
+
165
+
<labelclass="tag">Biller Direct</label>
166
+
167
+
### no_payment_required
168
+
169
+
There are currently no payments required for this bill because it is in forbearance or your account has been inactive for 6 months or longer.
170
+
171
+
<labelclass="tag">Biller Direct</label>
172
+
173
+
### foreign_currency_issue
174
+
175
+
We are unable to update or pay your bill due to foreign currency exchange. Please contact your provider directly.
176
+
177
+
<labelclass="tag">Biller Direct</label>
178
+
179
+
### Subcategories for `authentication_not_completed`
180
+
181
+
Code | Description
182
+
----- | -----------
183
+
`invalid-credentials` | The credentials provided are invalid.
184
+
`no-mfa-response-received` | The user did not provide a MFA response during a realtime job.
185
+
`invalid-mfa` | The MFA response provided by the user was invalid.
186
+
`unanswered-mfa-question` | There are MFA questions during the authentication process that the user had not provided answers for.
187
+
188
+
### Subcategories for `system_issue_with_swap`, `system_issue_with_bill_payment` and `system_issue_with_bill`
189
+
190
+
Code | Description
191
+
----- | -----------
192
+
`selector-not-found` | Automation was not able to detect expected selector.
0 commit comments