authorize.net 中的高级商户集成 (AIM)

Advanced Merchant Integration(AIM) in ror with authorize.net

我在我的站点中使用 gem 'authorize-net', '~> 1.5.2'。根据此 link https://github.com/joevandyk/authorize-net

的详细信息,付款流程运行良好

问题是我想在这些支付系统中添加 CVV 号码。它只需要卡号和卡到期月份和年份。

如何将这些 CVV 号码添加到此流程中?

根据 [文档][1],您似乎可以使用 card_code 属性。

AuthorizeNet::CreditCard.new('4111111111111111', '1120', card_code: 900)