Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NameTypeDescriptionMandatoryAvailable from version
BrickIdGuidNot used.  
AccountNoString

This is the account number of the SystemAccount which should receive the deposit.

Example: 15654

True 
AmountDecimal

This is the amount which should be deposited into the account. Negative amount is not allowed.

Example: 1000

True 
CurrencyCodeString

This the ISO-currency code of the deposit.

Example: SEK

True 
ExternalReferenceString

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)

If the deposit order is associated with an AllocationProfileId the resulting Trade Orders will receive this value for their ExternalReference as well.

  
OrderSettlementTypeEnum

Order settlement type is only applicable for orders with the Internal execution interface. This property will be set on trade orders created from the linked allocation order.

PAYMENT

CONFIRMATION

PRICE (Not supported)

 2.02
AllocationProfileIdGuid

A Linked allocation order is created where the cash will be allocated according to the allocation.

Amount overrides Linked Amount

  
Linked AmountLinkedAmountDecimalThe amount to be used in the allocation  
TradeDateDatetime?The trade date of the transaction. If not provided trade date will be set to today's date. 2.02

Outputs

NameTypeDescription
batchIdGUIDThis is the id of the batch of deposits which were created and this can be used by the external system as a bank transaction reference in order for BFS to map a physical deposit to which individual deposit orders which are included
BatchOrderNoStringThis is a string in number format which represents the BatchOrder
OrdersArray

This is an array where each item represents the individual deposit orders which were included in the batch deposit. The Array includes:

ExternalReference (the external reference received from the requester)

OrderId (this is the GUID order id of the deposit order in BFS)

OrderNo (this is a string in number format which represents the OrderId)

...