Data Model - Status
Less than 1 minute
Data Model
Transaction Status
refers to the current state or progress of a financial transaction, providing information about whether it has been completed, is pending, or has failed. Here are some common statuses associated with transactions:
Param | Type | Description |
---|---|---|
PROCESSING | String | Request has been created. During this process, Order awaiting customer payment or order is being processed. |
SUCCESS | String | Payment successful or disbursement successful . |
FAILED | String | Payment has failed and is at the end state . |
EXPIRED | String | One of failed state . Reason is not paid for a long time or internet timeout |
Example
Understanding transaction statuses is crucial for both consumers and businesses
{
"status": "SUCCESS"
}