MCP documentation | MCP docs for agents

ark_create_invoice_remit_profile

ark.create_invoice_remit_profile

Create an organization invoice remit profile for standard, factoring, subsidiary, or other remittance workflows.

Availability
Expanded preview
Scopes
billing:write
ARK permissions
canViewBillingcanMakeAdjustments
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

typestringrequired

Profile type. Factoring profiles require remitEmail.

one of: standard, factoring, subsidiary, other

namestringrequired

Display name, such as Standard Remit or Apex Capital.

min length: 1; max length: 200

remitEmailstring | null

Email used when invoices should route to the remit profile.

format: email; max length: 500

invoiceInstructionsstring | null

Remittance instructions shown on generated customer invoices.

max length: 5000

sendToRemitEmailboolean

When true, customer invoice email routing uses remitEmail.

setAsDefaultboolean

Set the new profile as the organization default after creation.

default: false

Result

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