Skip to main content
POST
/
api
/
v3
/
integrator
/
settlements
/
merge
cURL
curl --request POST \
  --url https://sandbox-api.kotanipay.com/api/v3/integrator/settlements/merge \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "settlementIds": [
    "<string>"
  ],
  "batchReference": "<string>",
  "callbackUrl": "<string>",
  "integratorNote": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://developers.kotanipay.com/llms.txt

Use this file to discover all available pages before exploring further.

Group two or more existing PENDING or UNDER_REVIEW settlements into a single batch. The source settlements become children of the new batch and continue through their individual lifecycles under one approval.

Authorizations

Authorization
string
header
required

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

Body

application/json
settlementIds
string[]
required

IDs of existing settlements to merge

batchReference
string
callbackUrl
string
integratorNote
string

Response

201 - undefined