cURL
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 }
Retrieves a BankAccountTransaction resource.
bank-account-transaction:read
Value for the Authorization header parameter.
BankAccountTransaction resource
Was this page helpful?