Transactions & ReportingStatements
Get a Statement
Authorization
authorization AuthorizationBearer <token>
Set Your Secret API Key
In: header
Path Parameters
id*string
Response Body
*/*
curl -X GET "https://example.com/v1/statements/string"{ "bankAccount": { "bank": "string", "bankAccountNumber": "string", "id": "string" }, "closingBalance": 0, "createdAt": "string", "currency": "string", "id": "string", "openingBalance": 0, "statementDate": "string", "type": "string", "updatedAt": "string"}