> For the complete documentation index, see [llms.txt](https://support.cregis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.cregis.com/payment-engine/view-order-related-records.md).

# View Order Related Records

## Order Record

1. To view order records, you can check the "Payment Records" within the payment engine.

   <figure><img src="/files/CiWek1edQrbPOWqbmUJ1" alt=""><figcaption></figcaption></figure>

2. Click on a record to view order details.

   <figure><img src="/files/afEv16qtrNNXRfsac8vj" alt=""><figcaption></figcaption></figure>

3. Use the icon in the upper right corner to export order records.

   <figure><img src="/files/bn0AFBmODfjtgn7xsoov" alt=""><figcaption></figcaption></figure>

## Settlement Record

1. To view settlement records, you can check the "Settlement Records" within the payment engine.

   <figure><img src="/files/ZeNG8SRMQgkUTRFajgoj" alt=""><figcaption></figcaption></figure>

2. Click on a record to view settlement details.

   <figure><img src="/files/7gCcs9MfuVbOpa2GMiiR" alt=""><figcaption></figcaption></figure>

3. Use the icon in the upper right corner to export settlement records.

   <figure><img src="/files/PolFoSxmBymoy7FiVu6r" alt=""><figcaption></figcaption></figure>

## Payment Exception Record

1. If a payment occurs outside of the standard order logic, the exceptional payment can be viewed in the "Payment Exception Record" within the payment engine.

   <figure><img src="/files/t8onOhVq7suu0db7bfDA" alt=""><figcaption></figcaption></figure>

2. Click on a record to view payment exception details.

   <figure><img src="/files/R90UImHEo948HUaodsD5" alt=""><figcaption></figcaption></figure>

3. Use the icon in the upper right corner to export settlement records.

   <figure><img src="/files/AkHpgJJqdMiJMlsOkaRu" alt=""><figcaption></figcaption></figure>

4. Merchants may self-transfer payment exceptions via the Cregis Portal. Click the Transfer button to initiate.

   <figure><img src="/files/fwpvzuUG54Yng0gUdXzg" alt=""><figcaption></figcaption></figure>

5. Transfer Token Selection: You may select either your configured settlement currency (Settings → Payment & Settlement) or the same token on the same chain.

   <figure><img src="/files/qnZK8A7aEuoCp7D3gYD6" alt=""><figcaption></figcaption></figure>

6. Receiver Address: If the configured settlement currency is selected, the receiver address is automatically populated using your configured settlement address. For any other token, you must manually enter the destination address.

   <figure><img src="/files/VL4yY7HK84tkWROd13vv" alt=""><figcaption></figcaption></figure>

7. Remarks: You may add optional notes regarding the transfer. These remarks are saved and can be reviewed later in the Payment Exception Details page (shown in Step 2).

   <figure><img src="/files/mmYltOEOebUrG9w4WLra" alt=""><figcaption></figcaption></figure>

8. Transaction Fee Rate: If the Cregis team has assigned a fee rate to your project, the rate will be the same across all currencies; otherwise, the default rate is 1%.\
   \
   Transaction Min Fee: If the transfer token matches your configured settlement currency, the minimum fee mirrors the standard rate shown in Settings → Payment & Settlement. If the Cregis team has waived the minimum transaction fee for your account, no minimum fee applies here either. Otherwise, the minimum fee is determined by the currency table below. For unlisted currencies, a 1 USD equivalent (calculated via real-time CoinMarketCap rates) applies.<br>

   <figure><img src="/files/bpxVy85hE8OB9CqEkefg" alt=""><figcaption></figcaption></figure>

<table data-search="false"><thead><tr><th width="496.5">Token</th><th>Minimum Transaction Fee</th></tr></thead><tbody><tr><td>USDT-TRC20, USDT-ERC20</td><td>1 USDT</td></tr><tr><td>USDT-BEP20, USDT-Solana, USDT-Polygon, USDT-Avalance-C, USDT- Arbitrum One</td><td>0.5 USDT</td></tr><tr><td>USDC-ERC20</td><td>1 USDC</td></tr><tr><td>USDC-Base, USDC-BEP20, USDC-Solana, USDC-Polygon, USDC-Avalance-C, USDC-Arbitrum One, USDC-Optimism</td><td>0.5 USDC</td></tr><tr><td>TRON</td><td>1 TRX</td></tr><tr><td>Solana</td><td>0.0002 SOL</td></tr><tr><td>BNB-BSC</td><td>0.0002 BNB</td></tr><tr><td>Ethereum, Base, Arbitrum One, Optimism</td><td>0.0002 ETH</td></tr><tr><td>Bitcoin</td><td>0.00001 BTC</td></tr></tbody></table>

Please note that:

* Transfer is only applicable if the payment exception is not AML-related. For AML-related, please contact Cregis support team.
* If the transaction fee is greater than or equal to the payment exception amount, the transfer will not be allowed.
* You may configure the transfer currency as your settlement currency prior to transfer to apply your standard minimum fee and fee rate.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://support.cregis.com/payment-engine/view-order-related-records.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
