# Payouts

Direct fiat payout execution and status

 - [POST /v2/payouts](https://developer.infini.money/apis/payout/payouts/createfiatpayout.md): Creates and immediately starts a payout using a valid quote. Requires `payout.write` permission. The payout does not enter the dashboard approval workflow. `quote_id` binds the provider, destination s
 - [POST /v2/payouts/status/batch](https://developer.infini.money/apis/payout/payouts/batchgetfiatpayoutstatuses.md): Returns fiat payouts owned by the authenticated organization whose creation time falls within the inclusive `start_time` and `end_time` range. Requires `payout.read` permission. Results are ordered by
 - [GET /v2/payouts/{payout_id}](https://developer.infini.money/apis/payout/payouts/getfiatpayout.md): Returns the latest payout state for the authenticated organization. Requires `payout.read` permission. `processing` means execution is still in progress. `completed` means the payout completed success
