Create Rule

Exemplary payload.
Optional fields are commented.

{
    "status": "ENABLED",
    "name": "Single transaction over 2500",
    "definition": {
        "template": "SingularTransaction",
        "amountThreshold" : "2500.00"
        //"entityRisk": "MEDIUM",
        //"direction": "PAYOUT",
        //"jurisdictions": ["ZW"]
    }, 
    "alert": {
        "raiseNewAfter": "PT1S",
        "eventsOrderedBy": "DATE"
    }
}
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!