List Active Payment Methods
Get all currently enabled payment methods across Companies. If multiple Companies have a given payment method enabled, each one will be returned in the results. Data is returned with pagination.
Sorts data based on creation or modification time while respecting the orderBy parameter. If not included, defaults to ‘updatedAt’.
Filters results by companyId, only showing payment methods enabled for the specified Company.
The search string by which data should be filtered. Currently supports payment method code & payment method title, so that a value of q=auth would return any payment method with ‘auth’ in either the code or the title.
For example requests and more information about authenticating BigCommerce APIs, see Authentication and Example Requests.
For more about BigCommerce OAuth scopes, see our Guide to API Accounts.
For a list of API status codes, see API Status Codes.