v1
latestOpenAPI 3.1.02026-07-13385987.3 KBEnrichment
Enrich and add transactions to the ledger of account holders asynchronously.
Add a batch of transactions to the ledgers of account holders. Return the batch id that has been assigned to this batch. A batch of 24960 transactions should take 5-10mins.
post/v2/transactions/async
Request body
Example request
[
{
"account_holder_id": "35b927b6-6fda-40aa-93b8-95b47c2b2cad",
"amount": 10,
"country": "US",
"date": "2022-02-02",
"description": "SQ* STARBUCKS UNION SQUARE",
"entry_type": "outgoing",
"iso_currency_code": "USD",
"transaction_id": "xbx8YP14g565Xk"
}
]Response
Description of created batch
Example response
{
"id": "247ee045-3d04-4b3c-872b-a9160b810f33",
"progress": 88,
"status": "started",
"updated_at": "2019-11-30T18:32:28Z"
}