DOCS

筛选交易方

为被拒交易方筛选

使用 Screen 防止向被拒交易方发货。

GraphQL

Screen 允许您传递个人、公司的名称和地址,以便您可以确保他们不在任何政府编制的被拒交易方列表中。

使用 Screen 的必需详情 

要使用 Screen,您需要提供关于个人或公司的尽可能多的信息。最少需要提供 namecountryCodelocality

使用 Screen 

可以通过 API 或 Dashboard 访问 Screen。按照下面的说明开始将 Screen 集成到您的日常运营中。

1mutation ScreenParty($input: PartyScreenInput!) {
2 partyScreen(input: $input) {
3 action
4 createdAt
5 createdBy
6 id
7 mode
8 party {
9 id
10 organization
11 person {
12 firstName
13 lastName
14 }
15 }
16 matches {
17 name
18 companyName
19 administrativeAreaCode
20 countryCode
21 locality
22 line1
23 line2
24 scores {
25 location
26 name
27 overall
28 }
29 deniedParty {
30 id
31 aliases
32 name
33 countryCode
34 locality
35 line1
36 line2
37 administrativeAreaCode
38 source
39 sourceUrls
40 postalCode
41 }
42 }
43 }
44}
GraphQL API ReferenceTypes, inputs, and operations used in this guide
预约演示

这个页面有帮助吗?