Apple Pay: NCS Circ, Payway & Braintree
Last updated
Last updated
Apple Pay offers the possibility to have an electronic wallet under Apple platform during Subscribe checkout flow. The goal of this guide is to help you understand Apple Payments integration in Subscribe for the NCS Circ and Payway clients.
Make sure you meet the following pre-requisites:
Minimum NCS Circ version required is 2020.2
Minimum Subscribe version required is 3.13.1
Subscribe must use PaywayWS to support Apple Pay. This service is a wrapper of EccoWS and PW_Web services
Every Payway request needs to go through PaywayWS
Client have to use Naviga Pay
For Braintree, the Minimum Subscribe version required is 3.15.1
Front end: Subscription Panel via Apple Pay JS and Payway
Back end: Subscribe APIs, NCS Circ, Naviga Pay
Subscription Panel interacts with an Apple Pay JS library. Subscription Panel offers the possibility to use ApplePay for Billing if a client is using Apple device. A user can select one of the two available options:
Apple Pay option within the checkout pages - is supported in frictionless checkout starting from 3.15.0
Apple Pay option as part of offer selector - Please note that this option is not supported in frictionless checkout
You can find the CMS set up details and screenshots of the flow in the table below for each of these two options
From the CMS dashboard:
Select subscription panel then presentations.
Choose your desired presentation from the drop-down menu.
Add the ApplePay V3 as a child component to the PaymentMethods V3 component.
Select save and clear your app's cache by selecting the manage cache button, then the relevant app.
For this type of setup the end-user will have to fill delivery and billing address and user information
The way payment option is displayed can also be changed via CMS by using there is a property called PaymentMethodSelectorStyle
property of PaymentMethods V3
Please see the example of the payment step at the screenshot below
From the Solicitor Concierge dashboard:
Select offer groups from the left sidebar. Your offer groups will appear in a list to the right.
Select an offer group from the list, or create a new offer group.
Select the additional options category, then select the payment method drop-down menu.
Check the Apple Pay box. For Braintree, please select the Apple Pay - Braintree checkbox.
Select update or save as new.
When you're viewing a Subscription purchased with ApplePay in Classic CSR Portal you will be able to see a corresponding mark.
A huge Payload is sent to the Subscribe API, which is responsible of decrypting it. For doing so, an algorithm was included as part of the Encryption Library NuGet package.
To decrypt the value, the API provides the NuGet package with the MID and Private Key to be used. These are stored in MG2 Control just like any other setting.
The Encryption Library generates a Shared Secret with the Private Key (provided by API) and the Public Key (payload.Token.PaymentData.Header.EphemeralPublicKey from the Payload).
Then, the symmetric key gets generated by using the secret key and the MID. This is used to decrypt the payload.Token.PaymentData.Data (after a Base64 decode).
Once the data is decrypted, the API performs the regular Newstart flow: Authorization, Create Subscription, Capture Funds, Payment in Circ, Update Transaction. Refer to the sections Circ System and Payment Gateway for more information.
Please input a Salesforce case requesting the Naviga team to setup ApplePay Certificates on your behalf.
Note updated on 04-Jul-23.
You can use existing merchant ids on Payway. All GPAY and ApplePay leverage your existing merchant accounts at TSYS unlike PayPal or Amazon Pay;
All transactions are identified on Payway through the virtual terminal as a Credit Card, ACH, ApplePay, GPAY, etc. for all research inquiries (reports, etc). Note that we have engineered the virtual terminal to operate like credit cards on wallet transactions. That is, you can perform a SALE, CREDIT or VOID on GPAY or ApplePay accounts like you can do with credit cards from within the payway virtual terminal;
Disputes would be handled similarly but with one caveat for ApplePay transactions. The last four and expiry date that NCS receives and also assigned in payway for ApplePay transactions is not the customer’s actual credit card but rather the DPAN or device account number assigned to the customer’s card in the phone/IOS device. So, if there is a dispute, the CSR needs to ask the customer what the last four of the device account number is in their wallet on their device. That is just how applePay works.
From a recurring model, payway assigns our standard token to all transactions for recurring processing.
Management of CC update/expiry etc. in Apple: There is no communication with Apple. The token is valid in Payway if that device account number is valid. If a customer removes that card from their wallet, the token is invalid, and it would get declined.