#Noman Ghaffar

1 messages · Page 1 of 1 (latest)

half meadowBOT
plush flame
#

Hi there, do you have the payment Intent ID?

turbid fable
#

hey

#

I have the card ID

#

card_3333 like that

#

as you can see it is succeeded

#

are you checking?

plush flame
#

OK. So your question is why a Payment is succeeded even though you entered a wrong exp_month?

turbid fable
#

yes right

#

on stripe it is saying succeeded

plush flame
#

OK. That's entirely up to the card issuer. The card issuer may approve a transaction even though the card detail is not 100% correct.

turbid fable
#

and also on website it is succeeded with no error,

#

how can it succeed even I put wrong card month?

plush flame
#

If you want to enforce expiration date verification and fail a transaction the exp_month is wrong, you can setup a radar rule.

turbid fable
#

from where I can setup it?

plush flame
turbid fable
#

so it is different stripe API right?

plush flame
#

It's still a Stripe product, it's just that you can configure to fail certain transaction even if issuer has approved it

turbid fable
plush flame
#

What do you mean by API level?

turbid fable
#

it is something that I have to do on stripe account settings?

plush flame
turbid fable
#

I enabled it but should I have to change something in Stripe API?

#

I am using Stripe API to charge payments

plush flame
#

Yes, the radar is on by default.

#

As I mentioned earlier, there's no rule for expiry_date_check. (I thought there's one, but I was wrong) so you can't block a transaction if wrong expiry_date is entered and the issuer bank has approved it.

turbid fable
#

is there's any rule for CVC?

#

means if we put wrong CVC then payment will deduct?

chilly patrol
#

👋 taking over for my colleague. Let me catch up.

rotund marsh
turbid fable
#

Does stripe validate a charge request from the bank account attached with the stripe account?

Because we have an account in which we don't have any bank account attached and that stripe account gives return success for all transaction.

rotund marsh
#

I don't really understand what you're asking unfortunately.

#

having a bank account attached to your Stripe account has nothing to do with how we evaluate card payments to that account as far as I know

#

ultimately if you have questions about specific livemode payments on your account and understanding why they fail, our support team at https://support.stripe.com/?contact=true can help, if you have general coding/development questions we can try to help here!

turbid fable
#

Ok, This is what happening right now with us.
1- We have a stripe account and we didn't attached any bank account yet.
2- Using API credentials of this stripe account we sent few charge requests. one with invalid month details and one with valid month details.
3- For both of these charge requests stripe shows ( Success ) status. But on the customer bank account it shows one as successful and one as failed.
4- Can you tell me how we can get these actual status values from that bank.

rotund marsh
#

make sure to give them context on what "on the customer bank account it shows one as successful and one as failed" means and examples/screenshots from the customer about what they see, it doesn't make sense to me what you say.