Each operation performed by the Wallet Service can return some result code.
The following table describes all the result codes that can be used to describe the result of an operation by the web service.
CODE | DESCRIPTION |
0 | Success |
1 | General Error Check the message for more information |
2 | Wrong input parameters Check the message for more information. |
3 | Invalid Sign Check if a valid key was used and if the data was sent in a valid format. |
4 | Invalid Partner Unknown partner or partner is disabled. |
5 | Identity not found Cannot find a specified identity. |
6 | Insufficient funds Insufficient funds are available to complete the transaction. |
8 | Invalid currency The currency specified is not valid for operation. |
9 | The transaction is already rolled back The specified transaction was already rolled back. |
10 | Players limit reached The limit set for the player was reached, and the player could not play. |
11 |
Duplicate reference
Example: { |
12 | Unknown Transaction A transaction with the specified reference hasn’t ever been recorded. |
For General Error (Code 1), we can create a rollback for any withdrawal transaction that has failed with such an error code. This is an optional parameter, and should you wish to have this enabled, kindly contact us.
Comments
0 comments
Article is closed for comments.