DevelopersPayment GatewayCommon Error Responses
Common Error Responses
Common payment gateway error payloads.
Missing Integration Secret Key
json
{ "status": "error", "message": "Integration secret key is required in the header", "code": "P0001" }Invalid Hash
json
{ "status": "error", "message": "Seems the hash is invalid.", "code": "P0009", "terminate_request": true }Duplicate Reference
json
{ "status": "error", "message": "This transaction has already been initiated.", "code": "P0016" }Invalid Payment Request
json
{ "status": "error", "message": "The payment request is not valid", "code": "P0021" }