MCPcopy Create free account
hub / github.com/cameri/nostream / getInvoice

Method getInvoice

src/@types/clients.ts:28–28  ·  view source on GitHub ↗
(invoice: string | Invoice)

Source from the content-addressed store, hash-verified

26export interface IPaymentsProcessor {
27 createInvoice(request: CreateInvoiceRequest): Promise<CreateInvoiceResponse>
28 getInvoice(invoice: string | Invoice): Promise<GetInvoiceResponse>
29}

Implementers 7

OpenNodePaymentsProcessorsrc/payments-processors/opennode-payme
LnurlPaymentsProcessorsrc/payments-processors/lnurl-payments
NullPaymentsProcessorsrc/payments-processors/null-payments-
ZebedeePaymentsProcessorsrc/payments-processors/zebedee-paymen
NodelessPaymentsProcessorsrc/payments-processors/nodeless-payme
NwcPaymentsProcessorsrc/payments-processors/nwc-payments-p
LNbitsPaymentsProcessorsrc/payments-processors/lnbits-payment

Calls

no outgoing calls

Tested by

no test coverage detected