Trigger multiple splits across different rules in a single request.
Each item references a rule ID and an amount. Up to 100 items per batch.
Rule ID
Amount (GHS)
Rule ID
Amount (GHS)
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
}
]
}'Click "Load presets" to provision a sandbox session first.