generated from hackclub/theme-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add draft post about transaction information (#54)
Co-authored-by: Gary Tou <[email protected]>
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
content/posts/more-information-about-transactions/post.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
import post from '@/components/Post'; | ||
export default post({ | ||
title: "📋 More information about transactions", | ||
slug: "more-information-about-transactions", | ||
category: "improvement", | ||
tags: [], | ||
authors: ["sam"], | ||
date: new Date("2024-11-19T16:00:00Z") | ||
}); | ||
|
||
We're working on making detailed transaction information available to you all; incoming ACH transfers now include details about who sent the ACH: | ||
|
||
<img src="https://cloud-g7l8ni26h-hack-club-bot.vercel.app/0capture-2025-02-03-182418.png" width="400px" /> | ||
|
||
And, if an international wire is returned, we're now surfacing the return reason. | ||
|
||
Hope this helps you all navigate the complex financial world! |