Rule Engine
Travel Rule Threshold by Country
Name
Type
Description
Required
curl -X POST https://sandbox.ospree.io/api/v2/engine/evaluate
-h 'Content-Type: application/json' \
-h 'Accept: application/json' \
-h 'Authorization: ••••••' \
-d '{
"transaction": {
"transaction_id": "txn_1234567890",
"amount": 1000,
"currency": "USD",
"country": "AE"
},
"rule_codes": [
"THRESHOLD_BY_COUNTRY"
]
}' Last updated