Endpoints
Estonia: https://aktiva.merit.ee/api/v2/Banks/{bankId}/IncomePayments
Poland: https://program.360ksiegowosc.pl/api/v2/Banks/{bankId}/IncomePayments
Query URL
Estonia: https://aktiva.merit.ee/api/v2/Banks/{bankId}/IncomePayments?ApiId={apiId}×tamp={timestamp}&signature={signature}&docDateFrom={YYYY-mm-DD}&docDateTo={YYYY-mm-DD}&createdFrom={YYYY-mm-DD}&createdTo={YYYY-mm-DD}
Poland: https://program.360ksiegowosc.pl/api/v2/Banks/{bankId}/IncomePayments?ApiId={apiId}×tamp={timestamp}&signature={signature}&docDateFrom={YYYY-mm-DD}&docDateTo={YYYY-mm-DD}&createdFrom={YYYY-mm-DD}&createdTo={YYYY-mm-DD}
URL Details
| Field | Type | Comment |
|---|
| bankId | Guid | Required |
| docDateFrom | Date | yyyy-MM-dd Required |
| docDateTo | Date | yyyy-MM-dd Period length max 3 months |
| createdFrom | Date | yyyy-MM-dd Required if the docDateFrom not used |
| createdTo | Date | yyyy-MM-dd Period length max 3 months |
Successful Result
| Field | Type | Comment |
|---|
| Id | Guid | |
| DocumentDate | Date | |
| DocumentNumber | String | |
| Direction | Int | |
| CounterPartType | Int | |
| CounterPartName | String | |
| CounterPartId | Guid | |
| Amount | Decimal | |
| CurrencyCode | String | |
| CurrencyRate | Decimal | |
| ChangedOn | Date | |
| Lines | Array of Lines object | |
Line Object
| Field | Type | Comment |
|---|
| DocumentId | Guid | |
| DocumentNumber | String | |
| DocumentAmount | Decimal | |
| PaidAmount | Decimal | |