v1
latestOpenAPI 3.0.02026-07-22243670.8 KBPii
Get PII for the authenticated partner and user
Returns the user's PII (full legal name, country of citizenship, tax ID, permanent address) to pre-fill tax forms such as the W-8BEN. Fields that are unavailable are null.
get/v1/pii
Response
Successful response.
Example response
{
"date_of_birth": "1990-01-15",
"full_legal_name": "Aleksander Nowak",
"jurisdiction": {
"iso_2": "PL",
"name": "Poland"
},
"kind": "person",
"permanent_address": {
"city": "Warsaw",
"country": "PL",
"postal_code": "00-001",
"street": "ul. Nowy Świat 12"
}
}