Skip to content
This repository was archived by the owner on Oct 14, 2022. It is now read-only.

Commit fdf507a

Browse files
authored
Merge pull request #132 from unbill/BDCS-5178
Bdcs 5178
2 parents bebd487 + 41fedfa commit fdf507a

File tree

1 file changed

+59
-9
lines changed

1 file changed

+59
-9
lines changed

source/includes/api/auth/_hold-codes.md.erb

Lines changed: 59 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ We couldn't update your payment method because of a technical problem. Please tr
6868

6969
<label class="tag">CardSwap</label>
7070

71-
### account_set_up_online_payments
71+
### provider_system_issue
7272

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.
7474

75-
<label class="tag">Biller Direct</label>
75+
<label class="tag">CardSwap</label>
7676

7777
### partner_expiration_exceeded
7878

@@ -84,6 +84,24 @@ This request has exceeded your financial institution's expiration policy.
8484

8585
Your account has been locked. Unlock your account directly through your provider and try again.
8686

87+
<label class="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+
<label class="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+
<label class="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+
87105
<label class="tag">Biller Direct</label>
88106

89107
### account_issue_verify_identity
@@ -104,11 +122,6 @@ Please log in to your account and add a service account.
104122

105123
<label class="tag">Biller Direct</label>
106124

107-
108-
<!--
109-
110-
These are Biller Direct holds we'll add in later
111-
112125
### account_issue_third_party_payments_on_file
113126

114127
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.
145158

146159
<label class="tag">Biller Direct</label>
147160

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+
<label class="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+
<label class="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+
<label class="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.
193+
`navigation-error` | Automation job encountered navigation error.
194+
`job-timeout` | Automation job timed out.
195+
`captcha-failure` | Automation failed to solve the captcha on the provider website.
196+
`proxy-failure` | Automation job encountered proxy failure.
197+
`known-system-error` | Automation job encountered known system error.
198+
`issue-unidentified` | Automation job failed due to unidentifiable issues.

0 commit comments

Comments
 (0)