#sarim-card-declines
1 messages ยท Page 1 of 1 (latest)
Hi ๐
Do you have a question about the APIs?
yes
I am getting a weird message sometime since yesterday
stripe is doing something wrong
our system was working fine but since yesterday we started getting error message "your card was declined"
Do you have an example Charge or Payment Intent ID I can look at ?
for some users stripe is giving that message here in JS but some user don't get that message here they are getting message after that page when we try to charge them later but weird thing is if their card is wrong they can not bypass this page
that means their card was declined. Unfortunately I cannot provide any more details then that. I recommend you reach out to Support here: https://support.stripe.com/contact
First let me explain that this server is specifically for developers coding integrations with Stripe APIs. This is the only advice we are able to provide. Anything that does not have to do with Stripe APIs and coding integrations should go to Support at the link i provided.
pi_3OV2TwI7ZNC1N6sT01jlW657 this payment intent was incomplete because they need 3D authentication.
but we charge the same user again and got charged with same card. pi_3OV2VOI7ZNC1N6sT04EYPkmV
A bank can request 3DS at any time, it's not up to us
we haven't faced that kind of issue before
Your integration needs to be able to handle that
so you are saying you can not check it
There is nothing to "check"
pi_3OVFnKI7ZNC1N6sT12Gd8icB can you check this paymentIntent and tell me whats wrong with it
The card was declined.
There was a problem with the customer's card
that's it
They need to talk to the issuing bank
it don't make any sense
The bank declined the card
That's the message they sent to us, so we passed it on to you
#1192886650385207397 message
why he haven't get that message like I mentioned in this message
sarim-card-declines
These are card declines coming from issuing banks. How they show up depends on how you built your integration. But the issue remains that the banks who issued these cards declined the charges. You customer(s) need to talk to their banks.
understand that but what I am trying to say why this api did not give the error message. you are checking it but this your haven't get that message but when we try to charge it later he get that message "pi_3OVFnKI7ZNC1N6sT12Gd8icB" this is paymentIntent id there got declined message error
๐ hopping in here since snufkin has to head out
What do you mean by "the api did not give the error message"?
can you read this message
your stripe.js giving us that message
I did read through that message, but I'm still not quite understanding what isn't behaving like you expect. I assume pi_3OVFnKI7ZNC1N6sT12Gd8icB is behaving as you expect, but can you give me more details about the one that isn't behaving like you want (where you're saying you're not getting any error message?)
ok let me explain to you agian
this is our checkout page and we are using stripe js to generate token but for this user stripe gave us this message which make sense but other user did not get the error message while generating a token so his token is generated successfully and passed the checkout page but when we tried to charge him latter he get the error message "Your card was declined" the matter of concern is why he have not get the error message while generating token.
is it making sense
Ah I understand - you're wondering why sometimes the decline is surfaced during Token creation while sometimes it's not surfaced until payment is actually attempted
yes
Looking at the most recent failing Token creation reqeust on your account it looks like it failed because the card was blocked by us (Stripe), which is why it failed so early
and why you blocked it
That's something you'll need to talk to support (https://support.stripe.com/contact) about
ok thanks for it and one more issue
actually 2
we are using stripe from last few years but we haven't get that weird error message before "Your card was declined" but from last 2 days we started getting it why any idea
That's another thing you'd have to take up with support - we don't really look at decline trends here, but from what I can tell when I looked at your account it just seems to be two cards that are being tried multiple times
Yes
Can you look into this problem as well
Looking -give me a minute
Hmmm... so from what I can see, we (Stripe) were the ones who decided whether or not 3DS should be attempted. It wasn't the issuer in this case. I'm not sure why that first attempt recommended 3DS (there's a lot of different factors that go into our engine that determines when to request 3DS)
Support should be able to dig in further
mostly people on support don't have any idea what's going on and there refered to you guys
They shouldn't have rerouted you here - if anything they should've routed your request internally to folks who could take a closer look
ok thanks @golden walrus