#Manmeet Abrol-gateway
1 messages · Page 1 of 1 (latest)
Do you have an example id of a payment that did not go through?
Is there an error you are seeing?
i am not seeing any error
pm_1JZKFoGENst5264jGY6zLl90
above is the id based on Test mode
payment under live API is not hitting to stripe, but when i change to Test API, i can see the payment gone through
That is the id of a PaymentMethod, do you have the id of trying to charge that card through some call?
Looking at your account logs, I see a couple errors in live mode. The ones that I think you may be referring to are that it looks like your app has been passing in the ids of test mode Customer and PaymentIntent objects to live mode calls
When you make such an API call you should get a response with a message that is something like this: "No such payment_intent: 'pi_123'; a similar object exists in test mode, but a live mode key was used to make this request."
Thanks Pompey, and can you also advise if this method is based on SCA
This error is not related to SCA, it is that Stripe's live mode keys cannot access test mode objects and vice versa
Can you clarify what you mean there?
as per new standards is the API we linked now with Stripe is using two-factor authentication - SCA requires two-factor authentication on many payments in Europe.?
how i can check this?
In test mode we have cards you can put in to your form to test your 3DS flow https://stripe.com/docs/testing#regulatory-cards