Update Invoice

Update an invoice

Update an invoice with SMS or email in order to respond to a payment exception

⚠️ Updating the invoice will require EITHER an SMS or E-mail, but not both.

⚠️ smsCode required only when verifying SMS.

PUT /invoices/:invoiceId

Facades POS MERCHANT

HTTP Request

Headers

Invoice updateInvoice = bitpay.UpdateInvoice(invoice.Id, "[email protected]", "", "").Result;