2021-07-05
1curl -X PATCH https://withpersona.com/api/v1/verifications/government-ids/verification-id \2 -H "Authorization: <apiKey>" \3 -H "Content-Type: application/json" \4 -d '{5 "data": {}6}'
1{2 "data": {3 "type": "verification/government-id",4 "id": "ver_X5mC6bFdeyzofECAbw2kM00b",5 "attributes": {6 "status": "initiated",7 "created-at": "2020-09-13T05:20:25.000Z",8 "created-at-ts": 1599974425,9 "submitted-at": {},10 "submitted-at-ts": {},11 "completed-at": {},12 "completed-at-ts": {},13 "country-code": "US",14 "entity-confidence-score": {},15 "entity-confidence-reasons": {},16 "front-photo-url": {},17 "back-photo-url": {},18 "selfie-photo-url": {},19 "id-class": {},20 "capture-method": {},21 "name-middle": {},22 "name-last": {},23 "birthdate": {},24 "address-street-1": {},25 "address-street-2": {},26 "address-city": {},27 "address-subdivision": {},28 "address-postal-code": {},29 "endorsements": {},30 "restrictions": {},31 "vehicle-class": {},32 "checks": []33 },34 "relationships": {35 "inquiry": {36 "data": {37 "type": "inquiry",38 "id": "inq_Hn1JxEG9K153GbvFYGScCRxX"39 }40 }41 }42 }43}
Updates an existing government ID verification. Can only update initiated verifications.
initiated