Deliver a Bill

Facades: merchant

Overview

Delivers a bill via email.

Parameters

ParameterDescription
billIdThe ID of the bill to update.
billTokenThe token of the requested bill.

Example

Bill bill =  bitpay.getBill("3Zpmji8bRKxWJo2NJbWX5H");
String deliveryResult = bitpay.deliverBill(bill.getId(), bill.getToken());