Skip to content

Commit 75f8f60

Browse files
author
shanmuga3
committed
Added customer-account-closed error code
1 parent c8064fb commit 75f8f60

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/payments/bbps/resources/errors.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,11 @@ These error codes are specific to the biller.
234234
<td>bill-already-fulfilled</td>
235235
<td>Looks like this particular bill has already been paid.</td>
236236
</tr>
237+
<tr>
238+
<th>400</th>
239+
<td>customer-account-closed</td>
240+
<td>The customer account is closed.</td>
241+
</tr>
237242
</tbody>
238243
</table>
239244

0 commit comments

Comments
 (0)