Person
Retrieve an IDV
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
Retrieve an IDV
Retrieve an IDV
GET
/
v1
/
person
/
{personId}
/
idv
curl --request GET \
--url https://qa-api.sbx.solidfi.com/v1/person/{personId}/idv \
--header 'Content-Type: application/json' \
--data '""'
{
"createdAt": "2023-11-20T05:58:28Z",
"id": "idv-c6b35c38-b21c-4ec3-841a-f008a23c84bc",
"modifiedAt": "2023-11-20T06:00:26Z",
"status": "approved",
"url": "https://withpersona.com/verify?inquiry-id=inq_mxbuVKSeShAGRSbKYs4E2tXX"
}
Path Parameters
Body
application/json · any
The body is of type any
.
Response
200 - application/json
Retrieve an IDV
Example:
"2023-11-20T05:58:28Z"
Example:
"idv-c6b35c38-b21c-4ec3-841a-f008a23c84bc"
Example:
"2023-11-20T06:00:26Z"
Example:
"approved"
Example:
"https://withpersona.com/verify?inquiry-id=inq_mxbuVKSeShAGRSbKYs4E2tXX"
curl --request GET \
--url https://qa-api.sbx.solidfi.com/v1/person/{personId}/idv \
--header 'Content-Type: application/json' \
--data '""'
{
"createdAt": "2023-11-20T05:58:28Z",
"id": "idv-c6b35c38-b21c-4ec3-841a-f008a23c84bc",
"modifiedAt": "2023-11-20T06:00:26Z",
"status": "approved",
"url": "https://withpersona.com/verify?inquiry-id=inq_mxbuVKSeShAGRSbKYs4E2tXX"
}