returning amount_fiat, currency_id, payment_option_id and amount_sats

We recommend returning amount_fiat, currency_id, payment_option_id and amount_sats here.
This commit is contained in:
TaprootFreak
2023-10-31 12:17:32 +01:00
committed by GitHub
parent e9f297352c
commit 68024cacab

View File

@@ -172,7 +172,11 @@ Response:
{
"order_id": "8ed13c2a-a8c6-4f0e-b43e-3fdbf1f094a6",
"order_status": "placed"
"expires_on": "2023-09-20T00:25:11.123Z"
"amount_fiat": "1000",
"currency_id": 1,
"payment_option_id":1,
"amount_sats" : 800000 ,
"expires_on": "2023-09-20T00:25:11.123Z",
"payment_info": {
"
}