通过 Braintree 的 Hosted Fields 集成,标记化会触发卡片验证吗?如果是这样,我怎样才能防止验证攻击?

With Braintree's Hosted Fields integration, does tokenization trigger a card verification? If so, how can I prevent verification attacks?

我们有一个使用托管字段(敏感字段是 iframe)与 Braintree 集成的捐赠表格。我们收到大量失败的银行卡验证,正在努力找出阻止它们的方法。

当我调用 tokenize() 函数时,会触发卡验证吗?如果是这样,如何防止对表单的验证攻击?

根据 Braintree 支持,标记化不会触发卡验证。