Personal Identifiable Information (PII)
PII, is any piece of information that could be used to identify said person. To protect our user bill data and details from unauthorized parties, any stand alone information that can be used to identify an individual should be classified as PII. PII data on bill details need to be masked when shown on our checkout page, to do this is_pii parameter on the inquiry response must be set to true when sending PII related information. Tokopedia will mask 60% of PII data.
Important Note: Partner must set the is_pii field to TRUE if the data contains PII.Example
"bill_details": [
{
"name": "Nama Customer",
"value": "John Doe",
"is_pii": true,
"is_show": true
},
],
Masking Example
Actual email : partner.tokopedia@tokopedia.com
Masked result : part*.tokop**@tokopedia.com
Important Information List
The information that can be used to identify an individual if standing alone
- Full Name
- Phone Number
- Address
- Mother’s Maiden Name
- Identity Number (KTP)
- Driver License Number
- Passport Number
- Taxpayer Identification Number (NPWP)
- Credit Card Number
- Bank Account Information