Transaction Statuses

StatusDescriptionResolution
SUCCESSTransaction completed successfully.Its a final status.
PROCESSINGTransaction is still being processed.Requires a requery to check its status.
FAILEDTransaction failed during processing.Its final status (kindly treat as failed).
REVERSEDTransaction failed during processing.Its final status (kindly treat as failed).

Error Types

StatusDescriptionResolution
TRANSACTION_NOT_FOUNDTransaction not processed.Its a final status (Treat as failed if returned after 1min of initial request).
UNAUTHORIZEDUnauthorized to access endpoint.Regenerate Api Keys.
TOKEN_INVALIDToken has expired.Log back into the application.

Response Codes

Status CodeDescription
200Transaction was successfully processed
422Validation Error
403Transaction failed during processing
500Transaction encountered a server error