# Response
After the customer completes the payment the customer will be redirected back with transaction id, status and the status message.
The response is encoded (opens new window) and you can use a decoding (opens new window) method to get data from it.
# Transaction Status Type
These are all the possible status types that will be returned.
| Sl No | Status |
|---|---|
| 1 | Success |
| 2 | Cancel |
| 3 | Refund |
| 4 | Decline |
| 5 | Waiting |
| 6 | Expired |
| 7 | Closed |
| 8 | Failed |