Applicability
When: Creating or updating beneficiary objects.Field Added
- nationality (string; ISO 3166-1 alpha-2 country code)
Description
- Optional field
- Helps reduce sanction screening false positives
- Accepts 2-letter country codes (e.g.,
US,GB,IN,FR,SG)
Changes
Beneficiary Management Endpoints
Beneficiary endpoints now accept and return thenationality field.
Updated request/response schemas for:
POST /v3/beneficiaryGET /v3/beneficiary/{id}PUT /v3/beneficiary/{id}
nationality in the beneficiary object.
Payout Endpoints
Payout endpoints now includenationality inside beneficiary_details.
Updated response schemas for:
POST /v3/payout(when creating with inline beneficiary)GET /v3/payout/{id}PUT /v3/payout/{id}
beneficiary_details now includes:
beneficiary_details.date_of_birthbeneficiary_details.nationality
Validation Rules
nationalitymust be a valid 2-letter ISO 3166-1 alpha-2 country code
(e.g.,US,GB,IN,FR)- Field is optional — not required for beneficiary creation or payout processing
- System automatically normalizes the value to uppercase
- A validation error is returned if an invalid country code is provided
