#DanTheGoodman-single-card
1 messages ยท Page 1 of 1 (latest)
Hi ๐ we do not have prebuilt functionality to achieve this. If this is something that you'd like to build then you'll want to leverage the fingerprint value that is generated for each card payment method:
https://stripe.com/docs/api/payment_methods/object#payment_method_object-card-fingerprint
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
a single tear rolls down my face
ok
follow up question then, if someone subscribes with one email, can they make another subscription with the same email?
or are they locked 1:1 for an email
Yes, we do not do any deduplication based on email address. The same email can be used to create multiple Customer objects, and then each of those Customers could have multiple Subscriptions.