mirror of
https://github.com/aljazceru/fiatlink.git
synced 2025-12-17 05:14:19 +01:00
Update README.md
This commit is contained in:
@@ -126,8 +126,8 @@ POST /quote
|
|||||||
{
|
{
|
||||||
"session_id": "d7ef9a88-1ca1-4ac8-bc9e-da3d9824cdc5",
|
"session_id": "d7ef9a88-1ca1-4ac8-bc9e-da3d9824cdc5",
|
||||||
"amount_fiat": 1000,
|
"amount_fiat": 1000,
|
||||||
"currency_id":1
|
"currency_id":1,
|
||||||
|
"payment_option_id":1
|
||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
@@ -144,6 +144,7 @@ Response:
|
|||||||
"quote_id": "8ed13c2a-a8c6-4f0e-b43e-3fdbf1f094a6",
|
"quote_id": "8ed13c2a-a8c6-4f0e-b43e-3fdbf1f094a6",
|
||||||
"amount_fiat": "1000",
|
"amount_fiat": "1000",
|
||||||
"currency_id": 1,
|
"currency_id": 1,
|
||||||
|
"payment_option_id":1,
|
||||||
"amount_sats" : 800000 ,
|
"amount_sats" : 800000 ,
|
||||||
"expires_on": "2023-09-20T00:25:11.123Z"
|
"expires_on": "2023-09-20T00:25:11.123Z"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user