Apple Pay

if (window.ApplePaySession && ApplePaySession.canMakePayments()) // Display Apple Pay Button style="-webkit-appearance: -apple-pay-button; -apple-pay-button-type: plain; -apple-pay-button-style: black;" lang=en "countryCode": "US", "currencyCode": "USD", "merchantCapabilities": [ "supports3DS", "supportsDebit", "supportsCredit" ], "shippingMethods": [ { "label": "Free Standard Shipping", "amount": "0.00", "detail": "Arrives in 5-7 days", "identifier": "standardShipping" }, { "label": "Express Shipping", "amount": "1.00", "detail": "Arrives in 2-3 days", "identifier": "expressShipping" } ], "shippingType": "shipping", "supportedNetworks": [ "visa", "masterCard", "amex", "discover" ], "requiredBillingContactFields": [ "postalAddress", "name", "phoneticName" ], "requiredShippingContactFields": [ "postalAddress", "name", "phone", "email" ], "lineItems": [ { "label": "Sales Tax", "amount": "0.00" }, { "label": "Shipping", "amount": "0.00" } ], "total": { "label": "Demo (Card is not charged)", "amount": "1.99", "type": "final" } } onshippingcontactselected: { "administrativeArea": "CA", "country": "United States", "countryCode": "US", "familyName": "", "givenName": "", "locality": "San Francisco", "phoneticFamilyName": "", "phoneticGivenName": "", "postalCode": "94114", "subAdministrativeArea": "", "subLocality": "" } {} { "status": 0 } startSession Results { "nonce": "fb8ebcf2", "displayName": "Apple Pay Demo", "domainName": "applepaydemo.apple.com", "merchantIdentifier": "REDACTED", "epochTimestamp": 1594671195629, "expiresAt": 1594674795629, "merchantSessionIdentifier": "REDACTED", "signature": "REDACTED" } Payment method was selected: { "type": "credit" } completePaymentMethodSelection: { "newTotal": { "label": "Demo (Card is not charged)", "type": "final", "amount": "1.99" } } Payment method was selected: { "type": "debit" } completePaymentMethodSelection: { "newTotal": { "label": "Demo (Card is not charged)", "type": "final", "amount": "1.99" } } Payment cancelled by WebKit: session.oncancel