Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 2.27 KB

DirectDebitOrderParams.md

File metadata and controls

20 lines (17 loc) · 2.27 KB

# DirectDebitOrderParams

Properties

Name Type Description Notes
counterpart_name string Name of the counterpart. Note: Neither finAPI nor the involved bank servers are guaranteed to validate the counterpart name. Even if the name does not depict the actual registered account holder of the target account, the order might still be successful.
counterpart_iban string IBAN of the counterpart's account.
counterpart_bic string BIC of the counterpart's account. Only required when there is no 'IBAN_ONLY'-capability in the respective account/interface combination that is to be used when submitting the payment. [optional]
amount float The amount of the payment. Must be a positive decimal number with at most two decimal places. When debiting money using the FINTS_SERVER or WEB_SCRAPER interface, the currency is always EUR.
purpose string The purpose of the transfer transaction [optional]
sepa_purpose_code string SEPA purpose code, according to ISO 20022, external codes set.<br/>Please note that the SEPA purpose code may be ignored by some banks. [optional]
end_to_end_id string End-To-End ID for the transfer transaction [optional]
mandate_id string Mandate ID that this direct debit order is based on.
mandate_date string Date of the mandate that this direct debit order is based on, in the format 'YYYY-MM-DD'
creditor_id string Creditor ID of the source account's holder
counterpart_address string The postal address of the debtor. This should be defined for direct debits created for debtors outside of the european union. [optional]
counterpart_country ISO3166Alpha2Codes <strong>Type:</strong> ISO3166Alpha2Codes<br/> The ISO 3166 ALPHA-2 country code of the debtor’s address. Examples: 'GB' for the United Kingdom or 'CH' for Switzerland. This should be defined for direct debits created for debtors outside of the european union. [optional]

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