Versions Compared

Key

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

...

NameTypeDescriptionMandatoryAvailable from version
BrickIdsGuid[]Filter by array of BrickIds. BrickId is the internal id of an autogiro order
2.27.20201216
CreatedDateFromDateTime?When used, both from date and to date should be provided in the request


2.27.20201216
CreatedDateToDateTime?
2.27.20201216
CurrencyCodesstring[]The ISO-code of the currency in the order, for example "EUR"
2.27.20201216
ExternalReferencestring[]The external reference that was set at the creation of the order
2.27.20201216
BatchOrderIdsGuid[]The BrickIds of the batch orders that the autogiro orders should be included within
2.27.20201216
AccountIdsGuid[]The BrickIds of accounts that the autogiro orders should be associated with
2.27.20201216
AutogiroOrderStatusesstring[]The current state of the order. The states can be found in the back office GUI of BFS by navigating to SystemData→Workflows and then look at the workflow for this order type
2.27.20201216
TransferReceiverIdsGuid[]The BrickIds of the TransferReceiver that the order was associated with
2.27.20201216
SettlementDateFromDateTime?When used, both from date and to date should be provided in the request
2.27.20201216
SettlementDateToDateTime?
2.27.20201216
TransferOrderTypeKeysstring[]The type of autogiro order. Can be "AutoGiroTransferInOrder" or "AutoGiroTransferOutOrder"
2.27.20201216
AutogiroOrderNumbersstring[]The order numbers of the autogiro orders
2.27.20201216
AutoGiroResponseCodesstring[]

The autogiro response codes (payment codes). A null value mean that the order has no response and haven't been processed by the bank.

The code "0" mean "payment processed". Insufficient funds are returned as "1", and code "2" are lack of AutoGiro connection (cancelled bank account). 


2.28

Response rows (Array) inherits from EntityBase

...