Skip to main content
GET
Fetch a Person Application

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

Unique identifier for object

Response

200 - application/json

The apply.person-application

bankdata
object

Optional arbitrary data the bank can attach to the object

citizenship
string

Two letter ISO country code indicating where this person has citizenship

date_of_birth
string

Date of birth of the person, ISO 8601 format ('YYYY-MM-DD')

document_ids
string[]

Array of Document IDs pertaining to this person

email_address
string

Email address of the person

first_name
string

First (given) name of the person (max of 36 ASCII characters)

gov_id
string
deprecated
id
string

Unique identifier for object

identification_number
string

International identification number (max of 30 characters)

identification_number_type
string

Type of international identification number (max of 30 characters)

last_name
string

Last name (surname) of the person (max of 40 ASCII characters)

mailing_address
object

Object representing the person's mailing address

middle_name
string

Middle name or initial of the person, if they have one

occupation
string

Occupation of the person

person_id
string

ID of the person object created as a result of a successful account application. Filterable.

phone_number
string

Phone number of the person

physical_address
object

Object representing the person's home address. Required for virtual ledger and some core direct integrations

secondary_email_address
string

Optional secondary email address of the person

userdata
object

Optional arbitrary data the user can attach to the object