Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.61 KB

NewTransaction.md

File metadata and controls

17 lines (13 loc) · 1.61 KB

NewTransaction

Properties

Name Type Description Notes
amount float Amount. Required.
purpose str Purpose. Any symbols are allowed. Maximum length is 2000. Optional. Default value: null. [optional]
counterpart str Counterpart. Any symbols are allowed. Maximum length is 80. Optional. Default value: null. [optional]
counterpart_iban str Counterpart IBAN. Optional. Default value: null. [optional]
counterpart_blz str Counterpart BLZ. Optional. Default value: null. [optional]
counterpart_bic str Counterpart BIC. Optional. Default value: null. [optional]
booking_date str Booking date in the format 'yyyy-MM-dd'.<br/><br/>If the date lies back more than 10 days from the booking date of the latest transaction that currently exists in the account, then this transaction will be ignored and not imported. If the date depicts a date in the future, then finAPI will deal with it the same way as it does with real transactions during a real update (see fields 'bankBookingDate' and 'finapiBookingDate' in the Transaction Resource for explanation).<br/><br/>This field is optional, default value is the current date. [optional]
value_date str Value date in the format 'yyyy-MM-dd'. Optional. Default value: Same as the booking date. [optional]

[Back to Model list] [Back to API list] [Back to README]