Response Codes and Verification Status
When using the Peleza API, you may encounter custom response codes that indicate the status of a particular request. These custom response codes are as follows:
Response Code | Meaning | Explanation |
---|---|---|
00 | Successful | This code indicates that the request was successful and that the expected data has been returned. |
01 | ID not found | This code indicates that the ID provided in the request was not found in the system. |
02 | Service is not available | This code indicates that the requested service is unavailable. This could be due to maintenance, downtime, or other issues. |
03 | Insufficient wallet balance | This code indicates that there is an insufficient balance in the wallet to complete the requested transaction. Please ensure that the wallet has enough funds before making the request. |
It is important to note that custom response codes only compliments the standard HTTP response.
Verification Statuses
Verification Status is used to indicate the status of a verification request. There are three possible values for the Verification Status:
Verification Status | Explanation |
---|---|
PENDING | This status indicates that the verification request has failed and will be retried at a later time. |
NOT-VERIFIED | This status indicates that the verification request was successfully performed, but the ID provided is not valid. |
VERIFIED | This status indicates that the verification request was successfully performed, and the ID provided is valid. |
Updated over 1 year ago