> This is Payabli documentation. For a complete page index, fetch https://docs.payabli.com/llms.txt — append .md to any page URL for lightweight markdown. For section-level indexes, query parameters, and other AI-optimized access methods, see https://docs.payabli.com/ai-agents.md

# Bill Partially Paid

POST 

Triggered when a bill is partially paid. Available for managed payables only.

Notification name: `billpartiallypaid`

Reference: https://docs.payabli.com/developers/webhooks/payout-bill-partially-paid

## Request

### Payload

- `Event` ("BillPartiallyPaid", required) — Event type identifier
- `Paypoint` (string, required) — The name of the merchant/paypoint
- `Text` (string, required) — Human-readable description of the event
- `InvoiceId` (integer, required) — Unique bill/invoice identifier
- `InvoiceNumber` (string, required) — Bill/invoice number
- `TotalAmount` (string, required) — Total bill amount
- `PaidAmount` (string, required) — The amount paid toward the bill so far
- `OutstandingBalance` (string, required) — The amount still owed on the bill
- `TransId` (string, required) — Unique transaction identifier
- `Method` (string, required, nullable) — Payment processing method
- `CustomerId` (integer, required) — The unique identifier for the customer
- `CustomerName` (string, required) — The customer or vendor name
- `CustomerNumber` (string, required) — Internal customer identifier
- `ExternalPaypointId` (string, required) — External paypoint system identifier
- `entryPoint` (string, required) — System entry point identifier