Skip to main content
POST

Authorizations

Authorization
string
header
required

Pass your API key as a bearer token: Authorization: Bearer <API_KEY>.

Body

application/json
payouts
object[]
required
Minimum array length: 1
idempotencyKey
string

Optional key to make the request idempotent. Defaults to a server-generated request ID.

sourceAccountId
string<uuid>

Optional ID from GET /accounts that selects the source account for every payout in the batch. The account must be an eligible open checking account owned by your organization; a malformed, unavailable, or ineligible ID returns 400. Omit this field to let Karat select the default account.

Response

The batch was created.

data
object