#cryokinesisss-_api

1 messages ¡ Page 1 of 1 (latest)

sturdy falconBOT
#

👋 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/1245324769306607687

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

tacit hinge
fiery cosmos
#

These bank checks are a huge problem, not sure why - but over 30% of purchases are rejected by banks, even though I send cvc/name/email and have even included a radar rule for 100% requesting 3ds, so trying to figure out where the gap might be

#

maybe you know something to look out for?

tacit hinge
fiery cosmos
#

already did, they answer like this:
CVC should be sent on initial transactions to increase success rates. AVS is not sent on 96%+ of transactions which can help improve authorization rates in the US.
If they are a recurring merchant, it is important to ensure that their recurring integration flag is correct.
Network token use is starting to increase, but adaptive acceptance is still not on

#

but i have no idea where i can check - recurring integration flag (

tacit hinge
#

that's not something you have to set in your integration, I think they copy and pasted some outdated internal docs at you(since the pronouns are "they" also)

#

but definitely sounds like you should be passing a postal code(you should use PaymentElement instead of separate CardNumber fields so it collects everything, or build your own postal code input and pass the value into billing_details:{address:{...}} )

fiery cosmos
#

Yeah already in process
Thank you for your answers!