Develop > Controller layer > Integrate with back-end systems and external applications > Customize WebSphere Commerce Payments > Cashier function in WebSphere Commerce Payments
Creating new Cashier profiles
You may want to create new Cashier profiles for WebSphere Commerce.
After creating a new Cashier profile:
Procedure
- Verify the Cashier profile meets the requirements stated below.
- Place the file...
WC_EAR/xml/config/payments/ppc/plugins/WCPayments/
- Add a new payment policy.
Results
Cashier profile requirements:
- 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 the same directory as shown above.
- 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.
Related concepts
Related tasks
Specify cassette parameter values using the Cashier profile
Related reference