TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How does open banking payments work?

5 pointsby thalaabout 1 year ago
Can someone help me understand how it is different from the traditional schemes like ACH and SEPA? Or is the built on top of these existing rails to make the payment?<p>From a consumer POV is there a preference for open banking tools like Plaid or Trustly while shopping online?

1 comment

ian0about 1 year ago
Typically open banking refers to a Banks provisioning of Oauth style APIs that allow users to share banking permissions with third parties. So a third party provider (eg payment company, budgeting app etc) can grab your statement data and trigger payments on your behalf just like you would from your mobile banking app.<p>ACH &amp; SEPA are payments rails, which facilitate the interbank transfer of money. So for example, the app you have given permissions to make transfers to will request a transfer through the open banking APIs to your bank, then the bank itself will use the payments rails to process the transfer.