Introduction to myPOS Banking API
The myPOS Banking API lets you easily connect your app or business to myPOS’s financial services. With this API, you can securely manage your accounts, view transactions, and handle banking operations—all in real time.
Whether you’re a registered merchant or building an integration, the Banking API helps you automate your financial tasks and keep your data up to date.
What can you do with the Banking API?
-
Account Management:
See details about your accounts, including IBANs, balances, and currencies. -
Transaction History:
Get a list of your transactions—both recent and past—for easy tracking and reporting. -
Bank Statements:
Download statements for bookkeeping or sharing with other systems. -
Currency Support:
Work with accounts in multiple currencies and see your balances in real time.
How to connect
To use the Banking API, you’ll need:
- A valid OAuth2 token (get this from the myPOS Identity API)
- An active merchant session for secure requests
- The right access permissions (like
banking.readorbanking.write)
All API endpoints use REST and return data in JSON, making it simple to use with any programming language.
Security & Compliance
- All requests are encrypted and require authentication.
- You only get access to what your permissions allow.
- Some sensitive actions (like transferring money) may need extra verification for safety.