---
title: "Delegate a payable to another company"
method: POST
path: "/v1/erp/payouts/payables/{payable_id}/delegate"
tags: ["Payable"]
---

# Delegate a payable to another company

`POST /v1/erp/payouts/payables/{payable_id}/delegate`

Delegates payment of the payable to another company where the user is an admin or owner.
Splits the payable into the original, a net payable owned by the target company, and an
optional reimbursement payable.

## Path parameters

- `payable_id` string, required

## Parameters

- `#/paths/~1v1~1erp~1payouts~1rules/get/parameters/0` — unresolved $ref

## Request body

- object
  - `target_company_id` string, uuid, required — Company to delegate to. The user must be admin/owner there.

## Response `201`

The delegation result.

- object
  - `original_payable` object
  - `net_payable` object
  - `reimbursement_payable` object, nullable

## Other responses

- `400` — Bad Request — `target_company_id` missing.
- `401` — Unauthorized
- `404` — Payable not found, or target company not found / not accessible.
- `422` — Unprocessable Entity — the delegation could not be completed.

---

[API](https://skmtc.dev/cardda/apis/banking-api.md) · [All operations](https://skmtc.dev/cardda/apis/banking-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cardda/banking-api/revisions/ff1aeb3fda8b/schema)
