How to update CVV of stored credit card on braintree [closed]

三世轮回 提交于 2019-12-25 18:37:38

问题


I am using braintree Payments on magento store. I have a featured to stored maskedNumber of used credit card.I am storing related token number of valuted CC. Now I want to give option to change/update Cvv of stored credit card.

I need your help here that how can I do this ? Which call I need to execute for update cvv of stored cc.


回答1:


Full disclosure: I work at Braintree. If you have any further questions, feel free to contact support

The CVV will never be stored in the gateway.

We do not store the cvv, it is only used for verification purposes. If you wish to re-verify a payment method, you can provide a form via hosted fields to post only the cvv and then run a PaymentMethod update with verify_card set to true and the nonce generated from hosted fields.



来源:https://stackoverflow.com/questions/38713269/how-to-update-cvv-of-stored-credit-card-on-braintree

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!