Created: May 5, 2021
Overview
Our Braintree Gateway now supports the use ApplePay on the checkout page. In order to set up a campaign to accept ApplePay, you must be sure the proper payment type is selected at the campaign level.
Please Note: There is front-end development work that must be done on the checkout page to implement ApplePay correctly.
More information around front-end implementation can be found here:
Adding ApplePay as Payment Type to a Campaign
Go to the campaign you wish to add ApplePay as a payment type
Under Payment Type, select ApplePay
Upon selecting ApplePay, a Gateway Configuration window will appear below Payment Type.
The only gateways that will appear on that list will be Braintree gateways, please select the appropriate gateway/MID for that campaign.
Creating ApplePay orders via API:
Within the NewOrder request to sticky you will need to make sure to include the 'creditCardType' as 'applepay', and also include the 'braintree_nonce'.