# Transaction Status

### Transaction Status

```
    • Pending
    • Processing
    • Successful
    • Secure3D
    • AuthSetup
    • Otp
    • Failed
```

#### Transaction Status Description

| Status         | Description                                                                                                                                            |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Pending        | Transaction Pending                                                                                                                                    |
| Processing     | Transaction processing.                                                                                                                                |
| AuthSetup      | You are required to construct a form data and post the data to the given URL field provided.                                                           |
| Secure3D       | You are expected to construct a form data and post the data to a given URL field provided.                                                             |
| Otp            | Transaction waiting for customer to enter OTP or PIN.                                                                                                  |
| Redirect       | You are expected to redirect to the given URL field provided.                                                                                          |
| CallbackListen | Payment API waiting for notification from processor. You can keep calling transaction status end point to get transaction status if successful/failed. |
| Failed         | Transaction failed.                                                                                                                                    |
| Successful     | Transaction successful.                                                                                                                                |
