Operation Status
The payload field status
when the request is successful (HTTP status code 200 Ok
).
Status of the request. This status code informs the caller the processing outcome from the payment gateway.
Code | Status | Description |
---|---|---|
0 | Success | Request accepted and processed completed by payment gateway. |
1 | Pending | Request accepted and processed by payment gateway and waiting for completion of request such as call back from acquirer. |
2 | Rejected | Request is not accepted due to various reasons such as incorrect/missing data in the payload |
3 | Error | Request cannot be processed by payment gateway. An error has occurred in the payment gateway while processing the request. |