Create a Person Application
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
Email address of the person
First (given) name of the person (max of 36 ASCII characters)
Last name (surname) of the person (max of 40 ASCII characters)
Optional arbitrary data the bank can attach to the object
Two letter ISO country code indicating where this person has citizenship
Date of birth of the person, ISO 8601 format ('YYYY-MM-DD')
Array of Document IDs pertaining to this person
International identification number (max of 30 characters)
Type of international identification number (max of 30 characters)
Object representing the person's mailing address
Middle name or initial of the person, if they have one
Occupation of the person
Phone number of the person
Object representing the person's home address. Required for virutal ledger and some core direct integrations
Optional secondary email address of the person
U.S. Social Security or IRS tax ID number of the person
Optional arbitrary data the user can attach to the object
Response
Optional arbitrary data the bank can attach to the object
Two letter ISO country code indicating where this person has citizenship
Date of birth of the person, ISO 8601 format ('YYYY-MM-DD')
Array of Document IDs pertaining to this person
Email address of the person
First (given) name of the person (max of 36 ASCII characters)
Unique identifier for object
International identification number (max of 30 characters)
Type of international identification number (max of 30 characters)
Last name (surname) of the person (max of 40 ASCII characters)
Object representing the person's mailing address
Middle name or initial of the person, if they have one
Occupation of the person
ID of the person object created as a result of a successful account application
Phone number of the person
Object representing the person's home address. Required for virutal ledger and some core direct integrations
Optional secondary email address of the person
U.S. Social Security or IRS tax ID number of the person
Optional arbitrary data the user can attach to the object
Was this page helpful?