Bill object is used to represent a Bill.
A bill represents a payment request that can be associated with a customer or specific account.
Was this page helpful?
{ "id": "bill_H4jp6KnU5cPw263v1jyz4", "external_reference": "INV-2024-001", "customer_id": "bcus_H4jp6KnU5cPw263v1jyz4", "account_id": "bacc_H4jp6KnU5cPw263v1jyz4", "status": "unpaid", "currency": "ZAR", "amount_due": 2000, "amount_paid": 1500, "amount_remaining": 500, "bill_date": "2025-01-01", "due_date": "2025-01-31", "payment_rules": { "min_amount": 100, "max_amount": 1000000, "underpayment_allowed": true, "overpayment_allowed": false }, "metadata": { "customer_id": "cust_123456", "order_id": "ord_789012" } }