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

# Check Transaction Status

> This endpoint enables you to check the status of a transaction.

# Enquiry

<ParamField body="orgId" type="string" required>
  **Example:** 'f7dfc5ab-4a4e-4941-8114-7a140d4c03b2'
</ParamField>

<ParamField body="reference" type="string" required>
  **Example:** '8500014591'
</ParamField>

<ResponseExample>
  ```json theme={null}
  {
  	 "data": {}
  }
  ```
</ResponseExample>
