Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.66 KB

SingleDirectDebitData.md

File metadata and controls

18 lines (14 loc) · 1.66 KB

SingleDirectDebitData

Properties

Name Type Description Notes
debitor_name str Name of the debitor. Note: Neither finAPI nor the involved bank servers are guaranteed to validate the debitor name. Even if the debitor name does not depict the actual registered account holder of the specified debitor account, the direct debit request might still be successful.
debitor_iban str IBAN of the debitor's account
debitor_bic str BIC of the debitor's account. Note: This field is optional if - and only if - the bank connection of the account that you want to transfer money to supports the IBAN-Only direct debit. 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 direct debit request independent of whether it is required or not. [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]
mandate_id str Mandate ID that this direct debit order is based on.
mandate_date str Date of the mandate that this direct debit order is based on, in the format 'yyyy-MM-dd'
creditor_id str Creditor ID of the source account's holder [optional]
end_to_end_id str End-To-End ID for the transfer transaction [optional]

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