Motivation
We need a table to manage recurring payments
Background
When the user creates a recurring payment via the Payout page, we create an entry in the EasyInvoice database. Then only after the payments are executed on-chain and webhook is triggered, that's when we create the corresponding requests.
We don't need to store recurring invoices for recurring payments. We only create the request after the payment is executed on chain.
Definiton of Done