Checking Out with the Payment Request API : A Practical Introduction to the HTML5 Payment Request API using Real-world Examples 🔍
Alex Libby Apress : Imprint: Apress, 1st ed. 2019, Berkeley, CA, 2019
英语 [en] · PDF · 5.4MB · 2019 · 📘 非小说类图书 · 🚀/lgli/lgrs/nexusstc/scihub/zlib · Save
描述
Quickly create consistent checkouts for use within websites, using the power of the HTML5 Payment Request API. This project-oriented book simplifies the process of creating and manipulating checkouts with the Payment Request API in browsers for websites or online applications, using little more than a text editor or free software.
One of the key concerns of any e-commerce company is ensuring customers complete the checkout process successfully, and for them to return. Unfortunately, many checkouts still suffer from a high level of drop-out. The Payment Request API is an open standard being developed by browser vendors to simplify payments for users with a quick and seamless autofill process enabling a broader set of online payment providers to participate in the market. The API is designed to be easy to implement across all supported browsers, and work with any payment type or service provider.
__Checking Out with the Payment Request API__ equips you with a tool set that you can use to develop future projects, incorporate into your existing workflow and allow you to reduce any dependency on complex, custom-made checkouts that might be prone to failure, or unwieldy to use. You'll learn how to use the Payment Request API to create consistent checkouts quickly and easily, and work through practical example projects that will help familiarize you with using the API. We live in an age where speed and accuracy are of the essence – add effortless flow to your payments using this book today.
**What You'll Learn**
* Implement the Payment Request API in a project
* Explore some of the options for personalizing it for a project
* Gain an appreciation of pointers around user experience and how this affects the API
* Understand how to manage issues and security when using the Payment Request API
* Work through some example projects, from standalone demos to implementing in frameworks
**Who This Book Is For**
Website developers familiar with creating shopping carts and looking to leverage the HTML5 Payment Request API. Also ideal for those in agile development teams who want to focus on simplifying content in modern browsers using their existing tools
备用文件名
lgli/9781484251836.Apress.Checking_Out_With_the_Payment_Request_API_yment_Request_API_Using_Real-World_Examples.Alex_Libby.Sep.2019.pdf
备用文件名
lgrsnf/9781484251836.Apress.Checking_Out_With_the_Payment_Request_API_yment_Request_API_Using_Real-World_Examples.Alex_Libby.Sep.2019.pdf
备用文件名
scihub/10.1007/978-1-4842-5184-3.pdf
备用文件名
zlib/Computers/Web Development/Alex Libby/Checking Out with the Payment Request API: A Practical Introduction to the HTML5 Payment Request API using Real-world Examples_11842996.pdf
备选作者
Libby, Alex
备用出版商
Apress, Incorporated
备用出版商
Springer Nature
备用版本
United States, United States of America
备用版本
Springer Nature, Berkeley, CA, 2019
备用版本
1st edition, Berkeley, CA, 2019
备用版本
New York?, 2019
备用版本
Sep 14, 2019
备用版本
1, 20190913
元数据中的注释
lg2968754
元数据中的注释
{"edition":"1","isbns":["1484251830","1484251849","9781484251836","9781484251843"],"last_page":268,"publisher":"Apress","source":"libgen_rs"}
元数据中的注释
Source title: Checking Out with the Payment Request API: A Practical Introduction to the HTML5 Payment Request API using Real-world Examples
备用描述
Table of Contents
About the Author
About the Technical Reviewer
Acknowledgments
Introduction
Chapter 1: Introducing the API
Exploring the Benefits of Using the API
Breaking Some Common Misconceptions
Understanding Terminology Around the API
Considering the UX Experience
Exploring Checkout Flows
Sketching a User Flow Using Sketch
Customizing the UX
Some General UX Advice
Button Design
Shipping
Navigation
Fallback Options
Miscellaneous
Giving Feedback Throughout the Journey
Addressing Security Concerns
Summary
Chapter 2: Setting Up a Basic Checkout
Some Basic Housekeeping
Setting Up a Suitable Web Server
Checking Browser Support for the API
Enabling Browsers to Use the API
Creating a Simple Example for Desktop Browsers
Exploring What Happened
Managing Errors in the Checkout
Understanding the Changes to Our Demo
Adapting for Use on Mobile Devices
Exploring How the API Works in Detail
Payment Methods
Payment Details
Payment Options
Wrapping it All Together
Summary
Chapter 3: Configuring and Customizing Our Checkout
Setting Up a Payment Method
Taking the Next Step
Understanding How it Works
Customizing the API Flow
Configuring Our Checkout Form
Setting a Display Icon
Handling Different Currencies
Exploring Our Code in More Detail
How Can We Handle Multiple Items Better?
Exploring What this Means for Our Form
Accepting Gift Cards and Discounts
Exploring Our Code in Detail
Configuring Our Payment Process
Asking for Details from Customers
Adding Iframe Support
Handling Changes
Handling Extra Information
Exploring the Code in Detail
Summary
Chapter 4: Shipping
Getting Started with Shipping
Obtaining the Shipping Address and Method
Exploring How this Works in Detail
Making Use of Details in Payment Request API
Expanding Our Shipping Options
Exploring the Changes Made
Dealing with Changes to Shipping
Breaking Apart Our Code
Implementing Delivery Restrictions
Breaking Apart the Code
Dealing with Errors
Customer-Generated Errors
Errors Generated During Development
Summary
Chapter 5: Integrating with a Payment Handler
Exploring the Options
API Type
Link Type
Tokenization Type
Integrating with the Payment Request API
Choosing between a PSP or Traditional Provider
Implementing a Provider
Dissecting the Code
Understanding the Types of Payment Identifiers
Implementing Stripe
Breaking Apart the Code
Making it More Local
Dealing with Extra Charges
Breaking Apart the Code in Detail
Dealing with No Payment Apps
Understanding What Happened
Checking for No Apps: An Epilogue
Taking Care of Pending Transactions
Summary
Chapter 6: Pulling It All Together
Outlining the Project
Building the Product Gallery
Dissecting the Code thus Far
Making Our Gallery Work
Setting Up the Basic Basket
Breaking Apart the Code
Taking Care of Shipping (Plus Restrictions)
Exploring the Code in More Detail
Handling Payments
Integrating a Payment Method
Exploring the Code in More Detail
Displaying Discounts
Applying Charges When Necessary
Exploring the Code in More Detail
Applying Charges: A Postscript
Adding Error Handling
Exploring the Code in More Detail
Taking Things Further
Summary
Chapter 7: Project: Enabling the API in a Framework or CMS
Outlining the Project
Exploring the Options
Choosing Our Framework
Creating the Store Front End
Breaking Apart the Code
Setting Up the Basic Checkout
Dissecting the Code
Taking Things Further
Case Study: Adding Geolocation Support
Getting Prepared
Creating Our Demo
Breaking Apart Our Code
What Next for Geolocation: Should We Use It?
Case Study: Using QR Codes
Understanding How It Works
Summary
Chapter 8: Project: The Future of the Web Payments API
What is the Payment Handler API?
Understanding the Mix
Creating a Handler
Getting Prepared
Defining a Payment Method Identifier
Building the Manifest
Creating a Payment App
Installing the Payment Handler
Dissecting Our Code
Streamlining the Process
Considering Security Implications
Testing Our Payment Handler
Dissecting the Code
Summary
Appendix: API Reference
API Inter faces
API Properties
API Events
Useful References
Index
备用描述
"Quickly create consistent checkouts for use within websites, using the power of the HTML5 Payment Request API. This project-oriented book simplifies the process of creating and manipulating checkouts with the Payment Request API in browsers for websites or online applications, using little more than a text editor or free software. One of the key concerns of any e-commerce company is ensuring customers complete the checkout process successfully, and for them to return. Unfortunately, many checkouts still suffer from a high level of drop-out. The Payment Request API is an open standard being developed by browser vendors to simplify payments for users with a quick and seamless autofill process enabling a broader set of online payment providers to participate in the market. The API is designed to be easy to implement across all supported browsers, and work with any payment type or service provider. Checking Out with the Payment Request API equips you with a tool set that you can use to develop future projects, incorporate into your existing workflow and allow you to reduce any dependency on complex, custom-made checkouts that might be prone to failure, or unwieldy to use. You'll learn how to use the Payment Request API to create consistent checkouts quickly and easily, and work through practical example projects that will help familiarize you with using the API. We live in an age where speed and accuracy are of the essence - add effortless flow to your payments using this book today. What You'll Learn Implement the Payment Request API in a project Explore some of the options for personalizing it for a project Gain an appreciation of pointers around user experience and how this affects the API Understand how to manage issues and security when using the Payment Request API Work through some example projects, from standalone demos to implementing in frameworks Who This Book Is For Website developers familiar with creating shopping carts and looking to leverage the HTML5 Payment Request API. Also ideal for those in agile development teams who want to focus on simplifying content in modern browsers using their existing tools."--Publisher's description
备用描述
Quickly create consistent checkouts for use within websites, using the power of the HTML5 Payment Request API. This project-oriented book simplifies the process of creating and manipulating checkouts with the Payment Request API in browsers for websites or online applications, using little more than a text editor or free software.
One of the key concerns of any e-commerce company is ensuring customers complete the checkout process successfully, and for them to return. Unfortunately, many checkouts still suffer from a high level of drop-out. The Payment Request API is an open standard being developed by browser vendors to simplify payments for users with a quick and seamless autofill process enabling a broader set of online payment providers to participate in the market. The API is designed to be easy to implement across all supported browsers, and work with any payment type or service provider.
Checking Out with the Payment Request API  equips you with a tool set that you can use to develop future projects, incorporate into your existing workflow and allow you to reduce any dependency on complex, custom-made checkouts that might be prone to failure, or unwieldy to use. You'll learn how to use the Payment Request API to create consistent checkouts quickly and easily, and work through practical example projects that will help familiarize you with using the API. We live in an age where speed and accuracy are of the essence – add effortless flow to your payments using this book today.
What You'll Learn
Implement the Payment Request API in a project Explore some of the options for personalizing it for a project Gain an appreciation of pointers around user experience and how this affects the API Understand how to manage issues and security when using the Payment Request API Work through some example projects, from standalone demos to implementing in frameworks
Who This Book Is For
Website developers familiar with creating shopping carts and looking to leverage the HTML5 Payment Request API. Also ideal for those in agile development teams who want to focus on simplifying content in modern browsers using their existing tools
备用描述
Keine Beschreibung vorhanden.
Erscheinungsdatum: 14.09.2019
开源日期
2021-03-22
更多信息……

🚀 快速下载

成为会员以支持书籍、论文等的长期保存。为了感谢您对我们的支持,您将获得高速下载权益。❤️
如果您在本月捐款,您将获得双倍的快速下载次数。

🐢 低速下载

由可信的合作方提供。 更多信息请参见常见问题解答。 (可能需要验证浏览器——无限次下载!)

所有选项下载的文件都相同,应该可以安全使用。即使这样,从互联网下载文件时始终要小心。例如,确保您的设备更新及时。
  • 对于大文件,我们建议使用下载管理器以防止中断。
    推荐的下载管理器:JDownloader
  • 您将需要一个电子书或 PDF 阅读器来打开文件,具体取决于文件格式。
    推荐的电子书阅读器:Anna的档案在线查看器ReadEraCalibre
  • 使用在线工具进行格式转换。
    推荐的转换工具:CloudConvertPrintFriendly
  • 您可以将 PDF 和 EPUB 文件发送到您的 Kindle 或 Kobo 电子阅读器。
    推荐的工具:亚马逊的“发送到 Kindle”djazz 的“发送到 Kobo/Kindle”
  • 支持作者和图书馆
    ✍️ 如果您喜欢这个并且能够负担得起,请考虑购买原版,或直接支持作者。
    📚 如果您当地的图书馆有这本书,请考虑在那里免费借阅。