POST: Use /evaluations to run evaluations against an account
HTTP Request: POST https://sandbox.alloy.co/v1/evaluations
Example request:
{
"transaction_id": "newNewTrans04",
"amount": 220,
"transaction_date": "2021-07-28 18:26:53",
"currency": "USD",
"source": {
"external_account_id": "rickPerson01"
},
"destination": {
"account_number": "372181910891",
"account_class": "deposit",
"account_type": "merchant account",
"account_name": "AMAZON.COM AMZN.COM/BI",
"merchant_category_code": "5942",
"meta": {
"address_city": "SEATTLE",
"address_state": "WA",
"address_postal_code": "98104",
"address_country_code": "US"
}
},
"transaction_type":"ACH"
}