404 - Not found
Description
The server can not find the requested resource. This can occur if the endpoint URL is incorrect or the resource does not exist.
Common Scenarios
Invalid Endpoint : The URL does not match any endpoint defined in the API.
Resource Does Not Exist : The requested resource cannot be found or has been deleted.
Resolution Steps
Check and verify the endpoint URL for typos or errors.
Confirm the resource identifier (paymentId, refundId, creditTransferId...) in the request is correct and exists.
Refer to the API documentation for correct endpoint URLs and resource identifiers.