Transaction Monitoring
Transaction
This endpoint accepts a risk evaluation order for a transaction. You submit transaction details (amount, currency, source/destination pockets, etc.) along with a reference number and webhook URL. OmniEagle processes the transaction data and asynchronously sends the risk evaluation result to the provided webhook URL. A 201 response indicates successful acceptance of the order. A 208 response indicates that the order has already been received (duplicate submission).
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Required range:
1 <= x <= 9999999999
Response
201
_mintlify/placeholder
Risk evaluation order received successfully.