Skip to content
This repository was archived by the owner on Feb 3, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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*

Expand Down
4 changes: 4 additions & 0 deletions source/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down