2021-07-05
1curl -X POST https://withpersona.com/api/v1/verification/government-ids/verification-id/submit \2 -H "Authorization: <apiKey>"
1{2 "data": {3 "type": "verification/government-id",4 "id": "ver_rYJDSAT7BNJhVW8cz4fqEfHP",5 "attributes": {6 "status": "submitted",7 "created-at": "2022-07-28T16:55:44.000Z",8 "created-at-ts": 1659027344,9 "submitted-at": "2022-07-28T20:47:06.000Z",10 "submitted-at-ts": 1659041226,11 "completed-at": {},12 "completed-at-ts": {},13 "country-code": "US",14 "entity-confidence-score": {},15 "entity-confidence-reasons": [16 "generic"17 ],18 "front-photo-url": {},19 "back-photo-url": {},20 "photo-urls": {},21 "id-class": {},22 "capture-method": "api",23 "name-first": {},24 "name-middle": {},25 "endorsements": {},26 "restrictions": {},27 "vehicle-class": {},28 "checks": []29 },30 "relationships": {31 "inquiry": {32 "data": {}33 },34 "document": {35 "data": {36 "type": "document/government-id",37 "id": "doc_QZ8M2J1fH2o76Rq57vuVWMsE"38 }39 }40 }41 }42}
Submit a government ID verification for processing. Can only submit initiated verifications with photos of the ID attached.
initiated