Get Lightning Payment Details
API-v2lightning::payments::get_payment_details
Returns details for a specific Lightning Network payment.
Parameter | Type | Required | Description |
---|---|---|---|
coin | string | ✓ | The ticker of the coin for the payment. |
payment_hash | string | ✓ | The hash of the payment to query. |
Parameter | Type | Description |
---|---|---|
payment_details | object | The payment details object. |
id | int | Request identifier. |
Get Payment Details
POST
lightning::payments::get_payment_details{
"method": "lightning::payments::get_payment_details",
"userpass": "RPC_UserP@SSW0RD",
"mmrpc": "2.0",
"params": {
"coin": "tBTC-lightning",
"payment_hash": "414f9b3524fc4e48c99f2723952732d8bc2eba1b35ce3bf2a70f5144b40f599e"
},
"id": 1
}