This section of the API documentation covers our Banking services. The APIs provided here will allow you to manage bank accounts, perform transactions, access real-time account information, and automate banking tasks.
By calling this API, you can receive the list of company connected accounts, including customer number, account title, and connected deposit numbers.
{- "data": [
- {
- "cif": "123566",
- "accountTitle": "My Test Account 1",
- "accountDepositNumbers": "[\"1234-123-567\",\"1234-123-567\"]"
}
]
}
By calling this API, you can receive general information related to the entered deposit number.
depositNumber required | string Deposit Number |
{- "depositNumber": "1020-10-2008748-1"
}
{- "result": [
- {
- "depositType": 10,
- "branchCode": "1020",
- "ibanNumber": "IR960580102001002008748001",
- "depositNumber": "1020-10-2008748-1",
- "currency": "IRR"
}
]
}
By calling this API, you can receive the balance of the entered deposit number.
depositNumber required | string Deposit Number |
{- "depositNumber": "1020-10-2008748-1"
}
{- "result": {
- "balance": {
- "price": "203295123",
- "availablePrice": "203295423"
}, - "currency": "IRR"
}
}
By calling this API, you can receive the list of transactions for the entered deposit number.
depositNumber required | string Deposit Number |
{- "depositNumber": "1020-10-2008748-1"
}
{- "result": {
- "date": "2024-04-24T14:31:18IRST",
- "description": "انتقال از اينترنت 03555555 بانک سرمايه به ک 6396070020002491 ش م 411514715943 ش پ 715943",
- "balance": 203295423,
- "serial": 10453740,
- "registrationNumber": 0,
- "branchCode": "1020",
- "branchName": "سينما آزادي",
- "agentBranchCode": "190",
- "agentBranchName": "کارت - تست",
- "transferAmount": -1000,
- "serialNumber": "0",
- "statementId": "10453740_1713956478000_1020_1",
- "referenceNumber": null,
- "paymentId": null
}
}
The Accounting section provides a robust set of APIs that enable the automation and management of financial records. This includes invoicing, expense tracking, financial reporting, and ledger management. Designed with scalability and accuracy in mind, our APIs are suitable for businesses of all sizes, helping them streamline accounting processes, ensure compliance, and maintain up-to-date financial data with minimal manual intervention.