POST
/
apps
/
verifactu
/
v1
/
entry
/
:silo_entry_id
/
identity
cURL
curl --request POST \
  --url https://api.invopop.com/apps/verifactu/v1/entry/:silo_entry_id/identity \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "data": "aSDinaTvuI8gbWludGxpZnk=",
  "view": "front"
}'
Upload a photograph of the supplier or representative’s identification card or document. Be sure to choose the correct view when uploading. Uploaded images will be stored as attachments to the silo entry.

Authorizations

Authorization
string
header
required

Use the Bearer scheme with a valid JWT token to authenticate requests. Example: Authorization: Bearer <token>

Body

application/json

Response

202

No content