We use cookies to optimize your user experience. All information shared with us through cookies is secure and covered by our data privacy obligations. To learn more, view our privacy policy.
KongaPay Logo
KongaPayDevelopers
DevelopersPayment LinkError Responses

Error Responses

Common payment link errors.

Missing Integration Secret Key

json
{ "status": "error", "message": "Integration secret key is required in the header", "code": "P0001" }

Disabled Integration

json
{ "status": "error", "message": "Integration is not enabled", "code": "P0001" }

Validation Error

json
{ "status": "error", "message": "Bad Request: child title fails because title is required", "code": "P0005" }

Payment Request Not Found

json
{ "status": "error", "message": "The payment request is not valid", "code": "P0021" }