Hosted Payment SDK requests will include a new key-value pair for locale
API
Effective June 12, 2017
As of June 12th, 2017, we will be including a new “locale” key-value pair in Hosted Payment SDK requests. When signing the request, you will need to ensure your integration does not rely on specific fields. Instead, the message being signed should be a string of all key-value pairs that start with x_ prefix
, sorted alphabetically, and concatenated without separators.
If your integration’s signing mechanism already follows this strategy, then you won’t need to make any changes now or in the future.
To learn more, see Gateway signing mechanism.