Response
Sample response format
{
isSuccessful: true, // mandatory string
code: "00", // mandatory string
message: "Transaction successful", // optional
data: {} // optional
errors: [] // optional
}// RESPONSE CODES
Below are the response codes for every response from the API
SUCCESS = "00"
PENDING = "01"
FAILURE = "99"
BADREQUEST = "400"
UNAUTHORIZED = "401"
SERVERERROR = "500"Last updated