Bills are payment requests addressed to specific buyers. Bill line items have fixed prices, typically denominated in fiat currency.
Resource
| Name | Type | Facade | |
|---|---|---|---|
| pos | merchant | ||
| facadeThis field indicates the facade from which the bill is being requested:
           
 
 | string | ✓ | ✓ | 
| databill data object | object | ✓ | ✓ | 
| statusCan "draft", "sent", "new", "paid", or "complete" | string | ✓ | ✓ | 
| urlWeb address of bill | string | ✓ | ✓ | 
| numberBill identifier, specified by merchant | string | ✓ | ✓ | 
| createdDateDate and time of Bill creation, ISO-8601 format yyyy-mm-ddThh:mm:ssZ. (UTC) | string | ✓ | ✓ | 
| dueDateDate and time at which a bill is due, ISO-8601 format yyyy-mm-ddThh:mm:ssZ. (UTC) | string | ✓ | ✓ | 
| currencyISO 4217 3-character currency code. This is the currency associated with the price field | string | ✓ | ✓ | 
| nameBill recipient's name | string | ✓ | |
| address1Bill recipient's address | string | ✓ | |
| address2Bill recipient's address | string | ✓ | |
| cityBill recipient's city | string | ✓ | |
| stateBill recipient's state or province | string | ✓ | |
| zipBill recipient's ZIP code | string | ✓ | |
| countryBill recipient's country | string | ✓ | |
| emailBill recipient's email address | string | ✓ | ✓ | 
| ccEmail addresses to which a copy of the bill must be sent | array | ✓ | ✓ | 
| phoneBill recipient's phone number | string | ✓ | |
| passProcessingFeeIf set to  true, BitPay's processing fee will be included in the amount charged on the invoice | boolean | ✓ | ✓ | 
| idBill resource id | string | ✓ | ✓ | 
| merchantInternal identifier for BitPay, this field can be ignored by the merchants. | string | ✓ | |
| itemsList of line items | array | ✓ | ✓ | 
| iditem resource Id | string | ✓ | ✓ | 
| descriptionLine item description | string | ✓ | ✓ | 
| priceLine item unit price for the corresponding  currency | number | ✓ | ✓ | 
| quantityLine item number of units | number | ✓ | ✓ | 
| tokenAPI token for bill resource. This token is actually derived from the API token used to create the bill and is tied to the specific resource id created. | string | ✓ | ✓ | 
