Zum Hauptinhalt springen
PUT

Autorisierungen

Authorization
string
header
erforderlich

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Antwort

BankAccountTransaction resource updated

id
string
read-only

Unique identifier of the bank account

Beispiel:

"ad8f0b9c-4b1e-4e0e-8b9c-4b1e4e0e8b9c"

suggestedInvoice
object | null
suggestedCustomer
object | null
valueDate
string<date-time>
bookingDate
string<date-time>
paymentDate
string<date-time>
usageDescription
string
Beispiel:

"Kundennummer 1234567890 Rechnung 1234567890"

endToEndId
string | null
Beispiel:

"1234567890"

counterParty
object | null
amount
object
fee
object
read-only
status
enum<string>
Verfügbare Optionen:
STATUS_RECEIVED,
STATUS_BOOKED,
STATUS_MANUAL_MATCHING_REQUIRED,
STATUS_IGNORED,
outstanding_amount,
suggestions_available
receivedAt
string<date-time>
read-only
bookedAt
string<date-time> | null
read-only
mandateId
string | null
read-only
Beispiel:

"MAN1234567890"

source
enum<string>
read-only

The source of the bank account transaction.

Verfügbare Optionen:
klarna
Beispiel:

"klarna"

type
enum<string>

The type of the bank account transaction.

Verfügbare Optionen:
debit,
credit
Beispiel:

"debit"

transactionCode
string | null
Beispiel:

"RCDT"

assignments
object[]
read-only

All assignments to invoices and their transactions. Can be one or multiple, if the bank transaction was split into multiple invoices. Use case: A customer pays multiple invoices with one bank transaction.

unassignedAmount
object
read-only

The amount that is not assigned to any invoice or transaction. Can be negative if the bank transaction is assigned to invoices and transactions with a higher amount than the bank transaction amount.