Skip to main content

Bank Listing Properties File

note
  • The following parameters are stored in a property file on the Merchant Server which contains static information to be used by PayMaster MPI software.
  • Properties file must be located at the same directory with PayMaster MPI.

Mandatory Fields

Field NameTypeLengthDescriptionExample
VersionNoString2Version number."03"
ServiceIDString3Service ID."FNX"
MerchantIDString15Merchant ID."000010000012XXX"
TxnChannelString3Transaction channel."WEB" - Web Channel (default),
"API"- via API,
"DIR" - Direct,
"GDS" - GDS Channel,
"OTH" – Others
LangLocaleString5Language."en"
SHAlgorithmTypeString3Secure Hash Algorithm type."SH2"
SecretKeyString64Secret key."B9XXX6FA91749XXX9F71340E3XXXC3478524320XXX8587D22XXXA35DD4E7BXXX"
PaymasterEntryPointString512PayMaster entry point."D:/XXX/XXX/XXX/PaymasterEntryPoint.json"
BankListingSchemaString512Schema for Bank Listing."D:/XXX/XXX/XXX/BankListingSchema.json"

Example Configuration

File Name: BankListing.properties
VersionNo=03
ServiceID=FNX
MerchantID=000010000012XXX
TxnChannel=B2C
LangLocale=en
SHAlgorithmType=SH2
SecretKey=BXXX56FA91749A259F71340E3C6BC3478524320F218587D22071A35DD4E7BXXX
PaymasterEntryPoint=D:\\xxx\\PaymasterEntryPoint.json
BankListingSchema=D:\\xxx\\BankListingSchema.json