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:


Increase your Sitefinity skills by signing up for our free trainings. Get Sitefinity-certified at Progress Education Community to boost your credentials.

Web Security for Sitefinity Administrators

The free standalone Web Security lesson teaches administrators how to protect your websites and Sitefinity instance from external threats. Learn to configure HTTPS, SSL, allow lists for trusted sites, and cookie security, among others.

Foundations of Sitefinity ASP.NET Core Development

The free on-demand video course teaches developers how to use Sitefinity .NET Core and leverage its decoupled architecture and new way of coding against the platform.

Was this article helpful?