EndPoints
Estonia: https://aktiva.merit.ee/api/v2/PaymentImports
Poland: https://program.360ksiegowosc.pl/api/v2/PaymentImports
Query URL
Estonia: https://aktiva.merit.ee/api/v2/PaymentImports?ApiId={apiId}×tamp={timestamp}&signature={signature}&bankId={bankId}&bookingDateFrom={YYYY-mm-DD}&bookingDateTo={YYYY-mm-DD}&withLines=true/false
Poland: https://program.360ksiegowosc.pl/api/v2/PaymentImports?ApiId={apiId}×tamp={timestamp}&signature={signature}&bankId={bankId}&bookingDateFrom={YYYY-mm-DD}&bookingDateTo={YYYY-mm-DD}&withLines=true/false
URL Details
| Field | Type | Comment |
|---|---|---|
| bankId | Guid | Required |
| bookingDateFrom | Date | yyyy-MM-dd Required |
| bookingDateTo | Date | yyyy-MM-dd If not used then current date. Period length max 3 months! |
| withLines | Bool | true/false |
Successful Result
| Field | Type | Comment |
|---|---|---|
| BookingDate | Date | |
| AccServiceRRef | String | |
| Amount | Decimal | |
| CurrencyCode | String | |
| Document | String | |
| Description | String |

