2025-12-12 09:38:01 +01:00
2025-08-12 12:22:31 +02:00
2025-06-13 16:39:17 +02:00
2025-04-29 21:13:21 +02:00
2025-06-13 16:39:17 +02:00
2025-06-13 16:39:17 +02:00
2025-02-14 18:31:15 -06:00
2025-06-17 15:15:27 +02:00
2025-06-17 15:15:27 +02:00
2025-05-28 09:48:50 +02:00
2025-06-13 16:42:27 +02:00

Breez Payments REST API

Breez Payments Rest API is a REST API on top of Breez Nodeless SDK build with fastapi. It enables integrations like breez-woocommerce. It is built to be easily deployable anywhere you want.

Deployment options

  • fly.io - deploy fly.io app on their free tier hosting
  • render.com - deploy to render.com with a free tier hosting
  • self hosted - deploy anywhere you want with a simple docker deployment

API documentation

OpenAPI documentation is generated on every instance at <api-url>/docs. It can also be downloaded here.

API Key Security

X-API-KEY header serves as authorization method for accessing the API. Anyone that knows the API url and API_SECRET can access your funds, so make sure to protect this secret and to generate a unique and long string. You can use generators like this or this.

Description
No description provided
Readme MIT 1.5 MiB
Languages
Python 98.8%
Dockerfile 1.2%