Versions Compared

Key

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

...

Name

Type

Description

Mandatory

Available from version

BrickId

Guid

Not used.



AccountNo

String

This is the account number of the SystemAccount which the withdrawal concerns.

Example: 15654

True


IsPercent

Bool

This defines if the number in Amount should be read as a percentage number or a currency number.

True


Amount

Decimal

This is the amount which should be withdrawn from the account. A negative amount is not allowed.

Example: 1000

To get the maximal amount to take out is the value on AvailableAmount from the endpoint GetPositions.

True


CurrencyCode

String

This the ISO-currency code of the withdrawal.

Example: SEK

True


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


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, DirectBankDomestic and Bic/IBAN.

Support for NorwegianPostGiro and NorwegianBankAccount (2024-03-20)

True


...