---
title: "Get Billing Providers"
method: GET
path: "/v1/billingProviders"
tags: ["Lookups"]
---

# Get Billing Providers

`GET /v1/billingProviders`

Retrieves a list of billing providers, optionally filtered by `BillingProviderID`.

## Query parameters

- `BillingProviderID` integer

## Response `200`

A list of billing providers matching the specified criteria.

- BillingProvidersDbEntity[]
  - `BillingProviderID` integer, nullable — The unique identifier of the billing provider.
  - `BillingProviderName` string, nullable — The name of the billing provider.
  - `TerminalIDLength` integer, nullable — The length of the terminal ID used by the billing provider.
  - `BillingProviderComments` string, nullable — Additional comments or notes about the billing provider.
  - `LastUpdated` string, date-time, nullable — The date and time when the billing provider information was last updated.
  - `MinimumTransactionAmount` string, nullable — The minimum transaction amount allowed by the billing provider.
  - `RegularAuthorizationBit` boolean, nullable — Indicates whether the billing provider supports regular authorizations.
  - `CancelAuthorizationBit` boolean, nullable — Indicates whether the billing provider supports authorization cancellations.
  - `PreSelectionBit` boolean, nullable — Indicates whether the billing provider supports pre-selection of transactions.
  - `TransactionVoidBit` boolean, nullable — Indicates whether the billing provider supports transaction voids.
  - `ECommerceTransactionsBit` boolean, nullable — Indicates whether the billing provider supports e-commerce transactions.
  - `ForcedTransactionsBit` boolean, nullable — Indicates whether the billing provider supports forced transactions.
  - `ConstantPreAuthorizationBit` boolean, nullable — Indicates whether the billing provider supports constant pre-authorizations.
  - `EMVTransactionsBit` integer, nullable — Indicates whether the billing provider supports EMV transactions.
  - `AutomaticTransactionVoidBit` boolean, nullable — Indicates whether the billing provider supports automatic transaction voids.
  - `ForceSettlementBit` boolean, nullable — Indicates whether the billing provider supports force settlements.
  - `OfflineEMVTransactionsBit` boolean, nullable — Indicates whether the billing provider supports offline EMV transactions.
  - `SettlementRetryBit` boolean, nullable — Indicates whether the billing provider supports settlement retries.
  - `AutomaticRefund` boolean, nullable — Indicates whether the billing provider supports automatic refunds.
  - `PartialRefundSupport` boolean, nullable — Indicates whether the billing provider supports partial refunds.
  - `CKey` string, nullable — A unique key associated with the billing provider for additional identification or reference.
  - `SupportReconciliation` boolean, nullable — Indicates whether the billing provider supports reconciliation processes.
  - `ReconciliationTimeZoneKey` integer, nullable — The time zone key associated with the reconciliation process.
  - `ReconciliationSourceType` string, nullable — The source type associated with the reconciliation process.
  - `SupportIncrementalAuth` boolean, nullable — Indicates whether the billing provider supports incremental authorization.

---

[API](https://skmtc.net/nayax/apis/nayax-cortina-api.md) · [All operations](https://skmtc.net/nayax/apis/nayax-cortina-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nayax/nayax-cortina-api/revisions/421f6f83c257/schema)
