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
typestringrequiredProfile type. Factoring profiles require remitEmail.
one of: standard, factoring, subsidiary, other
namestringrequiredDisplay name, such as Standard Remit or Apex Capital.
min length: 1; max length: 200
remitEmailstring | nullEmail used when invoices should route to the remit profile.
format: email; max length: 500
invoiceInstructionsstring | nullRemittance instructions shown on generated customer invoices.
max length: 5000
sendToRemitEmailbooleanWhen true, customer invoice email routing uses remitEmail.
billingAddressobject | nullRemit mailing address. Use null to clear it.
setAsDefaultbooleanSet 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.