Member
Submit 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
Submit a Member KYC
Submit a Member KYC
POST
/
v1
/
member
/
{memberId}
/
kyc
curl --request POST \
--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:26Z",
"personId": "per-e942e118-f323-465c-aa57-ff9034264731",
"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 Member KYC
Example:
"2023-11-20T06:20:25Z"
Example:
"kyc-80ff0279-0a38-4da4-b59d-8c38874c21bf"
Example:
"2023-11-20T06:22:26Z"
Example:
"per-e942e118-f323-465c-aa57-ff9034264731"
Example:
""
Example:
""
Example:
"submitted"
curl --request POST \
--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:26Z",
"personId": "per-e942e118-f323-465c-aa57-ff9034264731",
"results": {
"address": "notStarted",
"bank": "notStarted",
"dateOfBirth": "notStarted",
"fraud": "notStarted",
"idv": "notStarted"
},
"reviewCode": "",
"reviewMessage": "",
"reviewReasons": {
"address": [],
"bank": [],
"dateOfBirth": [],
"fraud": [],
"idv": [],
"other": []
},
"status": "submitted"
}