#cristian_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/1265322716165050532
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- cristian_unexpected, 33 minutes ago, 9 messages
- cristian_api, 18 hours ago, 5 messages
The origin of that request comes from https://invoice.stripe.com/
hello! looking
thanks!
hello! sorry having some Slack troubles outside of there but got a look
that second attachment https://dashboard.stripe.com/events/evt_1PfRsaABXG7iwsUNY2uuQgCZ was a result of a Hosted Invoice Page being paid. The customer used the same card. Stripe does no automatic deduplication of the same card. So the same card can be added 10+ times to a Customer, each with a diff PaymentMethod ID.
Deduplication has to be handled by your code.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Interesting, so what you are saying is that we have this customer credit card on record, and by using the hosted invoice page from stripe, the customer has to add the payment method details instead of using those already added and it results on Stripe attaching the same payment method again to the customer?
or maybe they could select a payment method but chose to add the payment method details again and it resulted in duplicated payment method?
maybe they could select a payment method but chose to add the payment method details again and it resulted in duplicated payment method?
yep that's the case
they have option to enter payment method details
got it! that makes sense, I will talk with the team and decide how we should handle these scenarios. Thank you for clearing things up Hmunoz!