CreateTransferReceivers
Inputs (Array[]) inherits from EntityBase
Name | Type | Description | Mandatory | Available from version |
---|---|---|---|---|
Name | string | Name of this transfer receiver | True | 2.13 |
Comment | string | A comment or description | False | |
BatchOrders | bool | True if orders on this account should be batch processed | True | |
Person | Guid | The ID of the person who owns this account | True | |
TransferReceiverExtraInfo | Complex | Determines the account type. Also contains a type specific payload (spec below). One of the following:
| True | TransferReceiverExtraInfoBicIban new from 2023-06-28 |
TransferReceiverExtraInfoAutoGiro
Name | Type | Description | Mandatory | Available from version | Comment |
---|---|---|---|---|---|
BankName | string | Name of the bank that holds the external account | False | ||
CounterPartyClearingNo | string | Accounts clearing number | True | Max five digits (a hyphen is not allowed) | |
CounterPartyAccountNo | string | Accounts account number | True |
TransferReceiverExtraInfoBankGiro
Name | Type | Description | Mandatory | Available from version | Comment |
---|---|---|---|---|---|
Account No | string | External account number | False | Deprecated as of 2.37 and replaced by BankGiroNumber | |
BankGiroNumber | string | The BankGiro number. | True | 2.37 |
TransferReceiverExtraInfoDirectBankDomestic
Name | Type | Description | Mandatory | Available from version |
---|---|---|---|---|
CounterPartyClearingNo | string | Accounts clearing number | True | |
CounterPartyAccountNo | string | Accounts account number | True |
TransferReceiverExtraInfoDirectBankForeign
Name | Type | Description | Mandatory | Available from version |
---|---|---|---|---|
BIC | string | International BIC code | False | |
IBAN | string | International IBAN code | False | |
Address | string | The banks address | False |
TransferReceiverExtraInfoSecurities
Name | Type | Description | Mandatory | Available from version |
---|---|---|---|---|
CounterParty | string | Bricknode ID of the counterparty | True | |
AccountNo | string | Account number at the counterparty | False |
TransferReceiverExtraInfoSecuritiesAccount
Name | Type | Description | Mandatory | Available from version |
---|---|---|---|---|
CounterParty | string | Bricknode ID of the counterparty | True | |
AccountNo | string | Account number at the counterparty | False |
TransferReceiverExtraInfoPlusGiro
Name | Type | Description | Mandatory | Available from version |
---|---|---|---|---|
AccountNo | string | The plusgiro account number | False |
TransferReceiverExtraInfoBicIban
Name | Type | Description | Mandatory | Available from version |
---|---|---|---|---|
BIC | string | BIC number | True | 2023-06-28 |
IBAN | string | IBAN number | True | 2023-06-28 |
Response rows
Name | Type | Description | Available from version |
---|---|---|---|
Entities | Array | All TransferReceivers in the request is returned. And array of Errors per TransferReceiver |
Code examples
Postman:
Terms of License
Change Policy
© 2009 - 2023 Huddlestock Technologies AB All rights reserved