---
title: "oid_mgmnt_payout_destinations_payouts_post"
method: POST
path: "/accounts/{oid}/payout-destinations/{payout_destination_id}/payouts"
tags: ["payout-destinations"]
---

# oid_mgmnt_payout_destinations_payouts_post

`POST /accounts/{oid}/payout-destinations/{payout_destination_id}/payouts`

Create a payout for the given payout destination by consolidating all
pending funds from any payout interval account (week, month) into the
daily payout account. The funds will then be included in the next daily
payout run.

This is useful when you want existing pending payouts to be
disbursed without waiting for the original schedule, or when you
want to manually trigger a payout outside the normal interval.

scopes:
  - write:accounts:/on-demand-payouts

## Path parameters

- `oid` string, ^[PT]{1}(?=(?:.{3}|.{8})$)[0-9]*$, required
- `payout_destination_id` string, required

## Response `204`

No content, the service completed successfully and there is no content to be returned.

## Other responses

- `400` — Bad / Invalid request
- `401` — Access forbidden, invalid JWT token was used
- `403` — Forbidden
- `404` — Resource was not found
- `500` — Unexpected Error

---

[API](https://skmtc.net/dintero/apis/account-management-api.md) · [All operations](https://skmtc.net/dintero/apis/account-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dintero/account-management-api/revisions/9b83a4199008/schema)
