---
title: "Retrieve a voucher"
method: GET
path: "/api/business/{businessId}/voucher/{voucherId}"
tags: ["Voucher"]
---

# Retrieve a voucher

`GET /api/business/{businessId}/voucher/{voucherId}`

Get a voucher for the specified business id and voucher id

## Path parameters

- `businessId` string, required
- `voucherId` string, required

## Response `200`

Specified voucher retrieved

- VoucherResponse
  - `serialNumber` string
  - `issueDate` string, date-time, required
  - `expiryDate` string, date-time, required
  - `clientId` string
  - `creatingBranchId` string, required
  - `originalBalance` number, required
  - `notes` string
  - `voucherId` string
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `remainingBalance` number

## Other responses

- `400` — Bad Request
- `404` — Business or voucher with the specified ids don't exist
- `429` — Request rate limit exceeded. Current limit set to 100 rps.
- `500` — Internal Server Error

---

[API](https://skmtc.net/phorest/apis/third-party-api.md) · [All operations](https://skmtc.net/phorest/apis/third-party-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/phorest/third-party-api/versions/2218bc90d39c/schema)
