#af_duplicate-paymentmethods
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1248325835757322363
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Hello! We (stripe) don't do any deduplication of Payment Methods on our end - if you want to prevent duplicate Payment Methods from being added, you need to add in that logic yourself
hmmm but the way user pay is from Stripe by clicking the pay button.
What specific way have you integrated? Are you using Checkout? Payment Element? Something else?
We are synching the Invoices to Stripe then send the payment links to the customer.
they pay using the payment link or page...
Custom integrations that use Payment Element would offer you the flexibility to prevent duplicate PMs from being created, but if you're relying on Payment LInks or invoices, then there isn't really a great way to prevent duplicates
I see so basically we will create our own payment page then once the customer pay, we will sync the payment to Stripe.
can I confirm that Stripe will always ask the customer to verify their bank when paying though payment links or invoices?
I see so basically we will create our own payment page then once the customer pay, we will sync the payment to Stripe.
Not quite - the payment page is still creating payments in stripe, but you'd use an integration like https://docs.stripe.com/payments/build-a-two-step-confirmation to check the payment details first and then not continue if a duplicate Payment Method is being used
can I confirm that Stripe will always ask the customer to verify their bank when paying though payment links or invoices?
Yes
af_duplicate-paymentmethods