-
Apple Pay essentials:harness the power of Apple Pay in your iOS apps and integrate it with global payment gateways
- 點閱:9
- 作者: Ernest Bruce
- 出版社:Packt Publishing Ltd.
- 出版年:2016
- ISBN:9781785886386; 9781785881152
- 格式:EPUB 流式,PDF,JPG
- 頁數:120
- 字數:128524
Whether you are relatively new to iOS app development or a seasoned expert, Apple Pay Essentials provides the skills that you need to easily incorporate Apple Pay into the payment workflows of your apps. This book shows you how to obtain the certificates that ensure payment information is securely transmitted between the user's iOS device,your payment gateway, and the banks involved in an Apple Pay transaction. The book teaches you how to provide a simple and consistent user experience, which expedites the time between desire and acquire. You learn how to respond to changes that the user makes to your preconfigured payment sheet, which is where the user confirms or modifies order and payment details. This book guides you thro ugh the interactions that your app makes with your payment gateway and your order-processing system.
Finally, this book shows you how to design a simple order-processing web app that processes orders and payments submitted by client apps.
- Preface
- Chapter 1 : Getting Started with Apple Pay
- An overview of the online payment process
- The Apple Pay payment workflow
- Enabling Apple Pay in your app
- Summary
- Chapter 2 : Payment Request Workflow
- Getting information from an inventory service
- Displaying the product card
- Creating the payment request
- Requiring shipping and billing information
- Specifying summary items
- Specifying custom information tied to the order
- Summary
- Chapter 3 : Payment Authorization Workflow
- Actors and operations in the authorization workflow
- Implementing a shared method to compute summary items
- Responding to user interactions with the payment sheet
- Summary
- Chapter 4 : Payment Processing Workflow
- Actors and operations in the processing workflow
- The preprocess phase
- The process phase
- The postprocess phase
- Summary
- Chapter 5 : Designing an Order Management Server
- Configuring an order management server web app
- Defining order management data structures
- Providing inventory information to clients
- Processing orders from clients
- Implementing secure communication
- Summary
- Chapter 6 : Apple Pay API Summary
- Main classes
- Payment sheet user event protocol
- Auxiliary classes
- Summary
- Index