Compliance
Check Compliance
Validate a transaction against compliance rules
POST
Internal endpoint called by Gateway services to verify if a transaction is permissible under current rules.
Request
string
required
Bearer olive_default_xxx (Internal Service Token)Body Parameters
string
required
Subscriber UUID
integer
required
Amount in cents
string
required
Type:
P2P, CASH_OUT, PAYMENTinteger
Velocity check (last 24h count)
boolean
Geo-velocity check
Response
boolean
Transaction allowed?
string
LOW, MEDIUM, HIGH, CRITICALstring
Rule violated (if allowed=false)
Examples
Checks Performed
Errors
Authorizations
JWT token from admin login for administrative operations. Format: 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...'
Headers
Body
application/json
Response
200 - application/json
Success
The response is of type object.