#davidbarratt_api

1 messages ¡ Page 1 of 1 (latest)

cold marshBOT
#

👋 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/1381778076266008606

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

civic tapir
#

Stripe doesn't support de-duplicating the payment methods. Your system could use fingerprint to de-duplicate yourself.

ionic temple
#

should we be de-duplicating them? I want to make sure we aren't missing a problem you all have solved.

#

i.e. does it create a problem if we de-duplicate them? or I geuss I'm trying to understand why you don't de-duplicate them?

civic tapir
#

should we be de-duplicating them?
Yes.

i.e. does it create a problem if we de-duplicate them?
If the payment method is used in the recurring payment such as subscription, you shouldn't de-duplicate those are in use.

I geuss I'm trying to understand why you don't de-duplicate them?
This is not built currently. I'd recommend sharing your feedback to https://support.stripe.com/contact if you would like this feature to be implemented in the future.