mirror of
https://github.com/aljazceru/fiatlink.git
synced 2025-12-17 05:14:19 +01:00
fixing formating and removing unnecessary text
This commit is contained in:
@@ -44,16 +44,11 @@ Steps:
|
||||
### Withdrawal
|
||||
Service provides [lnurlw](https://github.com/lnurl/luds/blob/luds/03.md) to the user that user can claim at their convenience. Control of the payout is enforcable so only the pubkey who previously signed the wallet ownership verification message can be the recipient of the funds.
|
||||
|
||||
Using nurlw instead of invoices provided by the users addresses multiple potential issues:
|
||||
Using lnurlw instead of invoices provided by the users addresses multiple potential issues:
|
||||
1) expired invoices and thus failed payments
|
||||
2) upfront commitment to payout amounts which means long lived quotes
|
||||
|
||||
|
||||
Alternative options:
|
||||
1) user provides an invoice for the quoted amount
|
||||
2) user provides pubkey and provider opens a channel and pushes the amount (can be used as a backup for 1.)
|
||||
|
||||
|
||||
### Units
|
||||
All units in the spec are expressed in the smallest denomination - sats and cents.
|
||||
|
||||
@@ -81,9 +76,12 @@ Return a list of supported features by the provider
|
||||
| on_chain_fallback | provider supports on-chain fallback | optional
|
||||
| webhook | provider supports webhook notifications | optional
|
||||
|
||||
Request:
|
||||
```
|
||||
GET /features
|
||||
```
|
||||
Response:
|
||||
```
|
||||
{
|
||||
"supported_features: [
|
||||
"quotes": true,
|
||||
|
||||
Reference in New Issue
Block a user