Person
Submit a KYC
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
Submit a KYC
Submit a KYC
POST
/
v1
/
person
/
{personId}
/
kyc
curl --request POST \
--url https://qa-api.sbx.solidfi.com/v1/person/{personId}/kyc \
--header 'Content-Type: application/json' \
--data '""'
{
"createdAt": "2023-11-20T05:31:48Z",
"id": "kyc-69760d03-7957-46d5-b34f-ff820fd66520",
"modifiedAt": "2023-11-20T05:57:51Z",
"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": "submitted"
}
Path Parameters
Body
application/json · any
The body is of type any
.
Response
201 - application/json
Submit a KYC
Example:
"2023-11-20T05:31:48Z"
Example:
"kyc-69760d03-7957-46d5-b34f-ff820fd66520"
Example:
"2023-11-20T05:57:51Z"
Example:
"per-e6553324-1db8-49a8-a0d3-29132280b838"
Example:
""
Example:
""
Example:
"submitted"
curl --request POST \
--url https://qa-api.sbx.solidfi.com/v1/person/{personId}/kyc \
--header 'Content-Type: application/json' \
--data '""'
{
"createdAt": "2023-11-20T05:31:48Z",
"id": "kyc-69760d03-7957-46d5-b34f-ff820fd66520",
"modifiedAt": "2023-11-20T05:57:51Z",
"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": "submitted"
}