---
title: "Retrieve the list of payment methods"
method: GET
path: "/Catalog/Payments/ProcessorSettings?CenterId={CenterId}&Source={Source}"
---

# Retrieve the list of payment methods

`GET /Catalog/Payments/ProcessorSettings?CenterId={CenterId}&Source={Source}`

This API helps you to retrieve the list of payment methods that have been configured at the specified center.

You must specify appropriate details for the parameters in the API request. For more information, refer to the **Request Parameters** table.

## Query parameters

- `CenterId` string, required
- `Source` ''

## Response `200`

200

- object
  - `GatewaySettings` object
    - `Account` string
    - `user_email` string
    - `AccountName` string
    - `AccountHolderCode` string
    - `MerchantAccount` string
    - `ApplicationFeePercent` string
    - `ApplicationFeePercentInPerson` string
    - `TransactionFee` string
    - `TransactionFeeInPerson` string
    - `ApplicationFeePercentAMEX` string
    - `ApplicationFeePercentInPersonAMEX` string
    - `TransactionFeeAMEX` string
    - `TransactionFeeInPersonAMEX` string
    - `ProcessDisputes` string
    - `StatementDescriptor` string
    - `ProcessorId` string
    - `EnableAVS` string
  - `Error` unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zenoti/apis/zenoti-authentication.md) · [All operations](https://skmtc.net/zenoti/apis/zenoti-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zenoti/zenoti-authentication/revisions/e628f892391a/schema)
