PaymentRun - methods
Process
Driver Type: SASI
Use this method to run the component.
Parameters can be added to control the clearing of previous payments/remittances:
-
ClearPrevious - set to Y if previous payments/remittances are to be cleared down (if they exist).
-
ClearPreviousBank - set to Y if Bank Payments are to be cleared down (if they exist).
These should be included in the payload as follows:
<PaymentRun> ... <AdditionalParameters> <ClearPrevious>Y</ClearPrevious> <ClearPreviousBank>Y</ClearPreviousBank> </AdditionalParameters> ... </PaymentRun>
The default is that no previous payments/remittances will be cleared.