#atulverma
1 messages · Page 1 of 1 (latest)
Hi there!
Can you share the request ID (req_xxx)? You can find it here https://dashboard.stripe.com/test/logs
Its only showing in events
I ain't getting the failure response in logs
I can provide the eventId though
In Events
evt_1NY659IAZeU3VYVQz50HJiZl
This is the event id
Can you help me that why exactly is it happening?
Yes, having a look.
Sure thanks
I am trying to test a subscription
This is a live mode charge. You shouldn't do test in live mode, as mentioned here
Do not use real card details. Testing in live mode using real payment method details is prohibited by the Stripe Services Agreement, which permits business use only. Use your test API keys and the card numbers below.
https://stripe.com/docs/testing
I am trying to do the live payment only with live keys
You are not allowed to test payments in live mode.
But you are doing a real payment in order to test a subscription.
When i said test i meant i want to make sure that the pipeline is running properly
To get back to your original question, the error message is clear:
The bank returned the decline code
transaction_not_allowed.
If that's not expected, you need to contact your bank to know why they declined that payment.
When i said test i meant i want to make sure that the pipeline is running properly
I know, and what you are doing is against Stripe terms of serice.
I am not doing a test payment here
I am using live keys
I am using a genuine product
I am trying to create a live subscription to my product
@pine fox Lets not diagress on this more.
Its a simple problem statement.
I am trying to do a debit card payment to start my subscription and it says card not supported because bank is not allowing that.
I tried it on multiple card vendors, its still not working
Now why wouldn't it work for 3 major indian banks in a row
I had a look at the event you shared, it's related to this charge: ch_1NY656IAZeU3VYVQATYIfUpg
On our end I can see Stripe contacted the bank for this charge, and the bank declined the payment. There's not much else I can say.
Usually we recommend users to reach out to their bank to understand why it was declined.
You are trying to test your own integration by making live charges using different cards. It's possible that banks noticed this odd pattern, and declined the transaction because they think they are fraud. I don't know.