#uzair.mustafa
1 messages ยท Page 1 of 1 (latest)
Hi there!
Can you share the ID (req_xxx) of the failing API request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_oTW8wwdgcYmM16
req_zQgXrjhzeVSgkp
Firstly the intent was created, ID is > req_jfAp9FiYCm0CRG
Then the customer was charged ID is > req_adrwBytISAP2td
and then it threw error and order wasn't created
and then it threw error and order wasn't created
Once the PaymentIntent is confirmed why are you confirming it again and again ?
i'm seeing after the success confirmation (req_adrwBytISAP2td), the same PaymentIntent is confirmed 4 times again (iar_4T1yixnTHJFFNX, iar_4g6a5P4mQ9TnX2, iar_zQgXrjhzeVSgkp, iar_oTW8wwdgcYmM16)
You should fix the integration in order to just confirm one time
We are using Magento with PWA, so for GraphQL we are creating Intent. Below is the screenshot of the code that creates Intent or updates it.
This isn't happening all the times, but almost for 1-2 customers on daily basis lately.
I don't think I am confirming it again, at first we create the intent and attach it to Quote to deduct payment later. Then on place Order stripe Module for Magento handles all the transactions.
Not very familiar with Magento honestly, but what was sent to Stripe API, is 5 confirms attempts, you need to debug your integration and prevent this from happening
hmm I see, can you suggest where to start? or where/when does the confirmation happen? so I should look into that
Sorry, I'm not very familiar with Magento, you can refer to Stripe Support, at https://support.stripe.com/contact
I think they are more familiar then us on this topic
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Don't hesitate to come back if you have any follow up Question about Stripe APIs ๐
๐ taking over for my colleague. Let me know if there's any follow-up Qs I can answer!