#maaatt_unexpected

1 messages ¡ Page 1 of 1 (latest)

soft phoenixBOT
#

👋 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.

hoary lightBOT
sly hinge
#

Can you share the example Payment Intent ID (pi_xxx)?

craggy crow
#

of course, pi_3Owud5ApMCw5clA31cDdJie1

sly hinge
#

Thanks for waiting! Looking into it now

craggy crow
#

sorry I don't get it. I'm doing off session payments, so cvc will never be present is this kind of payments?

sly hinge
#

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

craggy crow
#

ok perfect, thanks for the explanation!