i am working on project ( php laravel + stripe payment ) which i need to let the user pay for product by two step :
- the first one will be triggered by the user to pay half amount of product's value
- and the second one will be paying the remaining amount at specific time automatically without of being triggered by user
the question is : what's the best solution to apply the second step ( paying automatically in specific time ) ? using stripe subscription or laravel cron job or there is better sollution ?
any ideas will be highly appreciated