# Access
The payment system is available through three ShopRenter API resources.
- POST https://<shop_name>.api.myshoprenter.hu/billing/oneTimeCharges
- POST https://<shop_name>.api.myshoprenter.hu/billing/recurringCharges
- DELETE https://<shop_name>.api.myshoprenter.hu/billing/recurringCharges/{recurring_charge_id}
On the Shoprenter Partner Dashboard, financial statements can be viewed and Payment plans can be managed: http://billing.shoprenter.hu/login
On the login interface, we can enter the dashboard of the application with the username/token pair received during the previously mentioned registration.
IMPORTANT: It is not necessary to reinstall the applications after the integration of the Payment API.