paymentinfo.xml 檔指出商店是否使用 IBM Payment Manager, 若有的話,商店可接受哪種付款卡匣與卡別類型。 以下是採用 IBM Payment Manager 之範例商店紀錄 InFashion.sar 的 paymentinfo.xml 檔。如果需要有關必要元素的詳細資訊,請參閱 變更商店資料庫資產。
paymentinfo> <!-- yes - 如果使用者要使用 Payment Manager --> <!-- no - 如果使用者不要使用 Payment Manager --> <PaymentManager enable="yes"/> <!-- 使用者可以指定一種以上支援 OfflineCard 的卡匣類型、Commerce Models --> <Cassette type="OfflineCard"> <!-- 貨幣必須是 3 個字元 iso 代碼 currstr --> <Account currency="USD"> <Brand type="MasterCard"/> <Brand type="VISA"/> <Brand type="American Express"/> </Account> </Cassette> <Cassette type="OfflineCard"> <!-- 貨幣必須是 3 個字元 iso 代碼 currstr --> <Account currency="ESP"> <Brand type="MasterCard"/> <Brand type="VISA"/> <Brand type="American Express"/> </Account> </Cassette> </paymentinfo>
![]() |