From ac066cebad4407141f6f7945ac877cc8923af41e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Maic=C3=A1=20Reis?= Date: Mon, 21 Feb 2022 16:02:56 -0300 Subject: [PATCH] Adding new error code to errors related to an account because a user may be blocked to perform BRL PIX withdrawals if they suffer too many PIX key query failed attempts. --- CHANGELOG.md | 5 +++++ source/index.html.md | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fc32d2..15292f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog +### Version 2.0.8 +*February 21, 2022* + +Add new error code 0727 for scenario that user is temporarily blocked to perform BRL PIX withdrawals due to too many PIX key query failed attempts. + ## Version 2.0.7 *January 18, 2022* diff --git a/source/index.html.md b/source/index.html.md index 128ca4a..c02165f 100644 --- a/source/index.html.md +++ b/source/index.html.md @@ -24,6 +24,9 @@ point of sale systems, and much more. Below you will find details on how the system functions, along with examples in common programming languages. # Changelog +### 2022-02-21 +Add new error code 0727 for scenario that user is temporarily blocked to perform BRL PIX withdrawals due to too many PIX key query failed attempts. + ### 2022-01-18 Add new error codes when trading or conversions are disabled on your account @@ -296,6 +299,7 @@ error categories, the last two digits define specific errors. * 0724: No funding methods available * 0725: No withdrawal methods available * 0726: Action restricted for business accounts +* 0727: BRL PIX withdrawal temporarily blocked due to too many PIX key query failed attempts ### Throttling Errors: 08 (HTTP 420) * 0801: You have hit the request rate-limit