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

# February

> Refund tracking across payment rails and on-chain transaction hash visibility.

<Update label="Refund Tracking Across Payment Rails" description="v2.2.1" tags={["Refunds", "Payments"]}>
  You can now see the payment rail-specific tracking ID for every refund directly in your transaction drawer, so you can verify refund status independently with your bank.

  | Rail     | Tracking Identifier   |
  | -------- | --------------------- |
  | **ACH**  | 15-digit trace number |
  | **SEPA** | UETR reference        |
  | **Wire** | IMAD identifier       |

  * **Transparency.** Verify refund status without contacting support
  * **Confidence.** The same tracking info we use internally, now in your hands
  * **Speed.** Open any transaction and check the status as it happens

  [Read the blog post →](https://www.devdraft.ai/blog/refund-tracking-across-payment-rails)
</Update>

<Update label="Transaction Hash Visibility" description="v2.2.0" tags={["Blockchain", "Transparency"]}>
  Every payment, deposit, and withdrawal in Devdraft Console now displays its **on-chain transaction hash**, enabling independent verification on any blockchain explorer.

  **How to verify:** Go to any transaction in the Console → Click **View Details** → Copy the `Transaction Hash` → Paste into your explorer.

  | Explorer                          | Chain  |
  | --------------------------------- | ------ |
  | [Basescan](https://basescan.org/) | Base   |
  | [Solscan](https://solscan.io/)    | Solana |

  [Read the blog post →](https://www.devdraft.ai/blog/transaction-hash-visibility)
</Update>
