1. trans_status Explanation#
pending
The transaction has been created and is waiting to be processed.
in_process
The transaction is currently being processed.
checking
The transaction is under review or verification.
success
The transaction has been completed successfully.
deny
The transaction has been rejected.
error
An internal system error has occurred.
The merchant platform should treat this transaction as successful and allow the ATT Pay system to handle the issue internally.
If this handling approach causes any difficulty in implementing clear or maintainable logic in your system, please contact us immediately for further clarification or support.
2. status_code Explanation#
200 — Success
The request was processed successfully.
404 — Not Found
No available payment gateway or transfer port was found.
402 — Insufficient Balance
The merchant balance is insufficient to process the transaction.
403 — Forbidden
Invalid credentials or access is not permitted.
422 — Unprocessable Entity
Invalid or missing input parameters.
424 — Failed Dependency
The bank’s server failed to respond or could not be reached.
429 — Too Many Requests
The system is overloaded or receiving requests too frequently.
500 — Internal Server Error
The server failed to process the request.
Modified at 2025-12-20 17:35:43