Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.96 KB

SingleMoneyTransferRecipientData.md

File metadata and controls

15 lines (11 loc) · 1.96 KB

SingleMoneyTransferRecipientData

Properties

Name Type Description Notes
recipient_name str Name of the recipient. Note: Neither finAPI nor the involved bank servers are guaranteed to validate the recipient name. Even if the recipient name does not depict the actual registered account holder of the specified recipient account, the money transfer request might still be successful. This field is optional only when you pass a clearing account as the recipient. Otherwise, this field is required. [optional]
recipient_iban str IBAN of the recipient's account. This field is optional only when you pass a clearing account as the recipient. Otherwise, this field is required. [optional]
recipient_bic str BIC of the recipient's account. Note: This field is optional when you pass a clearing account as the recipient or if the bank connection of the account that you want to transfer money from supports the IBAN-Only money transfer. You can find this out via GET /bankConnections/<id>. Also note that when a BIC is given, then this BIC will be used for the money transfer request independent of whether it is required or not (unless you pass a clearing account, in which case this field will always be ignored). [optional]
clearing_account_id str Identifier of a clearing account. If this field is set, then the fields 'recipientName', 'recipientIban' and 'recipientBic' will be ignored and the recipient account will be the specified clearing account. [optional]
amount float The amount to transfer. Must be a positive decimal number with at most two decimal places (e.g. 99.90)
purpose str The purpose of the transfer transaction [optional]

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