Create a payout batch (draft)
POST/v1/payout-batches
Requires the write:payouts scope. Creates the batch in draft state with the
validated items (minimum amount and recipient ownership checks).
Does not submit for approval — use
POST /v1/payout-batches/{id}/submit a seguir.
Request
Responses
- 201
- 400
- 401
- 403
Batch created in draft state, with its items
Missing/empty items, invalid item amount, or invalid recipient
Missing, invalid, revoked or expired JWT token
Valid token but missing the required scope for this endpoint