如何在 Authorize.net 中验证电子支票
How to Validate an eCheck in Authorize.net
我正在开发要集成 Authorize.net 支付网关的 c# 项目。
我有以下疑问:-
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)
1) 否,您不能在处理前授权 echeck 帐户。如果您想确定它是否是一个有效的帐户,那么您需要向他们收取象征性的费用,前提是您有客户的授权 so.Also 您必须在您的帐户中收到款项后立即退款。
2)创建客户资料时无需通过校验码。即使在处理信用或借记交易时,您也不需要它。所有你需要的帐号,路由号码,DP的名称等。必填字段在API方法中明确标记。
3) 帐号 - 因银行而异。
路由号码 - 必须是 9 位数字。
信用卡号码 - 13-16 位数字 number.depends 再次银行。
我正在开发要集成 Authorize.net 支付网关的 c# 项目。
我有以下疑问:-
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)
1) 否,您不能在处理前授权 echeck 帐户。如果您想确定它是否是一个有效的帐户,那么您需要向他们收取象征性的费用,前提是您有客户的授权 so.Also 您必须在您的帐户中收到款项后立即退款。
2)创建客户资料时无需通过校验码。即使在处理信用或借记交易时,您也不需要它。所有你需要的帐号,路由号码,DP的名称等。必填字段在API方法中明确标记。
3) 帐号 - 因银行而异。 路由号码 - 必须是 9 位数字。 信用卡号码 - 13-16 位数字 number.depends 再次银行。