The Seal Merchant API is returning a 301 redirect response
If your API clients isn't set to follow the redirects, then it can happen that if the system returns a 301 redirect response, your API call won't complete.
To resolve this, you can either configure your API client to follow redirects OR make sure that each API endpoint you call has a trailing slash (/) at the end of the URL.