Skip to main content
POST
Bulk-create Payout Intents from CSV rows

Authorizations

Authorization
string
header
required

Cleff API key issued to a Business that self-registers via POST /v1/registration

Body

application/json
uploadId
string
required

Content hash of the uploaded file, computed client-side. Tags every Payout's via and seeds each row's idempotency key so a byte-identical re-upload replays instead of duplicating.

rows
object[]
required

Parsed CSV rows (1..1000). Each row is validated individually server-side; a bad row fails only itself.

Response

results
object[]
required