plaid
Create a person associated with an originator
Use the /transfer/platform/person/create endpoint to create a person associated with an originator (e.g. beneficial owner or control person) and optionally submit personal identification information for them.
post/transfer/platform/person/create
Request body
Example request
{
"name": {
"given_name": "Leslie",
"family_name": "Knope"
},
"email_address": "user@example.com",
"phone_number": "+12345678909",
"id_number": {
"value": "123456789",
"type": "us_ssn"
}
}Response
OK