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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
BankAccountTransaction resource
War diese Seite hilfreich?