Hi, i will send transaction to sas, and i want sas analys my transaction then return respose to me. For example: transaction{id, amount, currency, paymentDateTime, userId}. I want it count each transaction based on user id and if one user has more than 30 transaction in 1 hour(between current transaction and -1 hours). Response "critical transaction count for 1 hour". First i want set rules like this then i will make api integration.