Query payment methods

This topic contains the following:

  • Querying a single payment method
  • Querying all payment methods

Querying a single payment method

To query a single payment method, you must perform the following:

  1. Get an instance of the orders manager.
    Get an instance of the OrdersManager object.
  2. Get the specified payment method.
    To get the specified payment method, you must either call the GetPaymentMethod method of the manager and pass the ID of the payment method as an argument, or call the GetPaymentMethods method and filter the collection by one of the properties of the payment method(e.g. title).

Here are examples of querying a single payment method by ID and by title:

Querying payment method by ID



Querying payment method by title



Querying all payment methods

To query all payment methods, you must perform the following:

  1. Get an instance of the orders manager.
    Get an instance of the OrdersManager object.
  2. Get the payment methods.
    To get the payment methods, you must call the GetPaymentMethods method.
Here is a code example:


Want to learn more?

Sign up for our free beginner training. Boost your credentials through advanced courses and certification.
Register for Sitefinity training and certification.

Was this article helpful?