| Implementation Guide for Oracle Self-Service E-Billing > Customizing Payment >  Configuring International Bank Routing
 Oracle Self-Service E-Billing supports ACH gateways with US routing number standards as the default. To provide your customers with the option to make payments using international bank accounts, configure the check gateway specifications for the particular country. To configure international bank routing 
Implement the following custom classes:
Implement a custom RoutingNumber.class. This class is used to validate routing numbers when creating a new check account. This file is located in the following directory. For Windows, change the slashes and root as necessary.
Oracle WebLogic. EDX_HOME/J2EEApps/ebilling/weblogic/ebilling-weblogic-10-6.0.4.ear/ebilling-web-1.0-SNAPSHOT.war/WEB-INF/lib/ebilling-web-1.0-SNAPSHOT.jar/com/edocs/application/ebilling/payment/util/RoutingNumber.classIBM WebSphere. EDX_HOME/J2EEApps/ebilling/websphere/ebilling-websphere-10-6.0.4.ear/ebilling-web-1.0-SNAPSHOT.war/WEB-INF/lib/ebilling-web-1.0-SNAPSHOT.jar/com/edocs/application/ebilling/payment/util/RoutingNumber.classIn the validation-payment.xml file, edit the validation rules for the routingNumber field property. This file is located in the following directory:
Oracle WebLogic. EDX_HOME/J2EEApps/ebilling/weblogic/ebilling-weblogic-10-6.0.4.ear/ebilling-web-1.0-SNAPSHOT.war/WEB-INF/validation-payment.xmlIBM WebSphere. EDX_HOME/J2EEApps/ebilling/websphere/ebilling-websphere-10-6.0.4.ear/ebilling-web-1.0-SNAPSHOT.war/WEB-INF/validation-payment.xmlCustomize your templates files for generating the files sent to the gateway or for parsing the returned file from the gateway.
 |