Wij zijn momenteel druk met het koppelen van Apple Pay aan ons Adyen account. Ik kreeg de volgende vraag van mijn development afdeling:
Is het mogelijk om (al dan niet zelf) de gebruikte SDK van Adyen te updaten van 3.15.0 naar minimaal 3.17.2 voor de checkout zodat er gebruik kan worden gemaakt van de Apple Pay Certificates van Adyen zelf.
It seems that using Adyen's Apple Pay certificate also has advantages:
You don't need to create your own Apple Pay certificate for your web integration because you can process payments through Adyen's Apple Pay certificate. The benefits of using Adyen's Apple Pay certificate are:
A faster way to add Apple Pay to your integration.
There is less configuration required.
You get access to new features.
Apple Pay enabled by default for your Pay by Link integration, if you have one.
We now make the onValidateMerchant call by default for the Apple Pay Component. However, you can also choose to make the call manually, in which case your onValidateMerchant call overrides the default.
Internal HelpScout ticket: https://secure.helpscout.net/conversation/1798706229/23596?folderId=1425710
It seems that using Adyen's Apple Pay certificate also has advantages:
Source: https://docs.adyen.com/payment-methods/apple-pay/web-drop-in?tab=_code_payments_code__2#set-up-apple-pay
I suggest we update to version
3.23.0
for now, version4
or5
is probably a too big step for now.https://docs.adyen.com/online-payments/release-notes?integration_type=web&version=3.23.0
We should only set the
onValidateMerchant
when a custom Apple Pay certificatie is configured?https://github.com/pronamic/wp-pronamic-pay-adyen/blob/a9ebbfa67940396b1d411fa573d90a535672210e/js/src/checkout-drop-in.js#L81-L105