#jan-przysucha-poker-academy_unexpected
1 messages ¡ Page 1 of 1 (latest)
đ 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/1237380491045376010
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
you want to prevent users from entering a card they already used in the past?
hi, yes
I dont want them to create multiple accounts to get a new free trial for the same card
this is not exactly what you asked for, but you could use this setting https://dashboard.stripe.com/settings/checkout
otherwise you could check the fingerprint of the card after the Checkout Session completed, and potentially cancell the subscription if the card was previously used.
so that's something you would need to build yourself.
but they don't do it at the same account, for the same account I'm doing a precheckout validation
then try this:
check the fingerprint of the card after the Checkout Session completed, and potentially cancell the subscription if the card was previously used.
so that's something you would need to build yourself.
yes, just wanted to make sure thereis no native option
no there isn't