Skip to main content
POST
Create Bulk Payout
This API is still under construction.

Error responses

Authorizations

x-api-key
string
header
required

Body

application/json
items
object[]
required

List of payout orders to process in the bulk payload.

source
object
required

The source currency and country for the batch.

target
object
required

The target currency and country for the batch.

paymentChannel
enum<string>
required

The overall payment channel intended for the batch.

Available options:
BANK_TRANSFER,
MOBILE_MONEY
Example:

"BANK_TRANSFER"

remark
string
required

A general remark for the bulk payout.

Example:

"June 2026 Salary"

Response

Bulk payout submitted successfully.

message
string
Example:

"bulk payout queued"

status
string
Example:

"success"

data
object