Error codes
KODIPAY API errors follow a consistent JSON shape:
messagecode- optional
details
Examples of important v1 cases:
reference_already_usedwith a409 Conflictwhen areferencealready exists for the same merchantvalidation_errorwhen the payload is invalidunauthenticatedwhen the Bearer token is missing or invalidforbiddenwhen the token cannot access the requested resource
See the generated examples in API Reference.