信用卡清洗 [英] Credit Card washout

查看:129
本文介绍了信用卡清洗的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用商务服务器2009我在信用卡付款时编写了管道,当我调试信用卡号并且验证码为空时其他付款属性在  dictionay


相同的饱和度适用于已保存的信用卡以及用户在结帐过程中提供的信用卡。有什么问题请帮忙。


 

解决方案

首先你违反了PCI准则由支付提供商和银行建立,明确表示即使加密,也不允许保存与卡相关的任何验证码。 PCI我不认为具有法律约束力,但如果他们认为您不遵守某些规则,则您的信用卡b $ b卡处理器可以撤销您的商家帐户。


验证码不是从商业实体转换到管道中的商业服务器支付对象。我认为CS团队在这个方面有点过分,因为翻译我的财产并不意味着它会被保存。如果你需要
管道中的验证码,你可以


1。在构建CreditCard entiry时暂时将其加密到另一个信用卡字段,以便在完成后进行翻译并抛弃它。


2。为CreditCardPayment编写自己的付款转换器,实际转换验证码属性,以便在管道中访问。


 


John


I using commerce server 2009 I wrote pipeline for credit card payment when I debug in it credit number and validation code was empty other properties of payment has correct values in  dictionay

same satuation is for Saved credit card and for credit card that user give in checkout process. what is the problem please help.

 

解决方案

First your are violating PCI guidelines established by Payment providers and banks that clearly say you are not permitted to save any validation codes associated with a card even if they're encrypted. PCI I don't think is legally binding but your credit card processor could revoke your merchant account if they believe you are not adhering to certain rules.

The validation code is NOT translated from the commerce entity to the commerce server payment object in a pipeline. I think the the CS team went a little overboard on this one as translating the property too me does not mean it will be saved. If you need the validation code in your pipeline you could

1. Temporarily encrypt it into another credit card field when you building the CreditCard entiry so that is translated and throw it way when done.

2. Write your own payment translator for the CreditCardPayment that actually translates the validation code property so it is accessible in the pipeline.

 

John


这篇关于信用卡清洗的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆