Versions Compared

Key

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

...

...

...

...

Inputs (Array[] of AutoGiroWithdrawalOrder) inherits from EntityBase

NameTypeDescriptionMandatoryAvailable from version
BrickIdGuid Not used.
 2.20.1
AccountGuid This is the sytem Id of the Account which the withdrawal concerns. True 2.20.1
Amountdecimal The amount that will be withdrawn (positive number)  True 2.20.1
BusinessDateDateTimeThe business date of the AutoGiro withdrawalTrue2.20.1
 TransferReceiverGuid The system Id of the transfer receiver that should be used by the AutoGiro transfer. The only allowed TransferReceiverType is AutoGiro True 2.20.1
 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)


 2.20.1
CommentstringA comment that you want the order to have
2.20.1

...

NameTypeDescriptionAvailable from version
OrdersArrayThe BrickId (unique id) of the account type This is an array where each item represents the individual withdrawal orders which were created from the AutoGiro 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)

...