Status codes
Each transaction in Keepz goes through specific lifecycle stages.
The status
field in responses can have one of the following values:
Status | Description |
---|---|
INITIAL | Transaction has been created but not yet processed. |
PENDING | Transaction is waiting to be processed by the payment system. |
SUCCESS | Transaction was successfully processed and funds have been transferred. |
REJECTED | Transaction was rejected by the bank. |
FAILED | Transaction failed during processing due to an error. |
DELETED | Transaction was deleted by the system before execution. |
INITIAL_INSUFFICIENT_BALANCE | Transaction could not proceed due to insufficient balance at the initial stage. |
⚠️ Important: The status field is updated in real-time as the transaction progresses through the payment system. Monitor the status to track the progress of your transactions.
For more information about error handling, see the Errors section.