June 15, 2017

Fixed Issues

Response Payload Size Exceeded the Maximum Limit Error
As designed, the gateway server has a 6MB limit. When this limit is exceeded, a maximum payload error is returned. However, there was an issue where some users experienced the error and modified the request to lower the payload size, but continued to receive the error. Upon investigating this issue, we discovered the response payload size was being calculated incorrectly and some payloads less than 6MB were being calculated as greater than 6MB.
The error message:

{ "summary": "Response payload size exceeded the maximum limit - 6 MB.,", "details": "Please modify your request to lower the response payload size." }

This Service Pack reduces the frequency of this error. Payloads less than 6MB will not experience the maximum payload error. Please also note that we are working with our provider to increase the 6MB limit.