Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 2.24 KB

SingleMoneyTransferRecipientData.md

File metadata and controls

16 lines (13 loc) · 2.24 KB

# SingleMoneyTransferRecipientData

Properties

Name Type Description Notes
recipient_name string 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 string 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 string 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>. If no BIC is given, finAPI will try to recognize it using the given recipientIban value (if it's given). And then if the result value is not empty, it 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 the value will always be ignored). [optional]
clearing_account_id string 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]
end_to_end_id string End-To-End ID for the transfer transaction [optional]
amount float The amount to transfer. Must be a positive decimal number with at most two decimal places (e.g. 99.99)
purpose string The purpose of the transfer transaction [optional]
sepa_purpose_code string SEPA purpose code, according to ISO 20022, external codes set. [optional]

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