#Shimaa
1 messages · Page 1 of 1 (latest)
stripe plugin in our webapp
What Stripe plugin are you using ?
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_FGRlJuY7EXqQ3z
The card is expired...
req_ZdhQLbDvG8oIVG
There were a processing error, did you tried to reach out to the card issuer bank ?
Or try again the same payment method in a while.
The first req i know it is ok , but then i try to add it again with the same wrong data and it is accepted , how ?
pm_1MdWTrAsUHpP4ZnkR0jAdbaZ
this is the payment method with the same wrong data.
this is the req Id req_RSCyGrf07cLhfb
The two request you shared with me are failed.
can you share tow requests using the same PaymentMethod, one is failed and other is success?
pm_1MdWTrAsUHpP4ZnkR0jAdbaZ
this is the payment method with the same wrong data.
this is the req Id req_RSCyGrf07cLhfb
this request with wrong card details and yet it is accepted ? !!!!
Can you share the request Id using this PM pm_1MdWTrAsUHpP4ZnkR0jAdbaZ and is failed?
this is the req Id req_RSCyGrf07cLhfb
This one is success, can you share the failed one ?
payment method got changed with every request
we had card XX
we tried to add this card for the first time with wrong data, we got those 2 errors in logs :
req_FGRlJuY7EXqQ3z
req_ZdhQLbDvG8oIVG
we tried to add again with the same wrong data, card got accepted req_RSCyGrf07cLhfb
got it ?
Hi! I'm taking over this thread.
What do you mean by "wrong data"?
Also are you doing tests in live mode?
- You shouldn't do test in live mode, as metionned here https://stripe.com/docs/testing#use-test-cards
- And yes even a wrong CVC or expiry date can be successful. More info here https://support.stripe.com/questions/check-if-a-card-is-valid-without-a-charge
- i said i **didn't **use test cards
- yep, and I'm saying you shouldn't do this.
Do not use real card details. Testing in live mode using real payment method details is prohibited by the Stripe Services Agreement. Use your test API keys and the card numbers below.
Thnx
thank u for ur help.