myPOS Banking API Overview
Easily manage your accounts, view transactions, and transfer funds — all with a simple API!
The myPOS Banking API helps you securely access your financial data, automate daily banking tasks, and connect your business tools to myPOS.
How Integration Works
To use the Banking API, you’ll need:
- A valid OAuth2 token from myPOS Identity API
- An active merchant session
- The right access scopes (like
banking.readorbanking.write)
All endpoints use REST and return JSON, so it’s easy to connect from any app or platform.
Security & Compliance
- All requests use HTTPS for encryption
- Access is controlled by your permissions and identity settings
- Sensitive actions (like transfers) may need extra verification
Transaction Endpoints
-
GET
/accounting/v1/transactions
Get a list of all your merchant transactions. -
GET
/accounting/v1/transactions/{payment_reference}
Get details for a specific transaction using its payment reference. -
GET
/accounting/v1/transactions/multiple
Get details for multiple transactions at once using payment references.