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

# Check Status

> This allows you check the real-time status of a processed transaction

<ParamField header="requestId" type="string" required />

<ParamField path="transactionId" type="string" required>
  The unique identifier for the transaction, returned after initiating a transfer request.
</ParamField>

<ResponseExample>
  ```json
  {
  	"statusCode": 00,
  	"message": "Completed successfully"
  	"data": {
        "status": "PENDING",
        "transactionId": "txn_0011223344",
      },
  	"errors": []
  }
  ```
</ResponseExample>
