Ocuula|Playground
All engines
Batch SplitBatch

Trigger multiple splits across different rules in a single request.

Line items

Each item references a rule ID and an amount. Up to 100 items per batch.

Item 1

Rule ID

Amount (GHS)

Item 2

Rule ID

Amount (GHS)

cURL
curl -X POST https://ocuula.com/api/v1/split/batch \
  -H "Authorization: Bearer <apiKey>" \
  -H "Content-Type: application/json" \
  -d '{
  "items": [
    {
      "routingRuleId": "",
      "amountInPesewas": 100
    },
    {
      "routingRuleId": "",
      "amountInPesewas": 100
    }
  ]
}'

Fire batch

Click "Load presets" to provision a sandbox session first.