Check HAQM Pay CV2 API Version
You can easily determine the HAQM Pay API Version by inspecting the API endpoint you are calling.
The API endpoint for different regions is structured like this:
http://pay-api.haqm.com/:environment/:version
http://pay-api.amazon.eu/:environment/:version
http://pay-api.amazon.jp/:environment/:version
In the provided endpoint, :version
represents the HAQM Pay CV2 API Version, with possible values being “v1” and “v2”.
If your endpoint resembles http://pay-api.haqm.com/sandbox/v1
or http://pay-api.haqm.com/live/v1
, you are on API Version V1. Migration to API Version V2 is possible by following the Version 2 Migration Guide.
On the other hand, if your endpoint looks like http://pay-api.haqm.com/sandbox/v2
or http://pay-api.haqm.com/live/v2
, congratulations, you are already on latest API Version i.e. V2.
For users employing HAQM Pay SDKs, it’s crucial to verify the SDK version in use. API Version V2 is applicable for SDK versions 2.0.0 and later across all four SDKs.