---
title: "Get pay run reconciliation"
method: GET
path: "/organisations/{organisationId}/pay-runs/{payRunId}/reconciliation"
tags: ["Organisations", "Pay Runs"]
---

# Get pay run reconciliation

`GET /organisations/{organisationId}/pay-runs/{payRunId}/reconciliation`

Returns reconciliation information for the specified pay run

## Path parameters

- `organisationId` string, uuid, required
- `payRunId` string, uuid, required

## Headers

- `Crezco-Version` string

## Response `200`

OK

- PayRunReconciliationRepresentationVersion4 — Represents the reconciliation information for a pay run.
  - `items` PayRunReconciliationItemRepresentationVersion4[] — Gets or sets the list of reconciliation items for this pay run.
    - `reference` string, nullable
    - `fundingAmount` PayableFundingAmountResourceRepresentationVersion4, required
      - `currencyCode` string, required — <p> <a href="https://en.wikipedia.org/wiki/ISO_4217#List_of_ISO_4217_currency_codes">ISO 4217 alpha-3 Currency Code</a> for the funding amount (i.e. GBP) </p>
      - `amountInMinorUnits` integer, required — Value of the funding amount e.g. in GBP, this would be pence. A money value of £12.75 would have an AmountInMinorUnits of 1275.
      - `isEstimated` boolean, required — Is this an estimated funding amount?
    - `targetBankAccountRoutingName` string, nullable
    - `payables` PayableIdentifiersResourceRepresentationVersion4[], required
      - `payableId` string, uuid — ID of this payable in the Crezco system
      - `partnerEntityId` string, required — Globally Unique Id of this payable in the partner system

## Other responses

- `401` — You do not have access. Check your API key is correct.
- `403` — You do not have access to this organisation.
- `404` — Not Found
- `406` — The version of the API that you requested is not available. Check your Crezco-Version header. If you omit this header you will use the latest version of the API.
- `429` — You have made too many requests to the API in too short a period. Wait a while and try again.

---

[API](https://skmtc.net/crezco/apis/payables-api.md) · [All operations](https://skmtc.net/crezco/apis/payables-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crezco/payables-api/revisions/4427e79fba09/schema)
