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": 10000
},
{
"routingRuleId": "",
"amountInPesewas": 10000
}
]
}'Click "Connect sandbox" to start a session first.