#diamond_api
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/1380561934369292372
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, can you share the payment intent ids for these transactions?
It would start with pi_
That is just one, right? Can you send the other as well?
Linda Nieto Martinez
name
$32.00
usd
pi_3RUdOmRseT52asDv0qJ8Ltkk
pi_3RUdOmRseT52asDv0qJ8Ltkk
pi_3RUdOmRseT52asDv0qJ8Ltkk
all the ID's are same with $32 but charge is showing 3times
Ok, I found the others: pi_3RUdQIRseT52asDv1NPQzfPF
pi_3RUdUbRseT52asDv1a1kcIua
Are these what you're referring to?
okay let me reconfirm
Sure
the customer data is matching with pi_3RUdUbRseT52asDv1a1kcIua
After looking at these payment intents I can confirm that these are not duplicate payments. Rather, these are requests coming from your code with the following consecutive timestamps:
https://dashboard.stripe.com/logs/req_ImZWNXHZIqCjto - 2025-05-31 00:35:43 UTC
https://dashboard.stripe.com/logs/req_KopB9D8KKELVUj - 2025-05-31 00:37:18 UTC
https://dashboard.stripe.com/logs/req_XpWvmtuHcPOrKY - 2025-05-31 00:41:45 UTC
The issue could to be that the button on your frontend aren’t disabled after the first click. Or that there is no loading indicators shown to the end customer to confirm to them that the button press has worked. You will have to troubleshoot your integration to see how you can get into that state.
Thank you for your help.
Sure
is there anyway we can pass the Unique ID from our UI code, so multiple transations can't happen
No, you would need to disable the button, or clearly show that the button was clicked so these are not created.
Sure