Allow for Extending Transaction Input to Any Provider

:point_right: Describe the problem

Users will have transactions all over the place in financial institutions, different countries, etc. We should allow devs to extend Financial Freedom to support any solution to make transaction imports a breeze. This would be done through the Facade pattern in Laravel.

:busts_in_silhouette: Problem evidence & reach

All users who want to automatically import their transactions.

:smiling_face_with_three_hearts: Describe the “impact” on users?

Users will be able to have their transactions auto-imported making budgeting much easier.

:trophy: How to solve this problem

Build a simple interface in Laravel that can be extended to support any provider. This way we can support:

and any others with ease.

:100: How do we validate the problem is solved?

Users have access to all of their account’s transactions automatically.