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 the withdrawal concerns.

Example: 15654

True
IsPercentBoolThis defines if the number in Amount should be read as a percentage number or a currency number.True
AmountDecimal

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

Example: 1000

True
CurrencyCodeString

This the ISO-currency code of the withdrawal.

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)

True
TransferReceiverGuidThe BFS-id of the TransferReceiver. From version 2.20.1 you will only be able to use transfer receivers of type BankGiro and 

DirectBankDomestic. From 2023-06-21 you can also use the type BicIban if you want to use ISO 20022 Payments. Read more here: ISO 20022 Debit Payments - Bricknode Knowledgebase - Confluence (atlassian.net) 

True

Outputs

NameTypeDescriptionAvailable from version
OrdersArray

This is an array where each item represents the individual withdrawal orders which were created from the withdrawal request. The Array includes:

ExternalReference (the external reference received from the requester)

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

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


...