问题
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