Restrictions
- Compatibility with button display Apple Pay
For versions below iOS 18, the use of Apple Pay is only possible on an Apple device and in the Safari browser.
For more information, see Apple’s documentation on compatibility.
- Inability to override the Apple Pay button on the merchant website
In redirection mode, it is impossible to offer the path to purchase on the merchant website. You will need to redirect the buyer to the payment page.
When creating the payment form, you have two choices:- leave the vads_payment_cards field empty,
- set the vads_payment_cards field to APPLE_PAY and all of the card payment methods of the CB network.
Example:<input type="hidden" name="vads_payment_cards" value="APPLE_PAY;CB;VISA;MASTERCARD;MAESTRO;VISA_ELECTRON;E-CARTEBLEUE"/>