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

Method getInvoiceFromPaymentsProcessor

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

Source from the content-addressed store, hash-verified

7
8export interface IPaymentsService {
9 getInvoiceFromPaymentsProcessor(invoice: string | Invoice): Promise<Partial<Invoice>>
10 createInvoice(pubkey: Pubkey, amount: bigint, description: string): Promise<Invoice>
11 updateInvoice(invoice: Partial<Invoice>): Promise<void>
12 updateInvoiceStatus(invoice: Pick<Invoice, 'id' | 'status'>): Promise<Invoice>

Callers 3

handleRequestMethod · 0.65
onScheduleMethod · 0.65

Implementers 1

PaymentsServicesrc/services/payments-service.ts

Calls

no outgoing calls

Tested by

no test coverage detected