MCP documentation | MCP docs for agents
ark_list_customer_payments
ark.list_customer_payments
List visible ARK customer billing rows with invoice, payment, hold, POD, remit profile, and carrier payment context before AR actions.
- Availability
- Expanded preview
- Scopes
loads:readbilling:read- ARK permissions
canViewLoadscanViewBilling- Team visibility
- Required and enforced
- Approval policy
none- ARK approval request
- Not required
- Idempotency
- Not required
- Read-only
- Yes
- Destructive
- No
- External side effect
- No
- Rate limit
- OAuth MCP credential and organization budgets
Input
statusstringOptional customer payment status filter.
one of: DELIVERED, READY, INVOICED, FACTORED, PAID
customerIdstringOptional customer ID filter.
format: uuid
payHoldstringone of: all, yes, no; default: "all"
hasPodstringone of: all, yes, no; default: "all"
deliveryDateFromstringdeliveryDateTostringinvoicedDateFromstringinvoicedDateTostringpaidDateFromstringpaidDateTostringsearchstringOptional search across load number, customer, invoice, reference, document number, remit profile, pickup number, PO, BOL, origin, and destination.
min length: 1; max length: 100
limitintegerdefault: 25; min: 1; max: 100
offsetintegerdefault: 0; min: 0
Result
The tool returns the canonical ark.list_customer_payments operation result in structuredContent and mirrors the same JSON as text. Errors set isError: true and return a stable error code, message, and optional details.