Download the PHP package spojenet/csas-accountsapi without Composer
On this page you can find all versions of the php package spojenet/csas-accountsapi. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download spojenet/csas-accountsapi
More information about spojenet/csas-accountsapi
Files in spojenet/csas-accountsapi
Package csas-accountsapi
Short Description API for managing production accounts.
License MIT
Homepage https://www.csas.cz/content/dam/cz/csas/www_csas_cz/dokumenty/obecne/how-to-connect-to-api-of-cs.pdf
Informations about the package csas-accountsapi
Premium - Accounts API
API for managing production accounts.
For more information, please visit https://www.csas.cz/content/dam/cz/csas/www_csas_cz/dokumenty/obecne/how-to-connect-to-api-of-cs.pdf.
Installation & Usage
Requirements
PHP 7.4 and later. Should also work with PHP 8.0.
Composer
To install the bindings via Composer, add the following to composer.json
:
Then run composer install
Manual Installation
Download the files and include autoload.php
:
Getting Started
Please follow the installation procedure and then run the following:
API Endpoints
All URIs are relative to https://www.csas.cz/webapi/api/v3/accounts
Class | Method | HTTP request | Description |
---|---|---|---|
DefaultApi | getAccountBalance | GET /my/accounts/{id}/balance | Get account balance |
DefaultApi | getAccounts | GET /my/accounts | Get account details |
DefaultApi | getStatements | GET /my/accounts/{id}/statements | Get statements list |
DefaultApi | getTransactions | GET /my/accounts/{id}/transactions | Overview of transactions |
Models
- Account
- AccountBalance
- AccountCurrencyExchange
- AccountRelatedAgents
- GetAccounts400Response
- GetAccounts403Response
- GetAccounts404Response
- GetAccounts405Response
- GetAccounts412Response
- GetAccounts429Response
- GetAccounts500Response
- GetAccounts503Response
- GetStatements400Response
- GetStatements403Response
- GetStatements404Response
- GetTransactions400Response
- GetTransactions401Response
- GetTransactions404Response
- StatementList
- StatementListAccountStatementsInner
- StatementListAccountStatementsInnerPeriod
- TransactionList
- TransactionListTransactionsInner
Authorization
Authentication schemes defined for the API:
bearerAuth
- Type: Bearer authentication (JWT)
ApiKeyAuth
- Type: API key
- API key parameter name: web-api-key
- Location: HTTP header
Tests
To run the tests, use:
Author
About this package
This PHP package is automatically generated by the OpenAPI Generator project:
- API version:
1.0.0
- Generator version:
7.10.0
- Generator version:
- Build package:
org.openapitools.codegen.languages.PhpClientCodegen
All versions of csas-accountsapi with dependencies
ext-curl Version *
ext-json Version *
ext-mbstring Version *
guzzlehttp/guzzle Version ^7.3
guzzlehttp/psr7 Version ^1.7 || ^2.0
vitexsoftware/ease-core Version ^1.45