GET
/
payment
/
bank-account-transactions
/
status-count
curl -X GET \
 /payment/bank-account-transactions/status-count \
 --header "Authorization: Bearer <token>"
{
  "received": 123,
  "booked": true,
  "manualMatchingRequired": 123,
  "ignored": true,
  "outstandingAmount": 123,
  "suggestionsAvailable": 123
}

Authorizations

Authorization
string
header
required

Value for the Authorization header parameter.

Response

200
application/json
BankAccountTransaction resource
received
integer
booked
boolean
manualMatchingRequired
integer
ignored
boolean
outstandingAmount
integer
suggestionsAvailable
integer