post https://api.sumsub.com/resources/kyt/misc/txns/import
Imports a list of transactions.
Overview
Use this method to import a list of transactions.
The method expects transactions to be passed as a valid NDJSON
with the Content-Type: application/x-ndjson
header.
The response contains the number of imported transactions.
Note
- Import is limited to 10000 records.
- To use this method, a list of JSON strings representing a transaction is expected, which should be divided using
\n
.