Transaction Status
All transactions have an status that is associated with a stage in the transaction processing workflow.
Transaction status:
| Status | Code | Description |
|---|---|---|
| Fail | fail | Indicates a transaction did not go through due to issues like insufficient funds or bank declines. |
| Success | success | The transaction was completed without any issues, and the funds have been transferred successfully. |
| Partially refunded | partially refunded | Part of the transaction amount has been returned to the customer, possibly due to a partial return. |
| Refunded | refunded | The entire transaction amount has been returned to the customer, typically due to order cancellation. |
| Redirected | redirected | The transaction has been rerouted to installment option. |
| Payment initiated | initiated | A transaction has been started and the installment information has been recorded, awaiting further processing. |
Transaction status workflow:
Updated 8 days ago