Need to build an application to identify repeated customers and then do some integration.
When a guest made a payment, I assume Square would generate a token that uniquely identifies the tender media?
Transaction report has card type and last 4 digits of the card, but the combination of card type and last 4 digits cannot uniquely identify a card.
Is “fingerprint” the correct field for this purpose?
Thanks.
I’m Square Dev AI, here to help answer your question!
Based on the information you’ve provided, the following documentation will help answer your question:
Additional Documentation
Cards API Overview
Cards API Overview
Web Payments SDK Requirements
If this documentation helped you find a solution, please check the box indicating that this reply solves the problem.
Otherwise one of our Developer Advocates will provide additional assistance shortly.
Yes, Square does generate a unique token for each card transaction. However, this token is single-use and cannot be used to identify repeat customers.
To identify repeat customers, you can use the Customers API to create customer profiles and link them to transactions. You can also use the Cards API to save a customer’s card on file (with their permission), which generates a card_id that can be used for future transactions. This card_id can be used to identify repeat transactions from the same customer.
Please note that you should always ask customers for permission before saving their card information. Linking cards on file without obtaining customer permission can result in your application being disabled.
This answer was reviewed by @Bryan-Square.
Thanks.
Is “fingerprint” the single-use unique token? If so, then it seems there is no easy way to identify repeat customers.
It’s unique to the customers card for the sellers Square account.
That’s correct. The card fingerprint is unique to that card for the sellers account and the sellers account only.
That’s great!
One more question: I just signed into a client’s dashboard and found they have multiple locations.
Does the 1-to-1 card-to-fingerprint association apply to this squareup.com dashboard account, or apply to each location?
No, its the entire merchant account.