MCP documentation | MCP docs for agents

ark_create_factoring_company

ark.create_factoring_company

Create an ARK factoring company for carrier payment routing without returning raw bank or tax values.

Availability
Expanded preview
Scopes
factoring:write
ARK permissions
canCreateFactoring
Team visibility
Not entity-scoped
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

activeboolean

default: true

namestringrequired

Factoring company name.

min length: 1; max length: 200

notesstring | null

max length: 5000

federalTaxIdstring | null

Sensitive tax ID to set. Use null to clear; value is never returned.

max length: 100

paymentMethodstring | null

max length: 50

paymentTermIdstringrequired

format: uuid

bankNamestring | null

max length: 100

bankTypestring | null

max length: 50

bankAccountNumstring | null

Sensitive bank account number to set. Use null to clear; value is never returned.

max length: 100

bankRoutingNumstring | null

Sensitive 9-digit routing number to set. Use null to clear; value is never returned.

max length: 50

Result

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