curl
-X '
POST'
\ '
https://api.ntropy.com/v2/transactions/sync?labeling=true&create_account_holders=true'
\ -H '
accept: application/json'
\ -H '
X-API-KEY: YOUR-API-KEY'
\ -H '
Content-Type: application/json'
\ -d '[
{
"transaction_id": "xbx8YP14g565Xketw3tFmn4yp49x3tbj9mD8DB4fM8DDY6x",
"account_holder_id": "35b927b6-6fda-40aa-93b8-95b47c2b2cad",
"account_holder_type": "business",
"amount": 12046.15,
"entry_type": "outgoing",
"date": "2019-12-01",
"iso_currency_code": "USD",
"country": "US",
"description": "AMAZON WEB SERVICES AWS.AMAZON.CO WA Ref5543286P25S Crd15"
}
]'