#maaatt_unexpected
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/1220644920910675989
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Can you share the example Payment Intent ID (pi_xxx)?
of course, pi_3Owud5ApMCw5clA31cDdJie1
Thanks for waiting! Looking into it now
This is expected. In the Payment Intent creation https://dashboard.stripe.com/logs/req_4yicNFbXOXIrfV, no CVC was recollected. CVC check will only be performed if CVC is set in the request.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
sorry I don't get it. I'm doing off session payments, so cvc will never be present is this kind of payments?
This is exactly the case. CVC check will only be performed if your request sends CVC. In the case of off session payment which CVC is not set, no CVC check will be performed
That's why cvc_check is null since no CVC is available to be checked
ok perfect, thanks for the explanation!