Facades: merchant
Overview
Update an invoice status to either confirmed or completed with a mock transaction to help speed up the testing.
NotePayInvoice is only available in the
testenvironment.
Parameters
| Parameter | Description |
|---|---|
| invoiceId | The id of the invoice to updated. |
| status | The status of the invoice to be updated, can be confirmed or complete. |
Example
await client.payInvoice('invoiceId', 'confirmed');