Skip to main content

List

GET 

/listMerchants/:tenantGuid

Returns the merchants of the given tenant.

Request

Query Parameters

    tenantGuid stringrequired

    Identifier of the tenant.

Responses

The merchants of the given tenant.

Schema
    success booleanrequired

    Whether the request was successful or not.

    merchants object[]

    List of merchants of a tenant.

  • Array [

  • name stringrequired

    Possible values: >= 3 characters

    address string
    administrativeEmail string

    Administrative email.

    archived boolean

    Whether the merchant is archived.

    city string
    country string

    Possible values: Value must match regular expression ^[A-Z]{2}$

    ISO 3166-1 alpha-2 country code.

    createdAt date-time
    defaultCurrency string

    Possible values: Value must match regular expression ^[A-Z]{3}$

    ISO 4217 three-letter currency code.

    defaultRiskRuleSet int64

    ID of merchant's default risk rule set.

    defaultVtRiskRuleSet int64

    ID of merchant's default virtual terminal risk rule set.

    disabled boolean

    Whether the merchant is disabled.

    disabledTransactionTypes TransactionType[]

    Possible values: [initial_debit, initial_preauthorize, capture, partial_capture, refund, partial_refund, register, deregister, payout, recurring_debit, recurring_preauthorize]

    Transaction types that are disabled for the merchant.

    externalId string
    homepage urlrequired
    isPciEnabled boolean
    riskAlertEmail emailnullable
    schedulerAlertEmail emailnullable
    technicalEmail emailnullable
    timezone stringrequired
    zipCode string
  • ]

  • property name* any
Loading...