Skip to main content
POST
cURL
Submit multiple settlement requests as a single batch. Each item in requests[] follows the same shape as a single settlement request. All children share one admin approval step.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
requests
object[]
required

One entry per wallet to settle

batchReference
string

Unique reference per batch — idempotency key on retry

callbackUrl
string

Shared callback URL for all batch events

integratorNote
string

Response

201 - undefined