cURL
curl --request POST \ --url https://usebreezee.xyz/api/v1/breezee/receive-payment \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "amount_sats": 123, "description": "" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
{ "status": true, "payment_request": "lnbc10u1p3...", "fee_sats": 0 }
{ "detail": "Node error" }
Successful Response