TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

How to Send a Swift Wire for Developers

66 点作者 svapnil9 个月前

7 条评论

chuzz9 个月前
Cool to see how swift wire payments works in practice, but using JS floating point numbers for money amounts is a disaster waiting to happen
评论 #41553532 未加载
评论 #41553538 未加载
评论 #41553708 未加载
评论 #41555280 未加载
svapnil9 个月前
Hey HackerNews,<p>I published iso20022js.com a few weeks ago, and I was incredibly surprised by the overwhelming traction it received. I wanted to share more about some payments fundamentals that engineers might need in order to run this package - specifically, how sending these types of bank payments actually works.
评论 #41554310 未加载
acheong089 个月前
&gt; you will need to configure the bank to allow for direct transmission. This is a process that your bank will need to complete with you.<p>How easy is this process? Are all banks required to provide such a service? How about countries outside the USA
评论 #41553447 未加载
评论 #41555642 未加载
评论 #41564655 未加载
hansoolo9 个月前
But sending the transaction is just ONE part of the ISO. There are a lot of other different messages that are part of the standard: <a href="https:&#x2F;&#x2F;www.iso20022.org&#x2F;iso-20022-message-definitions" rel="nofollow">https:&#x2F;&#x2F;www.iso20022.org&#x2F;iso-20022-message-definitions</a>
评论 #41555323 未加载
cyberpunk9 个月前
This is cool; I&#x27;d love to hear more about how the actual transfer of money works e.g clearing, r-transactions and so on if you&#x27;re looking for a follow up blog ;)
评论 #41553911 未加载
kirmerzlikin9 个月前
Nice article! It&#x27;s always interesting to look behind the scenes of payment infrastructure.<p>BTW, when I tried the interactive demo [1] I noticed that it appended &quot;undefined&quot; to the end of the generated XML. Happens both in Firefox and Chrome, so it doesn&#x27;t seem to be a browser quirk.<p>[1] <a href="https:&#x2F;&#x2F;www.iso20022js.com&#x2F;demo" rel="nofollow">https:&#x2F;&#x2F;www.iso20022js.com&#x2F;demo</a>
评论 #41555307 未加载
paperpunk9 个月前
nit: it’s been called ‘Swift’ for a while, not ‘SWIFT’.