Error Codes - Descriptions

NIn case of an error as a result of the operations performed on the services, certain error codes are returned by the system. The response of Paywall payment API and the error codes and explanations in this answer are as follows;

Example response template that Paywall payment API returns:

{
    "ErrorCode": 0,
    "Result": true,
    "Message": "",
    "Body": ""
}

Last updated