#fm_fingerprint-reactnative

1 messages ยท Page 1 of 1 (latest)

sage pecanBOT
#

๐Ÿ‘‹ 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.

snow cosmos
#

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

shrewd frost
#

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

snow cosmos
#

Can you share the PaymentMethod id?

shrewd frost
#

pm_1QDTWbP1bkODHkPw4KUCBUC1

snow cosmos
#

Thanks looking, this is... weird

#

can you try using that PaymentMethod to confirm a PaymentIntent? I want to see if it creates the fingerprint

shrewd frost
#

Need sometime @snow cosmos I have to code for it.. will get back..

snow cosmos
#

I wonder if Workbench just doesn't show the fingerprint

shrewd frost
#

for this pm_1QCzjpP1bkODHkPwknnPBO2d we can see fingerprint in workbench.. ( this payment method is created directly using card.. no apple pay )

snow cosmos
#

Can you try retrieving the PaymentMethod via the API for real to be safe?

shrewd frost
#

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

snow cosmos
#

Of course, sorry for the confusion

#

Workbench is quite new and so we're still iterating on it

sage pecanBOT
shrewd frost
#

=====
I have another question.. its slightly different, probably I will post it as another thread..

woeful river
#

Hi ๐Ÿ‘‹

My colleague has to go but I'll be happy to answer your question

shrewd frost
#

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?

woeful river
#

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

shrewd frost
#

Thanks for your reply @woeful river
Actually I will play around a bit regarding this topic and then will get back on this..

woeful river
shrewd frost
#

Thanks!