Errors

When interacting with the Paybin API, handling errors gracefully is crucial. An error response will not have an HTTP status code of 200. Instead, specific error codes are returned to indicate various types of issues. Below is a table of error status codes you might encounter, along with their meanings, to aid in quick understanding and resolution. Additionally, you will see the HTTP status code reflected in the response body, providing further clarity on the nature of the error encountered.

Status codes

Properly understanding and handling these error codes in your application is key to ensuring a smooth user experience and maintaining the integrity and security of your interactions with the Paybin platform.

CodeDescription
400Bad Request - The request was unacceptable, often due to missing a required parameter or supplying invalid data.
401Unauthorized - Authentication failed or the user does not have permissions for the requested operation.
406Not Acceptable - The requested resource can only generate content not acceptable according to the Accept headers sent in the request.
409Conflict - The request could not be completed due to a conflict with the current state of the target resource, often due to simultaneous updates or conflicts with the resource's state.

Properly understanding and handling these error codes in your application is key to ensuring a smooth user experience and maintaining the integrity and security of your interactions with the Paybin platform.


Messages

CodeMessage
Z100An error occurred!
Z501This withdrawal has been executed.
Z503This reference ID is already associated with a wallet for the specified symbol and network.
Z505Invalid request.
Z507Insufficient withdrawal amount.
Z509Please check your email to approve the withdrawal.
Z511Invalid address.
Z513Insufficient balance.
Z515Invalid withdrawal update request.
Z517Withdrawal not found.
Z519Duplicate withdrawal request.
Z521Invalid credentials.
Z523Invalid body hash.
Z525Invalid symbol requested.
Z527Unauthorized user for this withdrawal.
Z529Please check your phone to approve the withdrawal.

Was this page helpful?