lnbits-js icon indicating copy to clipboard operation
lnbits-js copied to clipboard

Missing parameters from wallet.checkInvoice return

Open augustresende opened this issue 1 year ago • 0 comments

In testing, there is a lot of more return parameters than payment_hash (and payment_hash is on details)

paid: boolean, preimage: string details: { checking_id: string, pending: boolean, amount: number, fee: number, memo: string time: number, bolt11: string, preimage: string, payment_hash: string expiry: number, extra: object (unknown), wallet_id: string, webhook: unknown | null, webhook_status: unknown | null }

augustresende avatar Oct 06 '23 13:10 augustresende