Share via


How to Configure a Custom Payment Method

A Commerce Server Core Systems site processes payments by running the pipeline that corresponds to the payment method. To create a custom payment method, you must create a new payment processor and then configure your site to recognize the new payment method.

To create and configure a custom payment method

  1. Create a pipeline component that processes the payment. For more information about how to perform this step, see How to Create a Payment Processor.

  2. Use the Pipeline Component Registration tool (PipeReg.exe) to register the pipeline component. For more information about how to perform this step, see Building Pipeline Components.

  3. Create a new pipeline that includes the payment processor that you created and registered in steps 1 and 2. For more information about how to perform this step, see How to Create a Custom Pipeline.

  4. Update the Web.config file to reference the new pipeline. For more information about how to configure a pipeline in the Web.config file, see pipelines Element.

  5. Follow the procedure in the topic How to Create a Payment Method to create the payment method. For the payment type property, select one of the payment types that start with the word "Custom".

See Also

Other Resources

Developing with Core Systems Pipelines

How to Create a Payment Processor

How to Create a Payment Method

Creating a Custom Payment Method