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
data
string<byte>
required

Base64 encoded binary data of the image. Must be of type image/jpeg or image/png, with a maximum file size of 10MB. The text of the image should be clearly visible to be approved.

view
enum<string>
required

Point of view from which the image is taken. Pick one of the options available:

  • front - Front view of the identity card.
  • back- Rear or back view of the identity card.
  • page - Principal identity page of the document.
Available options:
front,
back,
page

Response

202

No content