Release Type: EnhancementDocumentation Index
Fetch the complete documentation index at: https://developer.tazapay.com/llms.txt
Use this file to discover all available pages before exploring further.
Summary
The Entity API now supports aperson_id field in the representatives object. This field uniquely identifies each representative and must be included when updating existing representatives to maintain identity consistency for ongoing sanction screening.
What Changed
-
New
person_idfield on representatives- A
person_id(string) field has been added to therepresentativesobject across all Entity API endpoints. - Example value:
psn_d3iv85v58tg9dlpipu3g
- A
-
Affected endpoints
POST /v3/entity— response now includesperson_idfor each representativeGET /v3/entity/{id}— response now includesperson_idfor each representativePUT /v3/entity/{id}— acceptsperson_idin the request body; response includes itPOST /v3/entity/{id}/submit— response now includesperson_idfor each representative
-
Update Entity now accepts full representative details
- The
PUT /v3/entity/{id}endpoint now accepts the completerepresentativesarray in the request body, includingperson_id, personal details, address, phone, roles, and documents.
- The
Compatibility
- No breaking changes for existing integrations.
- The
person_idfield is additive and can be safely ignored by clients that do not use it. - Existing representatives without
person_idin update requests will be treated as new representatives, which may trigger a new sanction screening cycle.
