Skip to main content

Data Model - Status

smilepayz teamsLess 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:

ParamTypeDescription
PROCESSINGStringRequest has been created. During this process, Order awaiting customer payment or order is being processed.
SUCCESSStringPayment successful or disbursement successful .
FAILEDStringPayment has failed and is at the end state .
EXPIREDStringOne 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"
}
Last update: