The Verotel Control Center API extends the functionality of the Verotel Control Center from your own interface.
With the Control Center API you can not only obtain data for sales and transactions but also perform actions such as:
- cancel future billings
- downgrade sales
- extend subscriptions
- refund transactions
The complete Control Center API documentation is available here.
Control Center API is available on request. Please contact merchantsupport@verotel.com for more information.
I am not able to perform the automatic return of the api, I would like a functional example in php
Do you mean to perform a refund ? That is done by a POST to “https://controlcenter.verotel.com/api/transaction/:id/refund” where “:id” is id of the transaction you wish the refund.
See https://controlcenter.verotel.com/api-doc/index.html#api-Transactions-RefundTransaction
Please contact “merchantsupport@verotel.com” if you need more help.