#Noman Ghaffar
1 messages · Page 1 of 1 (latest)
Hi there, do you have the payment Intent ID?
hey
I have the card ID
card_3333 like that
as you can see it is succeeded
are you checking?
OK. So your question is why a Payment is succeeded even though you entered a wrong exp_month?
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.
and also on website it is succeeded with no error,
how can it succeed even I put wrong card month?
If you want to enforce expiration date verification and fail a transaction the exp_month is wrong, you can setup a radar rule.
from where I can setup it?
so it is different stripe API right?
It's still a Stripe product, it's just that you can configure to fail certain transaction even if issuer has approved it
so its on API level, not on the account settings?
What do you mean by API level?
it is something that I have to do on stripe account settings?
Hmm. Looks like it doesn't have a rule for expiry_date_check https://stripe.com/docs/radar/rules/reference
I enabled it but should I have to change something in Stripe API?
I am using Stripe API to charge payments
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.
👋 taking over for my colleague. Let me catch up.
yes there is Block if CVC verification fails fails rule you can use on https://dashboard.stripe.com/settings/radar/rules .
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.
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!
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.
not sure, our support team can help https://support.stripe.com/?contact=true
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.