#Manmeet Abrol-gateway

1 messages · Page 1 of 1 (latest)

hearty mason
#

Do you have an example id of a payment that did not go through?

#

Is there an error you are seeing?

lime cape
#

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

hearty mason
#

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."

lime cape
#

Thanks Pompey, and can you also advise if this method is based on SCA

hearty mason
#

This error is not related to SCA, it is that Stripe's live mode keys cannot access test mode objects and vice versa

lime cape
#

ok

#

is there a way i can check if developers used a proper method as per SCA?

hearty mason
#

Can you clarify what you mean there?

lime cape
#

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?

hearty mason