#edww112_code
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1253312874537947136
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Not sure which parameters you're referring to. What is it you're trying to do?
Payment Intents are inherently one-time by default, no need to stipulate that it's not recurring
hello , let me explain a little
i have a problem when someone try to pay with a certain card issuer , the transaction won't succed until i send them i link payment , i disscused with your it support via e-mail and they told me this : "Hi there,
Our internal team reached back to us and highlighted that Upon closer examination, it was noted that your example charge, ch_3OZAzmGg6ZL8Q6LK1cR5w0Ji, initiated via payment intent pi_3OZAzmGg6ZL8Q6LK1HtKoiHM, had the setup_future_usage set to "off_session". This setting has led to some ambiguity regarding the recurring nature of the transaction.
To streamline this process and prevent future transaction rejections by the issuer, we recommend explicitly setting recurring: false in your payment intent (pi_) creation. This clear delineation will satisfy the issuer's requirements, as they have indicated a policy against approving charges they interpret as recurring against their card product.
Implementing this solution should alleviate the current challenge and facilitate smoother transactions moving forward." . but i don't know how to set it ..
I'm taking a look at that payment
sure ,thank you
OK, what they told you is totally unrelated. Looks like the bank declined the payment with code 82 due to invalid CVC: https://stripe.com/gb/resources/more/a-complete-list-of-decline-codes#list-of-card-decline-codes
ok but let's not reffer to this specific transaction
this happens , it's a general problem since a long time
with the payments made by this specific card issuer
Sure, bank declines should be expected. Not really sure what is unexpected in this case. You'd need to provide some other example but that payment is likely unrelated to your integration
give me a second
the problem is with this issuer :
PREPAY TECHNOLOGIES LTD , i will give you an payment id example : ID
pm_1PQCPpGg6ZL8Q6LKFNN8SUYn
this happens to anyone that tries to pay with this card issuer
i've disscused several time with stripe and the card issuer
and from the card issuer there is no problem , stripe came with the solutios mentioned above
to change the payment intent to off_session
Another 82 decline code
Is it an off-session (MIT) payment?
could you please explain what is an off-session ?
Is the customer present in the checkout flow?
i have a card from this issuer , i could make a test payment to verify
a payment
for example
Hi! I'm taking over from my colleague. Please, give me a moment to catch up.
hello sure
i tried to pay with the card issuer and i recieve the error : Your card has been declined. , ID
pm_1PTjn7Gg6ZL8Q6LK0LlqeFqh
Fingerprint
WlkuUuM0iGFWEiHK
As my colleague suggested, card declines are expected, that doesn't seem like a problem with your integration.
yes but why ? this only happens with this card issuer
hi! I'm taking over this thread.
for quesstions about live mode declines, I recommend asking Stripe support directly: https://support.stripe.com/contact
i allready disscused ! they told me what i allready disscused with your colleagues
Our internal team reached back to us and highlighted that Upon closer examination, it was noted that your example charge, ch3OZAzmGg6ZL8Q6LK1cR5w0Ji, initiated via payment intent pi_3OZAzmGg6ZL8Q6LK1HtKoiHM, had the setup_future_usage set to "off_session". This setting has led to some ambiguity regarding the recurring nature of the transaction.
To streamline this process and prevent future transaction rejections by the issuer, we recommend explicitly setting recurring: false in your payment intent (pi) creation. This clear delineation will satisfy the issuer's requirements, as they have indicated a policy against approving charges they interpret as recurring against their card product.
Implementing this solution should alleviate the current challenge and facilitate smoother transactions moving forward." . but i don't know how to set it ..