Skip to main content

Payment Properties File

  • The following parameters are stored in a property file on the Merchant Server, which contains static information used by PayMaster MPI software.
  • The properties file must be located in the same directory as PayMaster MPI.
  • Configure Payment properties in the DDPayment.properties file.

Mandatory Fields

Field NameTypeLengthDescriptionExample
VersionNoString2Version number."06"
PaymasterEntryPointString512PayMaster entry point."D:/XXX/XXX/XXX/PaymasterEntryPoint.json"
ServiceIDString3Service ID."FNX"
MerchantIDString15Merchant ID."000010000099939"
TxnChannelString3Transaction channel."WEB"
LangLocaleString5Language."en"
SuccRespURLString512Successful payment page."https://xxx.xxxxx.xxx/approved.jsp"
UnsuccRespURLString512Unsuccessful payment page."https://xxx.xxxxx.xxx/declined.jsp"
CancelRespURLString512Cancel payment page."https://xxx.xxxxx.xxx/cancel.jsp"
SHAlgorithmTypeString3Secure Hash Algorithm type."SH2"
SecretKeyString64Secret key."..."

Example Configuration

File Name: DDPayment.properties
VersionNo=06
ServiceID=FNX
MerchantID=000010000099939
TxnChannel=WEB
LangLocale=en
SuccRespURL=https://xxx.xxxxx.xxx/approved.jsp
UnsuccRespURL=https://xxx.xxxxx.xxx/declined.jsp
CancelRespURL=https://xxx.xxxxx.xxx/cancel.jsp
SHAlgorithmType=SH2
SecretKey=B9XXX6FA91749XXX9F71340E3XXXC3478524320XXX8587D22XXXA35DD4E7BXXX
PaymasterEntryPoint=D:/XXX/XXX/XXX/PaymasterEntryPoint.json