Member
Retrieve a Member 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
Member
Retrieve a Member KYC
Retrieve a Member KYC
GET
/
v1
/
member
/
{memberId}
/
kyc
curl --request GET \
--url https://qa-api.sbx.solidfi.com/v1/member/{memberId}/kyc \
--header 'Content-Type: application/json' \
--data '""'
{
"createdAt": "2023-11-20T06:20:25Z",
"id": "kyc-80ff0279-0a38-4da4-b59d-8c38874c21bf",
"modifiedAt": "2023-11-20T06:22:33Z",
"personId": "per-e942e118-f323-465c-aa57-ff9034264731",
"results": {
"address": "approved",
"bank": "approved",
"dateOfBirth": "approved",
"fraud": "approved",
"idv": "notStarted"
},
"reviewCode": "",
"reviewMessage": "",
"reviewReasons": {
"address": [],
"bank": [],
"dateOfBirth": [],
"fraud": [],
"idv": [],
"other": [
{
"code": "R1401",
"description": "Phone number mismatch"
}
]
},
"status": "approved"
}
Path Parameters
Body
application/json · any
The body is of type any
.
Response
200 - application/json
Retrieve a Member KYC
Example:
"2023-11-20T06:20:25Z"
Example:
"kyc-80ff0279-0a38-4da4-b59d-8c38874c21bf"
Example:
"2023-11-20T06:22:33Z"
Example:
"per-e942e118-f323-465c-aa57-ff9034264731"
Example:
""
Example:
""
Example:
[]
Example:
[]
Example:
[]
Example:
[]
Example:
[]
Example:
"approved"
curl --request GET \
--url https://qa-api.sbx.solidfi.com/v1/member/{memberId}/kyc \
--header 'Content-Type: application/json' \
--data '""'
{
"createdAt": "2023-11-20T06:20:25Z",
"id": "kyc-80ff0279-0a38-4da4-b59d-8c38874c21bf",
"modifiedAt": "2023-11-20T06:22:33Z",
"personId": "per-e942e118-f323-465c-aa57-ff9034264731",
"results": {
"address": "approved",
"bank": "approved",
"dateOfBirth": "approved",
"fraud": "approved",
"idv": "notStarted"
},
"reviewCode": "",
"reviewMessage": "",
"reviewReasons": {
"address": [],
"bank": [],
"dateOfBirth": [],
"fraud": [],
"idv": [],
"other": [
{
"code": "R1401",
"description": "Phone number mismatch"
}
]
},
"status": "approved"
}