ApplePay Checkout
Overview
Creating an Apple Pay Session
{
currencyCode: {Merchant Currency based on country},
countryCode: {Merchant Country},
total: {
label: {Store Name},
amount: **
},
supportedNetworks: ['masterCard', 'visa', 'mada'], // Merchant Networks
merchantCapabilities: ['supports3DS', 'supportsCredit', 'supportsDebit']
};