Screen will allow you to pass names for individuals, companies, and their addresses so that you can ensure that they are not on any government-authored denied party listings.
To use Screen, you will need to provide as much information as you have about a person or company. At minimum, you need to provide a name, countryCode, and locality.
Screen parties
Screen for denied parties
Use Screen to prevent shipping to denied parties.GraphQL
Screen will allow you to pass names for individuals, companies, and their addresses so that you can ensure that they are not on any government-authored denied party listings.
Required details use Screen
To use Screen, you will need to provide as much information as you have about a person or company. At minimum, you need to provide a
name,countryCode, andlocality.Using Screen
Screen can be accessed via API or Dashboard. Follow the instructions below to begin integrating Screen into your day-to-day operations.
mutation ScreenParty($input: PartyScreenInput!) {partyScreen(input: $input) {actioncreatedAtcreatedByidmodeparty {idorganizationperson {firstNamelastName}}matches {namecompanyNameadministrativeAreaCodecountryCodelocalityline1line2scores {locationnameoverall}deniedParty {idaliasesnamecountryCodelocalityline1line2administrativeAreaCodesourcesourceUrlspostalCode}}}}PartyScreenInput
partyScreen
Was this page helpful?