hyperpay icon indicating copy to clipboard operation
hyperpay copied to clipboard

Apple Pay not working (invalid / null entityId)

Open FahadMajed opened this issue 2 years ago • 1 comments

I got this error when I try to pay with apple:

[HyperpayPlugin/getCheckoutID] HttpException: 400: {"result":{"code":"200.300.404","description":"invalid or missing parameter","parameterErrors":[{"name":"entityId","value":null,"message":"invalid or missing parameter"}]},}

however, the entity id passed to the method getCheckoutID is correct and shows on the logs.

FahadMajed avatar Jan 03 '23 08:01 FahadMajed