Ohmyfin Limited, a UK-registered fintech company (previously worked under the brand TrackMySwift), has officially launched its public API SDK suite, making cross-border payment tracking and validation accessible to developers worldwide. The open-source SDKs are now available on GitHub.
Three SDKs for Major Programming Languages
The Ohmyfin API is now available through official SDKs for the most popular backend programming languages:
- ohmyfin-node - Official Node.js SDK, installable via
npm install ohmyfin - ohmyfin-python - Official Python SDK, installable via
pip install ohmyfin - ohmyfin-php - Official PHP SDK, installable via
composer require ohmyfin/ohmyfin-php
Core API Capabilities
The Ohmyfin API provides four essential functions for financial institutions and fintech developers:
1. Real-Time Transaction Tracking
Track SWIFT payments in real-time using UETR (Unique End-to-End Transaction Reference) or traditional reference numbers. The track() method returns comprehensive status information including timestamp of last update and detailed bank-by-bank routing progress.
2. Pre-Send Payment Validation
The validate() method allows developers to verify transactions before submission. This includes BIC code validation, IBAN verification, and sanctions screening against multiple regulatory lists. The API also provides estimated delivery times and recommends optimal correspondent banking routes.
3. Standard Settlement Instructions (SSI)
Access correspondent banking information and settlement instructions through the getSSI() method. Retrieve detailed correspondent bank data and supported currency lists for any financial institution.
4. Status Change Reporting
Financial institutions can report transaction status updates using the change() method, contributing to the real-time tracking network.
Getting Started
Developers can obtain API credentials from ohmyfin.ai and start integrating within minutes. All SDKs include TypeScript definitions (for Node.js), comprehensive error handling, and configurable timeout settings.
Visit the official Ohmyfin GitHub organization to explore the source code, report issues, or contribute to the project.
About Ohmyfin Limited
Ohmyfin Limited is a UK-registered financial technology company specializing in cross-border payment infrastructure. The company previously operated under the brand TrackMySwift before rebranding to Ohmyfin. Their API serves banks, payment service providers, and fintech companies seeking to enhance their international payment capabilities.
For more information, visit ohmyfin.ai or explore the SDK repositories at github.com/ohmyfin.