Deliver 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 =  $bitpay->getBill("3Zpmji8bRKxWJo2NJbWX5H");
$deliveredBill = $bitpay->deliverBill($bill->getId(), $bill->getToken());