MCP documentation | MCP docs for agents

ark_move_customer_payment_back_to_delivered

ark.move_customer_payment_back_to_delivered

Move a ready ARK customer payment back to DELIVERED, clearing packet/payment amount and releasing linked customer pay rows.

Availability
Expanded preview
Scopes
loads:readbilling:write
ARK permissions
canViewLoadscanViewBillingcanMakeAdjustments
Team visibility
Required and enforced
Approval policy
ask_before_write
ARK approval request
Required before execution
Idempotency
Required for external execution
Read-only
No
Destructive
No
External side effect
No
Rate limit
OAuth MCP credential and organization budgets

Input

loadIdstringrequired

Visible ARK load ID whose customer payment should move back to DELIVERED.

format: uuid

customerPaymentIdstringrequired

Customer payment ID to move back from READY to DELIVERED.

format: uuid

Result

The tool returns the canonical ark.move_customer_payment_back_to_delivered 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.