Transactions

  • 🌱 Add, remove, and set tag endpoints for Transactions: New Transaction endpoints let you add a tag, remove a tag, and set tags on Transactions. See the API reference guide.

Verifications

  • 🌱 Redact Verification endpoint: You can now redact a Verification. See the API reference guide.

Reports

  • 🍃 Input fields in response for Adverse Media and Watchlist Reports: Endpoints and webhooks that return an Adverse Media or Watchlist Report now include all the input fields for those reports. The new fields added per Report are:

    • Adverse Media Report

      • name-middle: String. Middle name from the input if one was provided, otherwise none.
      • term: String. Combined name from input.
      • birthdate: Date. Birthdate in ISO 8601 format (YYYY-MM-DD).
      • country-code: String. The Alpha-2 country code from input.
    • Watchlist Report

      • name-first: String. First name from input.
      • name-middle: String. Middle name from input if one was provided, otherwise none.
      • name-last: String. Last name from input.
      • term: String. Combined name from input.
      • birthdate: Date. Birthdate in ISO 8601 format (YYYY-MM-DD).
      • country-code: String. The Alpha-2 country code from input.