Error Code¶
Tip
Before sending the request message, the merchant needs to add a signature, and after obtaining the response message, the merchant needs to verify the response signature accordingly.
Brief Description¶
- This section describes all the status & error codes encountered
The merchant only needs to judge the result in the data object of the response result.
The transaction succeeds: 0000, the transaction is in processing: 0015, and other codes
can be considered as failures
| Status & Error Codes | Description |
|---|---|
| 0000 | SUCCESS |
| 0001 | PARTIAL PAYMENT |
| 0015 | PAYING |
| 00029 | FAILED |
| 8000 | SYSTEM ERROR |