Report example
{
"instantorRequestId":"30150cb9-1855-4085-9ecb-cf7072742403",
"processFinishedTime":"2016-11-28T11:38:43.991+01:00",
"processStartTime":"2016-11-23T10:19:50.824+01:00",
"processStatus":"ok",
"reportNumber":0,
"miscParams":[
{
"name":"report_misc_param_name",
"value":"report_misc_param_value"
}
],
"accountReportList":[
{
"number":"1234-5678-90123",
"totalNumberOfTransactions":33,
"wholeMonthsAvailable":3,
"averageNumberOfTransactionsWholeMonth":10.3,
"averageAmountOfIncomingTransactionsWholeMonth":0.0,
"averageAmountOfOutgoingTransactionsWholeMonth":-12.0,
"averageMinimumBalanceWholeMonth":-36.0,
"cashFlow":[
{
"calendarMonth":"2016-11-01",
"incoming":0.0,
"outgoing":0.0,
"minBalance":-48.0,
"maxBalance":-48.0,
"avgBalance":-48.0,
"isWholeMonth":false
}
]
}
],
"userDetails":{
"name":"netbanking_owner_name",
"address":[
"Address 1"
],
"phone":[
"Phone 1"
],
"email":[
"Email 1"
],
"personalIdentifier":[
{
"name":"personal_id_name",
"value":"personal_id_value"
}
]
},
"bankInfo":{
"name":"bank_name",
"country":"country_identifier",
"id":"bank_identifier"
},
"accountList":[
{
"number":"1234-5678-90123",
"type":"account_type",
"balance":-48.0,
"currency":"PLN",
"iban":"account_iban",
"holderName":"Jon Doe",
"openedAt":"date",
"availableAmount":100.00,
"nationalBankId":{
"name":"national_bank_id_name",
"value":"123123123"
},
"transactionList":[
{
"onDate":"2016-11-01",
"valueDate":"2016-11-01",
"bookingDate":"2016-11-01",
"description":"transaction_description",
"amount":0.0,
"balance":-48.0,
"type":"transaction_type",
"referenceID":"transaction_reference_id",
"category":"transaction_category",
"payerPayeeName":"payer_payee_name",
"payerPayeeAccount":"payer_payee_account",
"params":[
{
"name":"transaction_param_name",
"value":"transaction_param_value"
}
]
}
]
}
]
}
Last updated
Was this helpful?