Cargando…

Checking out with the Payment Request API : a practical introduction to the HTML5 Payment Request API using real-world examples /

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...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Libby, Alex (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: New York : Apress, [2019]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_on1120770702
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 190924s2019 nyua ob 001 0 eng d
040 |a GW5XE  |b eng  |e rda  |e pn  |c GW5XE  |d OCLCF  |d EBLCP  |d OTZ  |d LQU  |d SFB  |d UMI  |d OCLCQ  |d VT2  |d UKMGB  |d OCLCQ  |d UKAHL  |d K6U  |d DCT  |d OCLCQ  |d OCLCO  |d COM  |d OCLCQ  |d OCLCA  |d OCLCO 
015 |a GBC004920  |2 bnb 
016 7 |a 019660067  |2 Uk 
019 |a 1120695146  |a 1121269095  |a 1124929579  |a 1129370353  |a 1132005489  |a 1136313920  |a 1138958356  |a 1162724794  |a 1192337196  |a 1204082307  |a 1240524916 
020 |a 9781484251843  |q (electronic bk.) 
020 |a 1484251849  |q (electronic bk.) 
020 |a 1484251830 
020 |a 9781484251836 
020 |a 9781484251850  |q (print) 
020 |a 1484251857 
020 |z 9781484251836 
024 7 |a 10.1007/978-1-4842-5184-3  |2 doi 
024 8 |a 10.1007/978-1-4842-5 
029 1 |a AU@  |b 000066126355 
029 1 |a AU@  |b 000066193173 
029 1 |a AU@  |b 000066230206 
029 1 |a AU@  |b 000067101739 
029 1 |a UKMGB  |b 019660067 
035 |a (OCoLC)1120770702  |z (OCoLC)1120695146  |z (OCoLC)1121269095  |z (OCoLC)1124929579  |z (OCoLC)1129370353  |z (OCoLC)1132005489  |z (OCoLC)1136313920  |z (OCoLC)1138958356  |z (OCoLC)1162724794  |z (OCoLC)1192337196  |z (OCoLC)1204082307  |z (OCoLC)1240524916 
037 |a CL0501000078  |b Safari Books Online 
050 4 |a QA76.76.A63  |b L53 2019eb 
072 7 |a UMW  |2 bicssc 
072 7 |a COM060160  |2 bisacsh 
072 7 |a UMW  |2 thema 
082 0 4 |a 005.1  |2 23 
049 |a UAMI 
100 1 |a Libby, Alex,  |e author. 
245 1 0 |a Checking out with the Payment Request API :  |b a practical introduction to the HTML5 Payment Request API using real-world examples /  |c Alex Libby. 
264 1 |a New York :  |b Apress,  |c [2019] 
264 4 |c ©2019 
300 |a 1 online resource :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
347 |b PDF 
588 0 |a Online resource; title from PDF title page (SpringerLink, viewed September 24, 2019). 
504 |a Includes bibliographical references and index. 
505 0 |a Intro; 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 
505 8 |a Some Basic HousekeepingSetting 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 
505 8 |a Configuring Our Checkout FormSetting 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 
505 8 |a Making Use of Details in Payment Request APIExpanding 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 
505 8 |a Understanding the Types of Payment IdentifiersImplementing 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 
520 |a 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. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Application program interfaces (Computer software) 
650 0 |a HTML (Document markup language) 
650 0 |a Electronic funds transfers. 
650 6 |a Interfaces de programmation d'applications. 
650 6 |a HTML (Langage de balisage) 
650 6 |a Transferts électroniques de fonds. 
650 7 |a APIs (interfaces)  |2 aat 
650 7 |a HTML.  |2 aat 
650 7 |a Application program interfaces (Computer software)  |2 fast 
650 7 |a Electronic funds transfers  |2 fast 
650 7 |a HTML (Document markup language)  |2 fast 
776 0 8 |i Print version:  |a Libby, Alex.  |t Checking Out with the Payment Request API : A Practical Introduction to the HTML5 Payment Request API Using Real-World Examples.  |d Berkeley, CA : Apress L.P., ©2019  |z 9781484251836 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484251843/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH36974938 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL5896975 
994 |a 92  |b IZTAP