Simulate a payment arriving at your merchant wallet.
In production, when a customer pays via a Moolre payment link, Moolre notifies Ocuula. Ocuula looks at the payment details, finds the split rule you set up, and automatically sends money to each recipient — your server doesn't have to do anything.
This simulator sends a sample payment notification to POST /api/v1/webhook so you can see that whole flow happen right here.
POST /api/v1/webhook
Content-Type: application/json
{
"status": 1,
"code": "P01",
"data": {
"amount": "100.00",
"transactionid": "sandbox_...",
"custom_metadata": {
"merchant_id": "<merchantId>",
"rule_id": "<ruleId>"
}
}
}Payment amount (GHS)
Fire a simulated payment to see Ocuula split it automatically.