################################################## # VeriTrans BuySmart Flex # MDKˇˇccbsx.confˇˇVersion 1.0.1 # Copyright (c) 2000-2002 VeriTrans Inc. # Note: Config File for BuySmart Flex ################################################## # # VeriTrans Payment Service (CCPS) service URL # CCPS_HOST_00 = https://pay5.cybercash.co.jp:443/ CCPS_HOST_01 = https://pay6.cybercash.co.jp:443/ # # Set these to the HOST and PORT of you HTTP Proxy server # if you are behind a firewall # #HTTP_PROXY_HOST = xxx.xxx.xxx.xxx:xxxx # # Set merchant secret to be used to contact payment server # SECRET = 3mZXqCBx # # HA1 String for secret key # each merchant has a differnt key # KEY_HA1 = 4fd4e128db6b551b9ff5897cc6675a8b6a468f4c # # Certificate file # CERT_FILE = /root/bsfmdk/cckkca # # The number of seconds to to wait for a response # Do not touch this value unless you understand what you are doing. # TIMEOUT = 120 # # Message table file path, but prefix only. # Surfix is locale # MSG_TABLE = /root/bsfmdk/msg_table # # Message language # ACCEPT_LANG = ja # # Action-code table file path # AC_TABLE = /root/bsfmdk/actioncode.def # # Directory for pending files # PENDING_DIR = /root/bsfmdk/pending # # Card accepts for pay request # ACCEPTS = vs,mc,jcb,ax,ni # # URL pay to for pay request # URL_PAY_TO = http://www.yourshop.co.jp/payto/ # # Optional debugging parameters 0-9 # # 0 - Turns debugging off # 1 - Gets high level debug messages (larger numbers get more debug messages) # DEBUG_LEVEL = 1 # # Debug file path. # DEBUG_FILE = /root/bsfmdk/ccbsx.log