How to do auto-debit and auto-credit on Canadian bank accounts? [closed]

I am a new programmer. I am trying to solve this problem and not able to do it properly. Can someone help me please?

Here are the details:

I have a platform on which any user provides me two Canadian account details (account number, transit number, institution number). One is theirs and the other is their family member’s. Let’s call the accounts A1 and A2. On the 5th of every month (say; the date may also be dynamically supplied), I need to auto-debit A1 by an amount of $200 (or a dynamically provided amount), and auto-credit A2 by the same amount.

How can I best achieve this? Thank you

I am very new in the Canadian finance ecosystem, and so haven’t been able to start solutioning this at all

Leave a Comment