mirror of
https://github.com/aljazceru/payments-rest-api.git
synced 2025-12-18 14:14:20 +01:00
1.5 KiB
1.5 KiB
Deployment to render.com
This document explains deploying breez payments api to render.com
Prerequisites
- Breez Nodeless SDK API key
- 12 words BIP 39 seed (you can use Misty Breez to generate it)
- Render account
- api key that you will use for accessing the API (see API Key Security). You can use generators like this or this.
Installation
Click on Deploy new service button in the top right corner of the Render dashboard.

Select Public Git Repository and enter the repository URL: https://github.com/breez/payments-rest-api)
![[render1.jpg]](/aljaz/payments-rest-api/media/commit/5543c7bdbb652c001f67cb94ce9d802f1edac7ac/docs/images/render1.jpg)
You can select your preferred region for deployment:

Select Instance type, use Free for free deployment that should be enough for small usage:

Configure the Environment with the :

After you've verified that you've correctly set the Environment variables, you are ready to click Deploy Web Service button to start the deployment.
You will see a screen like this. The circled url (yours will be different) is the url of your newly deployed Breez Payments API instance:
