Name | Type | Description | Notes |
---|---|---|---|
account_id | int | Identifier of the bank account to which you want to transfer the money. | |
banking_pin | str | Online banking PIN. If a PIN is stored in the account's bank connection, then this field may remain unset. If the field is set though then it will always be used (even if there is some other PIN stored in the bank connection). | [optional] |
two_step_procedure_id | str | The bank-given ID of the two-step-procedure that should be used for the direct debit order. For a list of available two-step-procedures, see the corresponding bank connection (GET /bankConnections). If this field is not set, then the bank connection's default two-step procedure will be used. Note that in this case, when the bank connection has no default two-step procedure set, then the service will return an error (see response messages for details). | [optional] |
direct_debit_type | str | Type of the direct debit; either <code>BASIC</code> or <code>B2B</code> (Business-To-Business). Please note that an account which supports the basic type must not necessarily support B2B (or vice versa). Check the source account's 'supportedOrders' field to find out which types of direct debit it supports.<br/><br/> | |
sequence_type | str | Sequence type of the direct debit. Possible values:<br/><br/>• <code>OOFF</code> - means that this is a one-time direct debit order<br/>• <code>FRST</code> - means that this is the first in a row of multiple direct debit orders<br/>• <code>RCUR</code> - means that this is one (but not the first or final) within a row of multiple direct debit orders<br/>• <code>FNAL</code> - means that this is the final in a row of multiple direct debit orders<br/><br/> | |
execution_date | str | Execution date for the direct debit(s), in the format 'yyyy-MM-dd'. | |
direct_debits | list[SingleDirectDebitData] | List of the direct debits that you want to execute. Please check the account's 'supportedOrders' field to find out whether you can pass multiple direct debits or just one. |