curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/compliance/check \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"subscriber_id": "<string>",
"amount": 123,
"transaction_type": "<string>"
}
'{}Validate a transaction against compliance rules
curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/compliance/check \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"subscriber_id": "<string>",
"amount": 123,
"transaction_type": "<string>"
}
'{}JWT token from admin login for administrative operations. Format: 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...'
Success
The response is of type object.