How to implement Name transposition in World-Check One API for screening?

Options
How to implement Name transposition in World-Check One API for screening?

Best Answer

  • Hi @casim

    You can use the below payload in order to include the name transposition in your screening request.
    {

    "groupId": "{{group-id}}",

    "entityType": "INDIVIDUAL",

    "caseId": "",

    "providerTypes": [

    "WATCHLIST"

    ],

    "name": "John Smith",

    "nameTransposition": true,

    "secondaryFields": [],

    "customFields": []

    }