I would like to know if it is possible to schedule tasks with javascript, that is, I have a javascript script and if it were possible "of course" the 01:00 hour would be executed automatically.
I know this in other server languages is possible, I've heard some people saying that it uses javascript for server.
--request GET "{url}/1/RecurrentPayment/{RecurrentPaymentId}"
--header "Content-Type: application/json"
--header "MerchantId: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
--header "MerchantKey: 0123456789012345678901234567890123456789"
--header "RequestId: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
--data-binary
--verbose
If this is not possible, can you give me an idea how to do this?