/1 How do Apple Pay and Google Pay handle sensitive card info? The diagram below shows the differences. Both approaches are very secure, but the implementations are different. To understand the difference, we break down the process into two flows.
514
9,625
615
39,751
/2 1. Registering your credit card flow 2. Basic payment flow
6
19
392
/3 1️⃣ The registration flow is represented by steps 1~3 for both cases. 𝐀𝐩𝐩𝐥𝐞 𝐏𝐚𝐲: It doesn’t store any card info. It passes the card info to the bank. Bank returns a token called DAN (device account number). iPhone then stores DAN into a special hardware chip.
6
66
5
635
/4 𝐆𝐨𝐨𝐠𝐥𝐞 𝐏𝐚𝐲: When you register the credit card with Google Pay, the card info is stored in the Google server. Google returns a payment token to the phone.

Sep 21, 2022 · 3:53 PM UTC

8
41
3
433
/5 2️⃣ When you click the “Pay” button on your phone, the basic payment flow starts. Here are the differences: 𝐀𝐩𝐩𝐥𝐞 𝐏𝐚𝐲: For iPhone, the e-commerce server passes the DAN to the bank.
4
29
376
/6 𝐆𝐨𝐨𝐠𝐥𝐞 𝐏𝐚𝐲: The e-commerce server passes the payment token to the Google server. Google server looks up the card info and passes it to the bank. In the diagram, the red arrow means the credit card info is available on the public network, although it is encrypted.
7
46
5
420
/7 👉 Over to you: Apple needs to discuss the DAN details with banks. It takes time and effort, but the benefit is that the credit card info is on the public network only once. If you are an architect and have to choose between security and cost, which solution do you prefer?
40
53
6
771
/8 I hope you've found this thread helpful. Follow me @alexxubyte for more. Like/Retweet the first tweet below if you can:
/1 How do Apple Pay and Google Pay handle sensitive card info? The diagram below shows the differences. Both approaches are very secure, but the implementations are different. To understand the difference, we break down the process into two flows.
Show this thread
50
75
516
Replying to @alexxubyte
Can we say apple has better security/privacy ? Since it doesn’t store cards info, meaning “in case”they have a breach, user’s data wont be affected!?
1
5
Replying to @alexxubyte
This is not true. The app obtains an Opaque Payment Card value from the card issuer, which is an encrypted payload. Google stores the *token*, not the card information. On payment, the issuer matches the token on its backend.
1
3
Replying to @alexxubyte
This is not complete: Google Pay on the web works as shown here (card on file), but paying with your phone online or in stores (contactless EMV) works like Apple's implementation with a DAN, stored in a TEE.
1
1