Transaction Status
Transaction status (transactionStatus) indicates the current processing status of a transaction.
Status List
| Status Code | Status Name | Description | Is Final State |
|---|---|---|---|
I | Initial | Transaction created, not yet processed | ❌ |
P | Processing | Transaction is being processed | ❌ |
S | Success | Transaction completed successfully | ✅ |
F | Failed | Transaction failed | ✅ |
C | Closed | Transaction closed | ✅ |
Final State Explanation
- Final State: Transaction has completed processing and will not change status again
- Non-Final State: Transaction is still being processed; recommend periodic queries or wait for Webhook notification to get final status
Status Flow
Normal Payment Flow
Failure Flow
Last updated on