#s123317_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always 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/1448958660998070376
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- s123317_docs, 17 hours ago, 12 messages
- s123317_docs, 20 hours ago, 23 messages
๐ happy to help
as you can see in this request https://dashboard.stripe.com/acct_1Ndw1pIpbbIMMVWQ/logs/req_YtkKCGwf6bZNVM the problem is that the issuer declined the charge based on invalid_cvc
We have the same problem when we are using card as tap to pay. Payment is not going after also saying error. I can forward the id
did you try with a different payment method?
i ahave also this : pi_3SdS0YIpbbIMMVWQ0ppSGR0z
this one we did a payment inserting the card to tokenize the payment method
it's requesting 3d secure, i don't understand why. as we did a setup intent with card present
Allright, i guess all the transaction we did now aren't with the parameter
If i can see some workings, it just means the bank did not request special verification? and the others they requestred as we did not added the offsession setting?
I'm not sure I understand the question
at the end of the day, it's the issuing bank that decides whether 3DS is required or not
in our journey, the customer is tokeizing the card (setup intent) in the POS, presential with the terminal, then the cashier is adding product and the system is using a payment intent with payment method, means there can be error if the bank request 3DS? Even if card was present at the setup intent
Hey! Taking over for my colleague. Let me catch up.
Hello!
means there can be error if the bank request 3DS? Even if card was present at the setup intent
Yes the bank issuer may sometimes request 3DS
Even if you collected the PaymentMethod initially with a SetupIntent
even on the terminal? So the best way not to have is do do the payment intent and setup future usage no? and that way i will avoid at least the problem at the POS?
Yes that will allow you at least to make the first payment normally (because it's in person)