⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 payment.properties

📁 Sequoia ERP是一个真正的企业级开源ERP解决方案。它提供的模块包括:电子商务应用(e-commerce), POS系统(point of sales),知识管理,存货与仓库管理
💻 PROPERTIES
字号:
##### Payment Processor Configuration File# $Id: payment.properties 5434 2005-08-02 07:29:44Z jaz $################################################# General Payment Gateway Configuration############################################# time (in days) to auto re-auth before capture (set to 0 to not auto re-auth)# when a capture is performed; the auth date is checked and a re-auth is done# before the capture if the date exceeds the amount defined below.payment.general.reauth.disc.days=90payment.general.reauth.amex.days=30payment.general.reauth.mc.days=30payment.general.reauth.visa.days=7payment.general.reauth.other.days=7############################################# General Gift Certificate Configuration############################################# Fulfillment (purchase) Information Survey ID (survey for sending gift card email)payment.giftcert.purchase.surveyId=1000# Survey question (description field) which contains the recipient's email addresspayment.giftcert.purchase.survey.sendToEmail=recipientEmail# Survey question (description field) which contains the "copy me" flagpayment.giftcert.purchase.survey.copyMe=copyMe# Fulfillment (reload) Information Survey ID (survey for reloading gift cards)payment.giftcert.reload.surveyId=1001# Survey question (description field) which contains the card numberpayment.giftcert.reload.survey.cardNumber=giftCardNumber# Survey question (description field) which contains the pin numberpayment.giftcert.reload.survey.pinNumber=giftCardPin# Gift Certificate type (ofbiz || valuelink)payment.giftcert.type=ofbiz############################################# CyberSource Configuration############################################# your merchant Idpayment.cybersource.merchantID=[MerchantID]# target API versionpayment.cybersource.api.version=1.10# enable production "mode" (true|false)payment.cybersource.production=false# directory of the keys from CyberSource (Generate using online tools)payment.cybersource.keysDir=${env.ofbiz.home}/applications/accounting/icskeys# name of the keystore (if different then <merchantID>.p12)#payment.cybersource.keysFile=# log transaction information (true|false)payment.cybersource.log=true# log directorypayment.cybersource.log.dir=logs# log file namepayment.cybersource.log.file=cybersource.log# max log size (megabytes)payment.cybersource.log.size=10# Merchant Description - Shown on credit card statementpayment.cybersource.merchantDescr=Some Nice Web Store# Merchant Description Contact Information - Shown on credit card statement#payment.cybersource.merchantContact=# Auto-Bill In Authorization (true|false)payment.cybersource.autoBill=false# Use DAV In Authorization -- May not be supported any longer#payment.cybersource.enableDav=N# Use Fraud Scoring In Authorization -- May not be supported any longer#payment.cybersource.fraudScore=N# Ignore AVS results (true|false)payment.cybersource.ignoreAvs=false# Disable AVS for Capture -- May not be supported any longer#payment.cybersource.disableBillAvs=Y# AVS Decline Codes -- May not be supported any longer#payment.cybersource.avsDeclineCodes=############################################# ClearCommerce Configuration############################################# Useful for tagging/grouping transactionspayment.clearcommerce.sourceId=mySourcepayment.clearcommerce.groupId=myGroup# Account informationpayment.clearcommerce.username=[ClearCommerce username]payment.clearcommerce.password=[ClearCommerce password]payment.clearcommerce.alias=[ClearCommerce alias]payment.clearcommerce.effectiveAlias=# Process mode (Y: approve / N: decline / R: random / P: production)payment.clearcommerce.processMode=P# Server URL of the payment processorpayment.clearcommerce.serverURL=https://test5x.clearcommerce.com:11500# Enable Card Verification Methods (CID, CVC, CVV2)payment.clearcommerce.enableCVM=N############################################# ValueLink Configuration############################################# Full merchant ID (MMMMMMMMMMM)payment.valuelink.merchantId=[MerchantID]# Terminal ID (should be different for each application server starting at 0001)payment.valuelink.terminalId=0001# Alternate merchant ID (i.e. store ID, etc)payment.valuelink.altMerchantId=999# Modes (SVDotRaw, Debug, etc) delimited by '/'payment.valuelink.modes=Debug/SVDotRaw# URL to use to communicate with ValueLinkpayment.valuelink.url=https://www.callit.com/vltest/api1.asp# Connection timeout in secondspayment.valuelink.timeout=34# Debug mode dumps all request/response info to the console (Y|N)payment.valuelink.debug=Y# Certificate alias to pass for client authpayment.valuelink.certificateAlias=# ValueLink Timestamp Formatpayment.valuelink.timestamp=ddMMyyyyHHmmss# Prime Modulus (P) for key generation (should be a hex string will be converted to unsigned BigInteger from byte array)payment.valuelink.prime=# Generator (G) for key generation (should be smaller then prime, so this should be in the form for a integer)payment.valuelink.generator=# ValueLink Public Value (128byte as Hex String)payment.valuelink.publicValue=############################################# VeriSign PayFlow Pro Configuration############################################# Path the the VeriSign Certificatepayment.verisign.certsPath=${env.ofbiz.home}/applications/accounting/pfcerts# Address and port of the payment processorpayment.verisign.hostAddress=test-payflow.verisign.compayment.verisign.hostPort=443# Account informationpayment.verisign.vendor=[Vendor]payment.verisign.user=[PayFlow UserID]payment.verisign.pwd=[PayFlow Password]payment.verisign.partner=[PayFlow Partner]# Use Address Verificationpayment.verisign.checkAvs=Y# Require CVV2 Verificationpayment.verisign.checkCvv2=Y# Pre-Authorize Payments (if set to N will auto-capture)payment.verisign.preAuth=Y############################################# WorldPay Select Pro Configuration############################################# Worldpay instance Idpayment.worldpay.instId=[WorldPay InstID]# AuthMode (A: Full-Auth / E: Pre-Auth)payment.worldpay.authMode=A# FixContact - Will displace contact info on WorldPay in non-editable formatpayment.worldpay.fixContact=N# HideContact - Will hide the contact info completelypayment.worldpay.hideContact=N# TestMode (100: approve / 101: cancelled / 0: Live Mode (no test)payment.worldpay.testMode=100# Timeout length - The amount of time to wait for payment in milliseconds (0 for worldpay default timeout)payment.worldpay.timeout=1800000# Thank-You / Confirm Order Template (rendered via Freemarker)payment.worldpay.confirmTemplate=/order/emailconfirmation.ftl############################################# PayPal Configuration############################################# PayPal E-Mail addresspayment.paypal.business=vote@ofbiz.org# PayPal Notify URLpayment.paypal.notify=http://www.ofbiz.org:8080/ecommerce/control/payPalNotify# PayPal Return URLpayment.paypal.return=http://www.ofbiz.org:8080/ecommerce/control/orderhistory# PayPal Return On Cancel URLpayment.paypal.cancelReturn=http://www.ofbiz.org:8080/ecommerce/control/payPalCancel/main# Image To Use On PayPalpayment.paypal.image=http://www.ofbiz:org:8080/images/ofb_logo.gif# Thank-You / Confirm Order Template (rendered via Freemarker)payment.paypal.confirmTemplate=/order/emailconfirmation.ftl# PayPal Redirect URLpayment.paypal.redirect=https://www.paypal.com/cgi-bin/webscr# PayPal Confirm URL (JSSE must be configured to use SSL)payment.paypal.confirm=http://www.paypal.com/cgi-bin/webscr############################################# PCCharge Configuration############################################# PCCharge Processor IDpayment.pccharge.processorID=VISA# PCCharge Merchant IDpayment.pccharge.merchantID=999999999911# PCCharge User IDpayment.pccharge.userID=User1# PCCharge TCP Settingspayment.pccharge.host=localhostpayment.pccharge.port=31419# Auto-Capture (bill) authorizations (0 false; 1 true)payment.pccharge.autoBill=1############################################# RiTA Configuration############################################# RiTA Client/User IDpayment.rita.clientID=100010001payment.rita.userID=MANAGERpayment.rita.userPW=rita# RiTA TCP Settingspayment.rita.host=localhostpayment.rita.port=5012# Auto-Capture (bill) authorizations (0 false; 1 true)payment.rita.autoBill=1# Force Transactions (0 false; 1 true) -- overrides duplicate transaction auto-declinepayment.rita.forceTx=1

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -