ahmedelkhyary / hyperpay

MIT License
6 stars 18 forks source link

Apple Pay #38

Closed shashoug closed 8 months ago

shashoug commented 8 months ago

I've followed all the documentations regarding Apple Pay setup, All merchant and processing certificates has been generated successfully, In the App, When pressing the Apple Pay button, Then pressing the pay button the Apple Pay sheet closes and no any callback for the payment if its done or failed with no reason, I've tried to trigger the response from the paymentResult object and it always returns paymentResult.error, So long story short, Apple Pay doesn't seems to work for me.

Is there any documentation for that issue/integration?

ahmedelkhyary commented 8 months ago

https://github.com/ahmedelkhyary/applepay_merchantId_config

ahmedelkhyary commented 8 months ago

after download processing and merchant certificate you should send them to hyperpay team to complete verification

shashoug commented 8 months ago

As mentioned, I've followed all the steps. I got something hopefully it does something with my situation, I've tried to log paymentResultData.errorString it's return with error :Error: Optional(<OPPTransaction: 0x600002187390>).

I searched with this code error but nothing to be found in your status code example in the website.