/accounts/{account}

post

Scans a set of image files from a single document and returns the read info.

You can upload the front and rear images separately, but it is recommended to upload both using the same request to improve performance.

/accounts/{account}/alerts

get

Returns all pending alerts

get

Returns all information about one alert

post

Accepts and finishes the alert

post

Puts the alert on-hold to handle it later

post

Rejects and finishes the alert.

You reject an alert when it was based on a wrong person matching. When this occurs, our team will review a request to resolve this wrong match. Until then the person information will still appear merged.

/accounts/{account}/customers

get

Lists all added customers for the given company account

post

Registers a new person (customer) to follow up.

You can send multiple pieces of information (aka. pois), but at least the types 'person' (allowed values: 'P' for natural person, and 'E' for legal person) and 'name.full' must be included.

Following pieces of information are mandatory: person, name.full, id.national, birth.date, etc

post

Uploads a CSV file with new customers to be registered.

You can upload one single file each time, in CSV format and including the following fields separated by a semi colon (';'):

  • Type: (P) Natural person / (E) Legal person,
  • Full name,
  • National Identity Number (DNI, NIF),
  • Country issuing the document: coded with the norm ISO 3166-1 alfa-3, i.e. ESP for Spain, or DEU for Germany,
  • Nationality: coded with the norm ISO 3166-1 alfa-3, i.e. ESP for Spain, or DEU for Germany,
  • Birth date, formatted as AAAA-MM-DD
  • Passport (OPTIONAL if national id already provided),
  • Country issuing the passport (OPTIONAL if national id provided): coded with the norm ISO 3166-1 alfa-3, i.e. ESP for Spain, or DEU for Germany,
get

Returns all information (visible for the given company account) of a customer

get

Returns all alerts related to a given customer

post

Sets a new risk value

You can change the risk and add a comment. As response you will get the whole customer object.

get

Returns all uploaded documents related to a given customer

get

Returns all events (visible for the current account) related to a person

get

Returns all notes related to a given customer

post

Removes a customer

You normally remove a customer when he/she is no longer your customer.

post

Notifies a wrong match on a given person.

This endpoint sends a request to split two different persons that were automatically merged by the algorithm. This normally happens when a customer and a person of risk have very similar names.

/accounts/{account}/invoices

get

Returns all invoices for the given account

get

Returns the PDF for the given invoice

/accounts/{account}/subjects

post

Makes a query to find possible matches.

You can query by multiple pieces of information (aka. pois), such as name.full or id.national.

get

Returns a PDF document describing a negative report (in case no results are found) for a given query of a generic subject

get

Returns all information (visible for the given company account) of a generic subject

get

Returns a PDF document describing a report for a given subject

/accounts/{account}/wallets

post

Uploads a CSV file with new operations to be registered.

You can upload one single file each time, in CSV format, including the following fields separated by a semi colon (';'):

  • Customer Wallet Identifier,
  • Transaction Identifier: It must be unique,
  • Date of transaction, with format YYYY-MM-DDTH:mm:SS+00:00,
  • Type of transaction. Any of: 'cash.incoming', 'cash.outgoing', 'transfer.incoming', 'transfer.outgoing', 'self.incoming', 'self.outgoing'
  • Amount of transaction: in absolute value, without thousand separator and with the dot ('.') as decimal separator,
  • Currency of transaction according to the norm ISO 4217,
  • Linked wallet identifier, if any. If not, leave empty.
  • Linked wallet IBAN, if any. If not, leave empty.
get

Returns all information of the given wallet

get

Returns all alerts related to a given wallet

post

Sets a new risk value

You can change the risk and add a comment. As response you will get the whole wallet object.

/users

get
get

Returns information about all your related company accounts