worldline

Documentation

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

  1. Invalid Endpoint : The URL does not match any endpoint defined in the API.

  2. 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.