#sarim-card-declines

1 messages ยท Page 1 of 1 (latest)

rotund shardBOT
livid gale
#

Hi ๐Ÿ‘‹

Do you have a question about the APIs?

strange owl
#

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"

livid gale
#

Do you have an example Charge or Payment Intent ID I can look at ?

strange owl
#

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

livid gale
#

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

strange owl
#

ok but there is an other weird thing

#

let me explain to you

livid gale
#

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.

strange owl
#

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

livid gale
#

A bank can request 3DS at any time, it's not up to us

strange owl
#

we haven't faced that kind of issue before

livid gale
#

Your integration needs to be able to handle that

strange owl
#

so you are saying you can not check it

livid gale
#

There is nothing to "check"

strange owl
#

pi_3OVFnKI7ZNC1N6sT12Gd8icB can you check this paymentIntent and tell me whats wrong with it

livid gale
#

The card was declined.

#

There was a problem with the customer's card

#

that's it

#

They need to talk to the issuing bank

strange owl
#

it don't make any sense

livid gale
#

The bank declined the card

#

That's the message they sent to us, so we passed it on to you

strange owl
rotund shardBOT
#

sarim-card-declines

livid gale
#

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.

rotund shardBOT
strange owl
#

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

golden walrus
#

๐Ÿ‘‹ hopping in here since snufkin has to head out

#

What do you mean by "the api did not give the error message"?

strange owl
#

your stripe.js giving us that message

golden walrus
#

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?)

strange owl
#

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

golden walrus
#

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

strange owl
#

yes

golden walrus
#

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

strange owl
#

and why you blocked it

golden walrus
strange owl
#

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

golden walrus
#

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

strange owl
#

Yes

strange owl
golden walrus
#

Looking -give me a minute

golden walrus
#

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

strange owl
#

mostly people on support don't have any idea what's going on and there refered to you guys

golden walrus
#

They shouldn't have rerouted you here - if anything they should've routed your request internally to folks who could take a closer look

strange owl
#

ok thanks @golden walrus