Facades: pos
, merchant
Overview
Retrieve a bill by ID.
Parameters
Parameter | Description |
---|---|
bill_id * | The id of the bill to retrieve |
facade * | The facade used to create it (default: merchant ) |
sign_request * | Signed request (default: true ) |
Example
Note
In this example, we assume that a Client has already been initialized and assigned to the
bitpay
variable.
bitpay.get_bill('someBillId')
bitpay.get_bill('someBillId', Facade.POS, False)