#usefuldm

1 messages · Page 1 of 1 (latest)

manic heraldBOT
trail tiger
#

Can you explain what result you're trying to achieve?

#

Or, what is happening now that's not what you expect?

velvet grove
#

I want to avoid the duplication of the same credit card
If i insert the same credit Number, CVC , exp data

What control i should do?

trail tiger
#

There is no automatic de-duplication

#

This will be the same for identical cards

#

And then you can decide if one should be detached from the customer or not, or how to proceed in your app

velvet grove
#

Okay so, through the card.fingerprint i can avoid this case in my application

trail tiger
#

Exactly, if you spot a duplicate you get to decide what to do with it

velvet grove
#

Can i control the older card.fingerprint with the new card.fingerprint and if are the same, avoid or prevent this situation?

trail tiger
#

What do you mean control?

#

You don't know the fingerprint until the card is collected, so all you can do is react when you see it

velvet grove
#

Okay through the webhook

velvet grove
#

If are the same, avoid the case

trail tiger
#

Sure, yes, when it is attached to the customer or you otherwise have access to the payment methd details you can compare those fingerprints and detach or return an error to the customer as you need

velvet grove
#

Okay, so thankful

#

Sorry for my bad use of english

trail tiger
#

No problem, happy to help!

velvet grove
#

But Is the same for PayPal method?

trail tiger
velvet grove
#

Okay, thanks