#Apple pay and chrome browsers

1 messages · Page 1 of 1 (latest)

blazing heart
#

We currently implemented the direct integration with Apple Pay. This does work in Safari browser. But for Chrome browsers we run into issues when it's validating.

The validation process is done and correct, upon calling session.completeMerchantValidation(merchantSession); this should continue to the session.onpaymentauthorized but it doesn’t.

Is the direct integration with Apple Pay for Chrome browsers supported with Mollie?
https://docs.mollie.com/docs/direct-integration-of-apple-pay

Mollie Documentation

Integrating Apple Pay in your own checkout allows you to add the “Checkout with Pay” button as you deem fit. Apple provides guidelines on how and where you should add the Apple Pay buttons. Beside payments information, Apple Pay allows you to get the billing and shipping addresses from the shopper ...

#

Our developers also found this out:

The timestamp format from Mollie is a string while the one from Apple is a timestamp.

With a workaround by modifying the timestamp in the browser we got it fixed.