Description
- The ASPSP must ensure that the payment instruction adheres to the limitations set by the corresponding VRP consent's ControlParameters.
- When a payment would breach a limitation set by one or more ControlParameters, the ASPSP must return an error with code UK.OBIE.Rules.FailsControlParameters and pass in the control parameter field that caused the error in the Field field of the error message.
It means that the bank service simulation must be implemented a logic to store the payments to calculate the limits defined in the consent in the object ControlParameters.
Current Sandbox behaviour
- Currently the Sandbox doesn't implement a real bank behaviour logic to manage the different actions done over accounts and payments, only implements the machine status pattern to change some consent status and payments status.
Description
Current Sandbox behaviour