CreateDirectBankWithdrawalOrders
Inputs (Array[] of DirectBankWithdrawalOrder) inherits from EntityBase
Name | Type | Description | Mandatory | Available from version |
---|---|---|---|---|
BrickId | Guid | Not used. | ||
Account | Guid | This is the system Id of the account which the withdrawal concerns. | True | 2.20.1 |
Amount | Decimal | This is the amount which should be withdrawn from the account. Negative amount is not allowed. Example: 1000 | True | 2.20.1 |
CashCurrencyCode | String | This the ISO-currency code of the withdrawal. Example: SEK | True | 2.20.1 |
ExternalReference | String | This can be any combination of characters which is used by the sender to link information between BFS and external systems Example: 465465456 (as the transaction ID of the external system) | True | 2.20.1 |
TransferReceiver | Guid | The BFS-id of the TransferReceiver. From version 2.20.1 you will only be able to use transfer receivers of type BankGiro and DirectBankDomestic | True | 2.20.1 |
OrderNo | string | (NOT USED AS INPUT) Used to identify the order that was created from this object when receiving the response from calling the method. | 2.20.1 |
Outputs
Name | Type | Description | Available from version |
---|---|---|---|
Code Examples
Related pages
Terms of License
Change Policy
© 2009 - 2024 Huddlestock Technologies AB All rights reserved