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 | downloadAccountStatement | GET /my/accounts/{id}/statements/{accountStatementId}/download | Download account statement |
DefaultApi | getAccountBalance | GET /my/accounts/{id}/balance | Get account balance |
DefaultApi | getAccountStatements | GET /my/accounts/{id}/statements | Get account statements |
DefaultApi | getAccounts | GET /my/accounts | Get account details |
DefaultApi | getTransactions | GET /my/accounts/{id}/transactions | Overview of transactions |
Models
- Account
- AccountBalance
- AccountCurrencyExchange
- AccountIdentification
- AccountRelatedAgents
- AccountRelationship
- AccountServicer
- AccountSuitableScope
- DownloadAccountStatement200Response
- DownloadAccountStatement200Response1
- DownloadAccountStatement200Response2
- DownloadAccountStatement400Response
- DownloadAccountStatement400ResponseErrorsInner
- GetAccountBalance200Response
- GetAccountBalance200ResponseBalancesInner
- GetAccountBalance200ResponseBalancesInnerAmount
- GetAccountBalance200ResponseBalancesInnerDate
- GetAccountBalance200ResponseBalancesInnerType
- GetAccountBalance200ResponseBalancesInnerTypeCodeOrProprietary
- GetAccountStatements200Response
- GetAccountStatements200ResponseAccountStatementsInner
- GetAccountStatements200ResponseAccountStatementsInnerFormatsInner
- GetAccountStatements400Response
- GetAccountStatements400ResponseErrorsInner
- GetAccountStatements404Response
- GetAccountStatements404ResponseErrorsInner
- GetAccountStatements429Response
- GetAccountStatements429ResponseErrorsInner
- GetAccountStatements500Response
- GetAccountStatements500ResponseErrorsInner
- GetAccountStatements503Response
- GetAccountStatements503ResponseErrorsInner
- GetAccounts200Response
- GetAccounts403Response
- GetAccounts403ResponseErrorsInner
- GetTransactions200Response
- GetTransactions200ResponseTransactionsInner
- GetTransactions200ResponseTransactionsInnerAmount
- GetTransactions200ResponseTransactionsInnerBankTransactionCode
- GetTransactions200ResponseTransactionsInnerBankTransactionCodeProprietary
- GetTransactions200ResponseTransactionsInnerBookingDate
- GetTransactions200ResponseTransactionsInnerEntryDetails
- GetTransactions200ResponseTransactionsInnerEntryDetailsTransactionDetails
- GetTransactions200ResponseTransactionsInnerEntryDetailsTransactionDetailsAmountDetails
- GetTransactions200ResponseTransactionsInnerEntryDetailsTransactionDetailsAmountDetailsCounterValueAmount
- GetTransactions200ResponseTransactionsInnerEntryDetailsTransactionDetailsAmountDetailsCounterValueAmountAmount
- GetTransactions200ResponseTransactionsInnerEntryDetailsTransactionDetailsAmountDetailsCounterValueAmountCurrencyExchange
- GetTransactions200ResponseTransactionsInnerEntryDetailsTransactionDetailsAmountDetailsInstructedAmount
- GetTransactions200ResponseTransactionsInnerEntryDetailsTransactionDetailsAmountDetailsInstructedAmountAmount
- GetTransactions200ResponseTransactionsInnerEntryDetailsTransactionDetailsReferences
- GetTransactions200ResponseTransactionsInnerEntryDetailsTransactionDetailsRelatedAgents
- GetTransactions200ResponseTransactionsInnerEntryDetailsTransactionDetailsRelatedAgentsCreditorAgent
- GetTransactions200ResponseTransactionsInnerEntryDetailsTransactionDetailsRelatedAgentsCreditorAgentFinancialInstitutionIdentification
- GetTransactions200ResponseTransactionsInnerEntryDetailsTransactionDetailsRelatedAgentsDebtorAgent
- GetTransactions200ResponseTransactionsInnerEntryDetailsTransactionDetailsRelatedAgentsDebtorAgentFinancialInstitutionIdentification
- GetTransactions200ResponseTransactionsInnerEntryDetailsTransactionDetailsRelatedParties
- GetTransactions200ResponseTransactionsInnerEntryDetailsTransactionDetailsRelatedPartiesCreditor
- GetTransactions200ResponseTransactionsInnerEntryDetailsTransactionDetailsRelatedPartiesCreditorAccount
- GetTransactions200ResponseTransactionsInnerEntryDetailsTransactionDetailsRelatedPartiesCreditorAccountIdentification
- GetTransactions200ResponseTransactionsInnerEntryDetailsTransactionDetailsRelatedPartiesCreditorAccountIdentificationOther
- GetTransactions200ResponseTransactionsInnerEntryDetailsTransactionDetailsRelatedPartiesDebtor
- GetTransactions200ResponseTransactionsInnerEntryDetailsTransactionDetailsRelatedPartiesDebtorAccount
- GetTransactions200ResponseTransactionsInnerEntryDetailsTransactionDetailsRelatedPartiesDebtorAccountIdentification
- GetTransactions200ResponseTransactionsInnerEntryDetailsTransactionDetailsRelatedPartiesDebtorAccountIdentificationOther
- GetTransactions200ResponseTransactionsInnerEntryDetailsTransactionDetailsRemittanceInformation
- GetTransactions200ResponseTransactionsInnerEntryDetailsTransactionDetailsRemittanceInformationStructured
- GetTransactions200ResponseTransactionsInnerEntryDetailsTransactionDetailsRemittanceInformationStructuredCreditorReferenceInformation
- GetTransactions200ResponseTransactionsInnerValueDate
- StatementList
- 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.47