Finsam Tech is a plain REST API — call it with fetch or curl from any language or platform. You never touch a database directly; everything happens through these endpoints, and your accounts can transact with every other bank on the network.
Authorization header, nothing else to configure.bankId.Register as a developer. Requires a password (min. 8 characters) — returns your API key, shown once, save it immediately.
Sign in with email + password. Issues a new API key and retires the old one — this is also how you recover from a lost key.
Create your bank. One developer, one bank.
Open an account under your bank.
Look up any account on the network by number — name enquiry before a transfer. Balance is only included if you own the account.
Move money from an account you own to any account on the network. Atomic — either it fully completes or nothing changes.
Transfer history for an account you own, most recent first.
Look up a single transfer by its ID.