我正在使用gem' authorize-net','〜> 1.5.2'在我的网站。根据此链接https://github.com/joevandyk/authorize-net
上的详细信息,付款流程正常运作问题是我想在这些支付系统中添加CVV号码。只需要卡号和卡到期月份和年份。
如何将这些CVV号添加到此过程中?
答案 0 :(得分:0)
根据[docs] [1],您似乎可以使用card_code
属性。
AuthorizeNet::CreditCard.new('4111111111111111', '1120', card_code: 900)