v1

latestOpenAPI 3.1.02026-07-2422707.0 MB

Retrieve the list of payment methods

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.

get/Catalog/Payments/ProcessorSettings?CenterId={CenterId}&Source={Source}

Query parameters

CenterIdstring required

Mandatory Unique 32-character identifier of the center.

Source''

Optional Indicates the source of the class booking: Web - 0, WebStore - 1, CheckWeb - 2, CheckWebStore - 3, Dunning - 4, Mobile - 5, MobilePOS - 6, All - 7.

Response

200

{"stackTrail":"paths:/Catalog/Payments/ProcessorSettings?CenterId={CenterId}&Source={Source}:get:responses:200:content:application/json:schema:properties:Error","oasType":"schema","type":"unknown"}

Example response

{
  "GatewaySettings": {
    "Account": "107110565",
    "user_email": "kirityg@zenoti.com",
    "AccountName": "KQA",
    "AccountHolderCode": "e9e1eb76-e315-450b-b0ee-750e969062b3",
    "MerchantAccount": "ZenotiUSA",
    "ApplicationFeePercent": "3.50",
    "ApplicationFeePercentInPerson": "2.40",
    "TransactionFee": "30",
    "TransactionFeeInPerson": "30",
    "ApplicationFeePercentAMEX": "2.90",
    "ApplicationFeePercentInPersonAMEX": "2.90",
    "TransactionFeeAMEX": "30",
    "TransactionFeeInPersonAMEX": "30",
    "ProcessDisputes": "true",
    "StatementDescriptor": "KQA",
    "ProcessorId": "Adyen",
    "EnableAVS": "False"
  }
}