0
I wonder if it is possible to schedule tasks with javascript, ie I have a javascript script and if it was possible to "clear" the 01:00 hour was run automatically.
I know that in other server language is possible, I’ve heard some people say that 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 that’s not possible, can you give me an idea of how to perform this procedure?
in javascript, you want for example a message to be displayed if the person is open?
– Alvaro Alves
@Alvaroalves, the message is not required, I need javascript to perform only the query via Get and do a procedure in the bank.
– Renato
in this case you know that the client will need to have the browser tab open right? Because you do not make server side with PHP?
– Alvaro Alves
@Alvaroalves actually does yes server side, with NODE.js.
– Rômulo O. Torres