API documentation | API docs for agents | OpenAPI 3.1
GET /api/v1/billing/carrier-payments
ark.list_carrier_payments
Lists visible carrier payable rows with billing, POD, hold, settlement, and NACHA metadata for AP workflows.
- Availability
- Expanded preview
- Scopes
loads:readbilling:read- ARK permissions
canViewLoadscanViewBilling- Team visibility
- Required and enforced
- Idempotency-Key
- Not required
- Approval
- No MCP approval on REST API-token calls
- Rate limit
- API credential and organization budgets
Parameters
statusquerystring- one of: DELIVERED, READY, PENDING, PAID
carrier_idquerystring- format: uuid
customer_idquerystring- format: uuid
factoring_idquerystring- format: uuid
payment_methodquerystring- max length: 50
pay_holdquerystring- one of: all, yes, no; default: "all"
has_billing_infoquerystring- one of: all, yes, no; default: "all"
has_podquerystring- one of: all, yes, no; default: "all"
due_date_fromquerystringdue_date_toquerystringpaid_date_fromquerystringpaid_date_toquerystringsearchquerystring- Search across load number, carrier, customer, factoring company, invoice, settlement, reference, vendor invoice, and document number.
- min length: 1; max length: 100
limitqueryinteger- default: 25; min: 1; max: 100
offsetqueryinteger- default: 0; min: 0
Request body
None.
Example request
Shell
curl 'https://arktms.com/api/v1/billing/carrier-payments' \
-H "Authorization: Bearer $ARK_API_TOKEN"Success response
Carrier payments
objectstringrequiredokbooleanrequiredapi_versionstringrequiredrequest_idstringrequireddataobjectrequireddata.paymentsarray<object>requireddata.paginationobjectrequiredErrors
HTTP 400- Invalid request
HTTP 401- Authentication required
HTTP 403- Permission, scope, team, or entitlement denied