#ZeroThreeEight
1 messages · Page 1 of 1 (latest)
Hello 👋
There's nothing built into the Stripe API to prevent this behavior. You have couple of options,
- You can track if the customer used the same email ID for another trial
- You can look at the payment method fingerprint and see if you've had a subscription with that payment method attached before etc
Alright
where can i get the payment method fingerprint?
is this like a combination of things?
The payment method fingerprint lives on the PaymentMethod object attached to the customer OR subscription under card
https://stripe.com/docs/api/payment_methods/object#payment_method_object-card-fingerprint
can I push it to my database with a webhook or something?