Pay Button & Payment
After you have finished enabling Apple Pay, you can show Apple Pay as an available payment method in countries where Apple Pay is supported. You can download logos for Apple Pay which you can use on your payment form.
When the shopper selects Apple Pay, they are presented with a prompt to verify the payment using Touch ID or Face ID. If the shopper is using a Mac without Touch ID, they will be prompted to verify the payment using an iPhone or Apple Watch registered to the same iCloud account.
When the shopper selects to pay with Apple Pay, you get the onvalidatemerchant
event handler. You then need to complete the Apple Pay session validation using the completeMerchantValidation
method.
- Request a valid session from the Apple Pay server.
- Use the session object from the response to complete the Apple Pay session validation.
If the Apple Pay session is successfully validated, Apple Pay prompts the shopper to authorize the payment using Touch ID or Face ID.