Hi community,
I’m working on this project, where I need after an invoice is generated, divide the payment based on biweekly payments set by the business owner, for example:
- The invoice is generated on 05/10/2021, the amount is $100
- Business owner gives credit in 4 bi-weeks / $25 each payment
- The first payment record must be generated with the date of next 15th of the month (15/10/2021)
- The second payment record must be generated with the date of next 30th of the month (30/10/2021)
- The third payment record must be generated with the date of next 15th of the next month (15/11/2021)
- The fourth payment record must be generated with the date of next 30th of the next month (30/11/2021)
I was able to generate the payment records using Webhooks, but I’m struggling to set the dates on the specific 15th/30th dates of each month,
I’ll appreciate any comments or help on this, thanks!
PD: I made this workflow to illustrate the requirement