---
title: "Get a business supplier"
method: GET
path: "/suppliers/{supplier_id}"
tags: ["Suppliers"]
---

# Get a business supplier

`GET /suppliers/{supplier_id}`

Retrieves information about a supplier given their ID on DigiTax

## Path parameters

- `supplier_id` string, required — Supplier ID on DigiTax

## Response `200`

Success

- Supplier
  - `id` string, required — Supplier ID
  - `supplier_name` string, required — Supplier Name
  - `email` string — Supplier Email
  - `phone` string — Supplier Phone Number
  - `supplier_tin` string, required — Supplier Tax Identification Number (TIN)
  - `taxpayer_type` 'INDIVIDUAL' | 'BUSINESS', required — Taxpayer Type
  - `invoicing` object
    - `reverse_invoice_type` 'REGULAR' | 'THIRD_PARTY', required — Reverse invoice type
    - `reverse_invoice_authorisation` 'IMPLICIT' | 'EXPLICIT', required — Reverse invoice authorisation
  - `status` 'PENDING' | 'FAILED' | 'COMPLETED' — status against KRA

## Other responses

- `default` — Error response

---

[API](https://skmtc.net/digitax/apis/digitax-kenya-api-endpoints.md) · [All operations](https://skmtc.net/digitax/apis/digitax-kenya-api-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/digitax/digitax-kenya-api-endpoints/revisions/1fc0cdf61f70/schema)
