From 111c70a9cdcf38c2425790f3567e1b0c03e7cdcc Mon Sep 17 00:00:00 2001 From: Sam Poder Date: Mon, 3 Feb 2025 18:31:14 -0800 Subject: [PATCH] Add draft post about transaction information (#54) Co-authored-by: Gary Tou --- .../post.mdx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 content/posts/more-information-about-transactions/post.mdx diff --git a/content/posts/more-information-about-transactions/post.mdx b/content/posts/more-information-about-transactions/post.mdx new file mode 100644 index 0000000..ea6c9de --- /dev/null +++ b/content/posts/more-information-about-transactions/post.mdx @@ -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: + + + +And, if an international wire is returned, we're now surfacing the return reason. + +Hope this helps you all navigate the complex financial world!