Person
Update a Person
Getting Started
Person
Business
Documents Person
Document Business
Member
Accounts
Contacts
Send
- GETList all Intrabank Push
- POSTSend an Intrabank Push
- GETGet an Intrabank Push
- PATCHUpdate an Intrabank Push
- GETList all ACH Push
- POSTSend an ACH Push
- GETGet an ACH Push
- PATCHUpdate an ACH Push
- GETList all Wire Sent
- POSTSend an Wire Transfer
- GETGet an Wire Transfer
- PATCHUpdate an Wire Transfer
- GETList all Check Sent
- POSTSend an Check
- GETGet an Check Sent
- PATCHUpdate an Check Sent
Receive
Cards
Webhooks
Program
Help Desk
Person
Update a Person
Update a Person
PATCH
/
v1
/
person
/
{personId}
curl --request PATCH \
--url https://qa-api.sbx.solidfi.com/v1/person/{personId} \
--header 'Content-Type: application/json' \
--data '{
"email": "johndoe@solidfi.com"
}'
{
"address": {
"addressType": "mailing",
"city": "Los Gatos",
"country": "US",
"line1": "1 Broadway",
"line2": "",
"postalCode": "95030",
"state": "CA"
},
"createdAt": "2023-11-20T05:32:11Z",
"dateOfBirth": "1974-01-25",
"email": "johndoe@solidfi.com",
"emailVerified": false,
"firstName": "John",
"id": "per-e6553324-1db8-49a8-a0d3-29132280b838",
"idNumber": "999999999",
"idType": "ssn",
"kyc": {
"createdAt": "2023-11-20T05:31:48Z",
"id": "kyc-69760d03-7957-46d5-b34f-ff820fd66520",
"modifiedAt": "2023-11-20T05:31:48Z",
"personId": "per-e6553324-1db8-49a8-a0d3-29132280b838",
"results": {
"address": "notStarted",
"bank": "notStarted",
"dateOfBirth": "notStarted",
"fraud": "notStarted",
"idv": "notStarted"
},
"reviewCode": "",
"reviewMessage": "",
"reviewReasons": {
"address": [],
"bank": [],
"dateOfBirth": [],
"fraud": [],
"idv": [],
"other": []
},
"status": "notStarted"
},
"language": "en",
"lastName": "Doe",
"metadata": null,
"middleName": "",
"modifiedAt": "2023-11-20T05:57:56Z",
"phone": "+15555555555",
"phoneVerified": true,
"programId": "prg-ffa511da-1adc-4603-b845-173b895a33f6",
"status": "active"
}
Path Parameters
Body
application/json
Example:
"johndoe@solidfi.com"
Response
200 - application/json
Update a Person
Example:
"2023-11-20T05:32:11Z"
Example:
"1974-01-25"
Example:
"johndoe@solidfi.com"
Example:
false
Example:
"John"
Example:
"per-e6553324-1db8-49a8-a0d3-29132280b838"
Example:
"999999999"
Example:
"ssn"
Example:
"2023-11-20T05:31:48Z"
Example:
"kyc-69760d03-7957-46d5-b34f-ff820fd66520"
Example:
"2023-11-20T05:31:48Z"
Example:
"per-e6553324-1db8-49a8-a0d3-29132280b838"
Example:
""
Example:
""
Example:
"notStarted"
Example:
"en"
Example:
"Doe"
Example:
""
Example:
"2023-11-20T05:57:56Z"
Example:
"+15555555555"
Example:
true
Example:
"prg-ffa511da-1adc-4603-b845-173b895a33f6"
Example:
"active"
curl --request PATCH \
--url https://qa-api.sbx.solidfi.com/v1/person/{personId} \
--header 'Content-Type: application/json' \
--data '{
"email": "johndoe@solidfi.com"
}'
{
"address": {
"addressType": "mailing",
"city": "Los Gatos",
"country": "US",
"line1": "1 Broadway",
"line2": "",
"postalCode": "95030",
"state": "CA"
},
"createdAt": "2023-11-20T05:32:11Z",
"dateOfBirth": "1974-01-25",
"email": "johndoe@solidfi.com",
"emailVerified": false,
"firstName": "John",
"id": "per-e6553324-1db8-49a8-a0d3-29132280b838",
"idNumber": "999999999",
"idType": "ssn",
"kyc": {
"createdAt": "2023-11-20T05:31:48Z",
"id": "kyc-69760d03-7957-46d5-b34f-ff820fd66520",
"modifiedAt": "2023-11-20T05:31:48Z",
"personId": "per-e6553324-1db8-49a8-a0d3-29132280b838",
"results": {
"address": "notStarted",
"bank": "notStarted",
"dateOfBirth": "notStarted",
"fraud": "notStarted",
"idv": "notStarted"
},
"reviewCode": "",
"reviewMessage": "",
"reviewReasons": {
"address": [],
"bank": [],
"dateOfBirth": [],
"fraud": [],
"idv": [],
"other": []
},
"status": "notStarted"
},
"language": "en",
"lastName": "Doe",
"metadata": null,
"middleName": "",
"modifiedAt": "2023-11-20T05:57:56Z",
"phone": "+15555555555",
"phoneVerified": true,
"programId": "prg-ffa511da-1adc-4603-b845-173b895a33f6",
"status": "active"
}