#megerbran - check card fingerprint after checkout subscription

1 messages · Page 1 of 1 (latest)

vernal jetty
#

Hello

#

Also I planning to prevent multiple subscription using same card, is this possible with stripe?

#

We don't do any de-duplication for you.

#

So you have to handle this yourself

torpid topaz
#

Ok can I stop different user from using thesame card?

vernal jetty
#

What integration flow are you planning on using?

#

The above is most easily done if you are just using Card Element

torpid topaz
#

Using this method, will be able to add fingerprint

vernal jetty
#

Ah no, you can't really do this with Stripe Checkout.

#

Why do you want to stop multiple Subs with same Card, exactly?

torpid topaz
#

Some user tend to abuse the current subscription system. After a free trial, they cancel subscription, create a new email and sign up with a new email and thesame card

#

Is there any documentation that explain how stripe finger print work and how I can implement it?

lyric turtle
#

You can inspect the fingerprint on the card following the subscription creation and cancel it / terminate access to your service as needed.

torpid topaz
#

Ok, thanks I will run some test to see how I can retrieve customer card finger print for each subscription set up and cancellation

lyric turtle
#

megerbran - check card fingerprint after checkout subscription