If you create new Cashier profiles, you must follow these rules:
- The name of the new profile must have the .profile suffix.
- The name of the new profile must not be the same as a WebSphere Commerce standard Cashier profile.
- The new profile must be located in the directory specified by the
ProfilePath attribute of the PaymentManager element in the WebSphere Commerce
configuration file. The default value of the ProfilePath attribute is:
WC_installdir/instances/instance_name/xml/payment/
WC_instance_root/xml/payment/
where the default WC_instance_root path is /QIBM/UserData/CommerceServer55/instances/instance_name/ - The new profile must not include the PaymentManagerConfiguration element as it is not supported by WebSphere Commerce. The Payments configuration information is stored in the WebSphere Commerce configuration file.
- In addition to the <CollectPayment> element, the profile must include the <Command name="DEPOSIT"> element for the Deposit Commerce Payments command.
To create new Cashier profiles, refer to the WebSphere Commerce Payments Programming Guide and Reference.