/entitiesCreate an entity
Creates a legal entity that can own accounts, such as a person, corporation, joint account, trust, or government authority. Supply structure and the matching details object, such as corporation or natural_person; the required details depend on the selected structure.
- IdempotentThe SDK sends
Idempotency-Key, so a retried request is only applied once.
Entity creation details. structure is required, and the details object corresponding to the selected structure must be supplied.
structure is required and must be one of corporation, natural_person, joint, trust, government_authority, or sole_proprietorship. Provide the matching details object, which is required for the selected structure; required nested fields must also be present. For example, corporation requires a name, legal identifier, address, and beneficial owners, while natural_person requires a name, date of birth, address, and identification.