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" }