Skip to main content
POST
Create a Payout Batch

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json

Request to create a batch of payouts

items
payout-batch-request-item · object[]
required

List of individual payouts to create in the batch.

Required array length: 1 - 5000 elements
idempotency_key
string<uuid>

UUID that will be used to idempotently handle the batch request. Batches with existing idempotency keys will be rejected.

metadata

Set of key-value pairs that you can attach to the batch. This can be useful for storing additional information about the batch in a structured format.

Response

200 - application/json

OK

The created payout batch.

id
string<uuid>
required

Unique identifier for the payout batch.

created
string<date-time>
required

Timestamp when the batch was created.

status
enum<string>
required

Current status of the batch processing.

Available options:
created,
processing,
paying_out,
completed
idempotency_key
string<uuid>

The idempotency key provided when creating the batch.

metadata

The metadata attached to the batch.