---
title: "GetSuppliers"
method: GET
path: "/v2/GetSuppliers"
tags: ["Supplier"]
---

# GetSuppliers

`GET /v2/GetSuppliers`

Retrieves a list that contains full information about your suppliers.

## Response `200`

Successful response

- object[] — Array of supplier information objects
  - `SupplierCode` integer — The unique supplier code
  - `SupplierName` string — The supplier name
  - `Mobile` string — The supplier mobile number
  - `Email` string — The supplier email address
  - `CommissionValue` number — Fixed commission value deducted from each transaction
  - `CommissionPercentage` number — Percentage commission deducted from each transaction
  - `DepositTerms` string — Deposit frequency: Daily, Weekly, Monthly, or OnDemand
  - `DepositDay` string — The day on which the deposit takes place for Weekly or Monthly deposit terms
  - `SupplierStatus` string — Supplier status: Active, Pending, Rejected, Closed, or Dormant
  - `Comment` string — The reason for rejection (if the supplier is rejected)
  - `IsPercentageOfNetValue` boolean — Whether the CommissionPercentage is taken from the total amount paid or from the net value
  - `BusinessName` string — The name displayed on MyFatoorah invoices if DisplaySupplierDetails is true
  - `DisplaySupplierDetails` boolean — Show the supplier details on invoices instead of vendor details
  - `SupplierCommissions` object[] — Customized commissions made for payment methods for the supplier
    - `PaymentMethodName` string — Name of the payment method
    - `CommissionValue` number — Fixed commission value for this payment method
    - `CommissionPercentage` number — Percentage commission for this payment method
    - `IsPercentageOfNetValue` string — Whether percentage is from net value
  - `BusinessCategory` object — MCC details of the supplier
    - `Code` string — MCC code for the supplier
    - `Name` string — Name of the MCC

---

[API](https://skmtc.net/myfatoorah/apis/myfatoorah-api-v3.md) · [All operations](https://skmtc.net/myfatoorah/apis/myfatoorah-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myfatoorah/myfatoorah-api-v3/revisions/994a74287a16/schema)
