#fm_fingerprint-reactnative
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1299050978116374548
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
fm_fingerprint-reactnative
@shrewd frost That's expected. The fingerprint is not exposed client-side. What you can do is retrieve that PaymentMethod on your server with your Secret API key to check the fingerprint. Or look at the resulting Charge on the server too
Thanks for quick response @snow cosmos
I checked the payment method in Stripe workbench.. it doesnt have fingerprint..
For direct card based payment methods, I can see fingerprint in Stripe workbench..
Can you share the PaymentMethod id?
pm_1QDTWbP1bkODHkPw4KUCBUC1
Thanks looking, this is... weird
can you try using that PaymentMethod to confirm a PaymentIntent? I want to see if it creates the fingerprint
Need sometime @snow cosmos I have to code for it.. will get back..
I wonder if Workbench just doesn't show the fingerprint
Try calling the Retrieve PaymentMethod API https://docs.stripe.com/api/payment_methods/retrieve instead
for this pm_1QCzjpP1bkODHkPwknnPBO2d we can see fingerprint in workbench.. ( this payment method is created directly using card.. no apple pay )
Can you try retrieving the PaymentMethod via the API for real to be safe?
Will do that..
Hey @snow cosmos just noticed that even for payment method pm_1QDTWbP1bkODHkPw4KUCBUC1, I see the fingerprint in Inspector section of workbench.. ( So yeah, it will work with API too )
Looks like only in logs section of workbench fingerprint is not shown.. ( may be its intentional? not sure.. )
for now, I am good.. Thanks for spending time on this issue together with me..
Of course, sorry for the confusion
Workbench is quite new and so we're still iterating on it
=====
I have another question.. its slightly different, probably I will post it as another thread..
Hi ๐
My colleague has to go but I'll be happy to answer your question
I have to admit that I didnt spend enough time on this topic yet.. if you think, there is already documentation, you can just send me the link to docu or I can check..
What I am looking for is => I only want to get fingerprint of payment method used in Apple Pay without making any payment / setting up a future payment.. Internally, if I have to call a setup intent without amount, thats fine.. but to user it shouldnt appear like we are setting up future payments.. it is like we are just making a note of the payment method.. like saving card.. Is it possible with PlatformPayButton element or any other way?
Unfortunately, I don't think there is a way you can achieve this. This is because you need to use the Apple Pay modal to collect the Apple Pay card.
Currently that displays the following when used with Setup Intents
This is UI that neither you or Stripe can control as it's owned by Apple
Thanks for your reply @woeful river
Actually I will play around a bit regarding this topic and then will get back on this..
We have docs on both accepting Apple Pay payments and best practices.
This is a good place to start: https://docs.stripe.com/apple-pay
Thanks!