Braintree - 交易成功,即使存在欺诈 returns "Decline"
Braintree - Transaction is successful even though fraud returns "Decline"
我用一张有效的卡提交了一笔交易,但我通过使用该卡快速进行大量交易使其触发了来自 RiskData 的 "Decline"。问题是即使在RiskData returns "Decline".
的情况下,它仍然使交易成功并提交结算
这是 Braintree 的 regarding a "Decline" RiskData:
'Decline' - The transaction was declined due to fraud risk.
这是它应有的功能吗?我是否应该更改配置以使其拒绝 "Decline" 的交易?
这里有一些参考:
#<Braintree::SuccessfulResult transaction:#<Braintree::Transaction id: "xxxxx"...>
#<RiskData id: "xxxxxxxxx", decision: "Decline">
我在布伦特里工作。如有更多问题,请reach out to our support team.
在 Sandbox 中,Braintree 不会对风险决策采取行动,因此如果您不使用 fraud rejection card number,这是预期的行为。
在生产中,"Decline" RiskData 会导致交易被拒绝; "Review" RiskData 不会。您不太可能在生产中看到 "Review" 状态,除非您直接通过 Kount 获取自己的商家 ID 并设置自己的规则来触发此响应。
我用一张有效的卡提交了一笔交易,但我通过使用该卡快速进行大量交易使其触发了来自 RiskData 的 "Decline"。问题是即使在RiskData returns "Decline".
的情况下,它仍然使交易成功并提交结算这是 Braintree 的 regarding a "Decline" RiskData:
'Decline' - The transaction was declined due to fraud risk.
这是它应有的功能吗?我是否应该更改配置以使其拒绝 "Decline" 的交易?
这里有一些参考:
#<Braintree::SuccessfulResult transaction:#<Braintree::Transaction id: "xxxxx"...>
#<RiskData id: "xxxxxxxxx", decision: "Decline">
我在布伦特里工作。如有更多问题,请reach out to our support team.
在 Sandbox 中,Braintree 不会对风险决策采取行动,因此如果您不使用 fraud rejection card number,这是预期的行为。
在生产中,"Decline" RiskData 会导致交易被拒绝; "Review" RiskData 不会。您不太可能在生产中看到 "Review" 状态,除非您直接通过 Kount 获取自己的商家 ID 并设置自己的规则来触发此响应。