Manage the Payment Service

This procedure describes how to run the Payment Service as a service.

About this task

When you run the Payment Service as a service, you can configure additional parameters. For more information, see the discussion about Payment Service parameters.

Procedure

Use the following commands to manage the Payment Service:
  • Start the service:

    sudo systemctl start mtx_payment_service

    For more information about setting JVM arguments, see the discussion about setting JVM environment variables.

  • Stop the service:

    sudo systemctl stop mtx_payment_service

  • Restart the service:

    sudo systemctl restart mtx_payment_service

  • View the service status:

    sudo systemctl status mtx_payment_service

What to do next

Note: You can use the Python scripts described in the related topics to manage the payment service. You can run the start and restart scripts in debug mode.