Retrieve Bills by StatusCopy PageFacades: pos, merchantOverview Retrieve a collection of BitPay bills filtered by query parameters. Parameters ParameterDescriptionstatusThe status to filter the bills. Example TypeScript (Merchant Facade)TypeScript (POS Facade)const bills = await client.getBills('draft');const bills = await client.getBills('draft');Updated 10 months ago Retrieve a BillUpdate a BillDid this page help you?YesNo