> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stateset.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Business-level reconciliation across PO / ASN / 945 / invoice / payment.

> Order-chain match status per reference

### Response

No response body. Order-chain match status per reference.

### Status codes

| Code  | Meaning                                |
| ----- | -------------------------------------- |
| `200` | Order-chain match status per reference |

<RequestExample>
  ```bash cURL theme={null}
  curl --request GET \
    --url 'https://edi.stateset.com/v1/business-reconciliation' \
    --header 'Authorization: Bearer YOUR_API_KEY'
  ```
</RequestExample>
