BaaS
The recurring transfers implementation is BaaS agnostic, so it can be implemented with any BaaS (implemented in Linker) without too much trouble.
For Linker API: It only needs to know the transfer method so it can execute it if needed. For example, if the starting day of the recurring transfer is today.
For Process Server API: It needs to know the transfer method, and also a mapping of all the errors of the BaaS transfer endpoint needs to be added, to know which errors needs to change the status of the job to RETRY and which errors needs to notify to the Client and change the status to FINISHED.
List of currently supported BaaS with Recurring Transfers
Last updated