Transaction Response Codes
Status Codes
HTTP and transaction status codes returned by the NamiPay Cloud API.
HTTP Status Codes
| Code | Status | Description |
|---|---|---|
| 200 | OK | Request successful |
| 400 | Bad Request | Invalid parameters |
| 401 | Unauthorized | Auth failed / expired |
| 404 | Not Found | Resource not found |
| 500 | Server Error | Internal error |
Transaction Statuses
| Code | Status | Description |
|---|---|---|
| 100 | PROCESS | Being processed |
| 200 | SUCCESS | Completed |
| 400 | FAILED | Failed |
| 401 | EXPIRED | Session expired |
Updated 4 days ago