我正在研究c#项目,我想整合Authorize.net支付网关。
我有一些疑问: -
1) can we authorize an eCheck before processing(valid or not), if yes then how?
2) As in below image I have check number, is it necessary to pass it along with Account and Routing number while creating a customer profile with eCheck?
3) Characters limit(min and max) for
1) Account number
2) Routing Number
3) Credit/Debit card number(in case of Card payment)
答案 0 :(得分:1)
1)不,您无法在处理之前授权echeck帐户。如果你想确定它是否是一个有效的帐户,那么你需要向他们收取一定的金额,前提是你有客户的授权。同样,你必须在你的帐户中获得信用后立即退还金额。
2)创建客户档案时无需传递支票号码。即使在处理信用卡或借记卡交易时,您也不需要它。您只需要帐号,路由号码,DP名称等。所需字段在API方法中有明确标记。
3)帐号 - 因银行而异。 路由号码 - 必须是9位数字。 信用卡号码 - 13-16位数字。再次在银行。