using custom payment options in install
Product: ShopSite TX
Version: 4.2
How to configure custom payment options in ShopSite TX install.
Solution ID: S03504
If you want to add their own payment instrument, say "XX", to a store, then you can modify the start_install_store_tx.ksh script that contains wizard_request's initializeDesignatedStoreSync command to:
a) Add a switch -m_pmt_init that tells wizard_request how to set up a new payment brand. The -m_pmt_init switch takes a single long string argument, which in turn consists of:
- the two-letter payment brand code
- the hex string identifying the payment brand
- the hex string identifying the payment agent to be used with this payment brand.
For example, this switch would tell wizard_request about a new brand called XX:
-m_pmt_init "XX 432777d6fa2011d084b2de26016c851e 74015c2c459e11d19d3d56a4a0d38063"
b) Then use the XX brand code in the -m_paymentbrands switch, e.g.:
-m_paymentbrands "XX VI MA"
Will set the store up with cards XX, VI, MA.
Related Articles
No related articles were found.
Attachments
No attachments were found.
Visitor Comments