Hi,
I'm trying to test the delayed routes like this with a POST method: https://api.mollie.com/v2/payments/tr_nCEYT9tgHHsDBZ9NTW7DJ/routes
i see in the mollie dashboard that the order is "paid". But i get a 404 response with: Invalid resource endpoint.
The body contains: testmode: true and the needed amount -> currency & value and destination with type and organizationId.
Am i missing something in the settings for the mollie dashboard or is my request faulty?
I'm testing with postman and using the test API that's included with my account..