- Apple Pay Essentials
- Ernest Bruce
- 464字
- 2021-07-16 13:02:49
Enabling Apple Pay in your app
For your app to be able to use Apple Pay, you must have an Apple merchant identifier and merchant certificate. Apple uses the certificate to encrypt payment information in the payment token. Your payment gateway (Stripe, Worldpay, and so on) uses the certificate to decrypt information in the payment token.
Creating your app's Apple Pay merchant identifier
You must have access to your team's Member Center portal and your payment gateway's certificate management facilities.
Create your merchant identifier in your team's Member Center page through the following steps:
- In Member Center, click on Certificates, Identifiers & Profiles.
- Under iOS Apps, click on Identifiers.
- Under Identifiers, click on Merchant IDs.
- Click on Continue (if this is your first merchant identifier) or on the plus sign (+) button in the upper-right corner of the page.
- Enter a description for the merchant identifier in the Description field, for example
MerchantApp merchant identifier
. - Enter the identifier string in the ID field, for example
merchant.com.company.merchantapp
. - Click on Continue and then click on Register.
- Click on Done.
Request an Apple Pay certificate from your payment gateway by performing the following:
- In your payment gateway's certificate management page, create an Apple Pay certificate.
- Download the Certificate Signing Request (CSR) file to your Mac.
Now, follow these steps to create your app merchant certificate in Member Center:
- In the Certificates, Identifiers & Profiles page, under iOS Apps, under Certificates, click on All.
- Then, select Apple Pay Certificate and click on Continue.
- Under Which Merchant ID would you like to use?, select the appropriate merchant identifier and click on Continue.
- Under Generate your certificate, click on Choose File.
- Choose the CSR file you obtained from your payment gateway.
- Next, click on Generate and then click on Download to download your app merchant certificate to your Mac.
Upload your app merchant certificate to your payment gateway via the following steps:
- In your payment gateway's certificate management page, upload the merchant certificate you downloaded from the Member Center portal.
- Confirm that your merchant certificate is listed in your payment gateway account.
Installing your app's Apple Pay merchant certificate on your Mac
Double-click on the merchant certificate you downloaded earlier from Member Center. Keychain Access will then open and install the certificate along with your other certificates.
Enabling Apple Pay in your app's Xcode project
To provide your app with access to Apple Pay, you need to turn on the Apple Pay capability in the Xcode project. Perform the following:
- First, open your project in Xcode.
- Select the target that builds the app to open the target editor.
- Then, click on Capabilities.
- Find the Apple Pay capability and toggle the corresponding switch to its on position.
- In the dialog that appears, select the appropriate development team, and click on Choose.
- Mastering Ext JS(Second Edition)
- C++案例趣學
- SQL Server 2016從入門到精通(視頻教學超值版)
- C# Programming Cookbook
- Oracle 12c中文版數據庫管理、應用與開發實踐教程 (清華電腦學堂)
- JS全書:JavaScript Web前端開發指南
- Java應用開發技術實例教程
- PHP+MySQL網站開發項目式教程
- 大數據分析與應用實戰:統計機器學習之數據導向編程
- Mastering Linux Security and Hardening
- JavaScript動態網頁編程
- Android應用開發深入學習實錄
- Orchestrating Docker
- Mastering Apache Camel
- 現代CPU性能分析與優化