Skip to content
Last updated

Payment methods in Norce provide comprehensive configuration options for managing how customers can pay for their orders. This functionality is primarily designed for legacy shopping processes that use built-in Norce Commerce functionality.

Overview

The payment methods page allows you to create and configure different payment options for your customers. Each payment method can be tailored with specific settings, restrictions, and business rules to meet your operational requirements.

Important: This functionality is specifically for legacy shopping processes using built-in Norce Commerce functionality. For new checkout capabilities using NCO (Norce Checkout), refer to the dedicated NCO documentation section.

Application-Specific Configuration

Payment methods are configured per application. When you switch between applications in the admin interface, you will see different lists of payment methods specific to each application's configuration.

Payment Method Configuration

Creating Payment Methods

To create a new payment method:

  1. Navigate to the Payment Methods page
  2. Click "Add new payment method"
  3. Configure the required settings across the available tabs
  4. Save your changes

Details Tab

The Details tab contains core configuration settings that are common to all payment methods:

Basic Information

  • Name: Display name for the payment method
  • Code: Unique identifier for the payment method
  • Description: Optional detailed description of the payment method

Financial Settings

  • Currency: Select from currencies configured for the application
  • Fee Product: Optional invoice fee automatically added as an order line
    • Commonly not used in modern implementations
    • Scheduled for removal in future versions

Order Value Restrictions

Configure when the payment method should be available:

  • Minimum Order Value: Set the lowest order amount for this payment method
  • Maximum Order Value: Set the highest order amount for this payment method
  • Use restrictions to control payment method availability based on order size

Target Audience

Choose who can use this payment method:

  • Companies Only: Restrict to business customers
  • Private Business Only: Limit to individual consumers
  • Both: Allow all customer types

Note: Norce automatically recognizes order context (company vs. individual) and disables incompatible payment methods during checkout.

Adapter-Specific Settings Tab

Each payment adapter has its own configuration tab with settings specific to that payment provider:

  • Provider Settings: Configure credentials, API endpoints, and provider-specific options
  • Business Rules: Set up adapter-specific business logic and validation rules
  • Integration Parameters: Configure how the payment adapter communicates with external systems

Important: Refer to the documentation for each specific payment adapter to understand available configuration options and requirements.

All adapter specific settings tabs provides additional configuration options:

Configuration Values

  • Customize adapter behavior with specific parameter values
  • Override default settings for specialized use cases

Developer Documentation

  • Access technical documentation for integration development
  • Review API specifications and parameter requirements
  • Understand data flow and integration patterns

Delivery Method Filter Tab

Configure business rules between payment and delivery methods:

Delivery Method Restrictions

  • Add Delivery Methods: Select specific delivery methods that work with this payment method
  • Business Rule Examples:
    • In-store payment methods limited to store pickup delivery
    • Cash on delivery restricted to specific shipping methods
    • Digital payments for digital delivery only

This filtering ensures logical combinations of payment and delivery options for customers.

Payment Method Management

Sort Ordering

Configure the presentation order of payment methods to customers:

  1. Drag and Drop: Reorder payment methods in the list
  2. Priority Logic: The first valid payment method is typically the preferred choice
  3. Customer Experience: Control which payment options appear first to customers
  4. Save Changes: Apply the new ordering after making adjustments

Method Activation

Control payment method availability:

  • Active Methods: Available for customer selection during checkout
  • Inactive Methods: Hidden from customers but retained for historical orders
  • Application-Specific: Different activation states per application
  • Company-Specific: Inactive methods can be activated for specific companies, see Companies