Page History
...
| Code Block | ||
|---|---|---|
| ||
Const currency = $('#currency').val(); // currency
Const paymentRequest = {
countryCode: region.toUpperCase(),
currencyCode: currency.toUpperCase(),
total: {
label: 'Your label', // payment name
amount: $('#amount').val() //order amount
},
supportedNetworks:['masterCard', 'visa'],
merchantCapabilities: [ 'supports3DS' ] //supported cards
};
Const applePaySession = new window.ApplePaySession(1, paymentRequest); |
Two methods are used to process the session: