---
title: "POST /api/distributor/v1/hotels/getPaymentConfiguration"
method: POST
path: "/api/distributor/v1/hotels/getPaymentConfiguration"
tags: ["DistributorApi"]
---

# POST /api/distributor/v1/hotels/getPaymentConfiguration

`POST /api/distributor/v1/hotels/getPaymentConfiguration`

## Request body

- HotelParameters
  - `Client` string, required
  - `LanguageCode` string, nullable
  - `CultureCode` string, nullable
  - `FullAmounts` boolean, required
  - `Session` string, nullable
  - `HotelId` string, uuid, required

## Response `200`

OK

- PaymentConfiguration
  - `PaymentGateway` PaymentGateway
    - `PaymentGatewayType` string, nullable
    - `PaymentCardStorageType` 'Adyen' | 'Stripe' | 'PciProxy', required
    - `IsMerchant` boolean, required
    - `Model` 'MerchantOfRecord' | 'PaymentFacilitator' | 'Direct', required
    - `SupportedCreditCardTypes` CreditCardTypes[], required
    - `SupportedPaymentMethods` PaymentMethods, required
      - `PaymentCard` boolean, required
      - `Ideal` boolean, required
      - `ApplePay` boolean, required
      - `GooglePay` boolean, required
    - `PublicKey` string, required
    - `DefaultCurrencyCode` string, currency, required
    - `Accounts` PaymentGatewayAccount[], required
      - `CurrencyCode` string, currency, required
  - `SurchargeConfiguration` SurchargeConfiguration, required
    - `SurchargeServiceId` string, uuid, nullable
    - `SurchargeFees` object, required

---

[API](https://skmtc.dev/mews/apis/distributorapi.md) · [All operations](https://skmtc.dev/mews/apis/distributorapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mews/distributorapi/revisions/90516153f0ff/schema)
