我在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)
发布于 2017-03-02 13:06:46
1)不能,您不能在处理前授权echeck账户。如果你想确定它是否是一个有效的账户,那么你需要向他们收取象征性的金额,如果你有客户的授权进行so.Also,你必须退还金额,一旦它在你的账户上获得信贷。
2)创建客户资料时不需要传递校验号。即使在处理信用卡或借方交易时,您也不需要它。所有您需要的帐号,路由号码,DP的名称等。API方法中清楚地标记了必填字段。
3)帐号-因银行而异。路由编号-必须是9位数字。信用卡号码- 13- 16位数字的number.depends再次在银行。
https://stackoverflow.com/questions/42409536
复制相似问题