Upload the signed agreement
France
Upload signed agreement
Stores the customer’s signed PDF on the silo entry together with
the chosen signature method. This call only persists the document
— it does not record an approval decision. Call POST /confirm
afterwards to mark the submission as complete.
Two signature methods are accepted:
esignature— the PDF was signed electronically (PAdES). The signature is validated cryptographically against the EU Trusted List.identity— the PDF was signed by hand. The customer must also upload identity images viaPOST /identitybefore confirming; verification is delegated to Invopop’s approval service.
POST
Upload the signed agreement
Stores the customer’s signed PDF on the silo entry together with the chosen signature method. Two methods are accepted:
esignature (PAdES — validated cryptographically against the EU Trusted List) and identity (hand-signed — verification deferred to Invopop’s approval service, requires identity images uploaded via POST /identity first).
This call only persists the document. Call POST /confirm afterwards to mark the submission complete and let the onboarding workflow proceed.Authorizations
Authenticate using a valid Invopop enrollment token in the Bearer
scheme.
Example: Authorization: Bearer <token>
Path Parameters
ID of the org.Party silo entry being onboarded.
Example:
"5b45453c-cdd0-11ed-afa1-0242ac120002"
Body
application/json
How the customer signed the agreement.
esignature- Signed electronically (PAdES). The PDF signature is validated against the EU Trusted List.identity- Signed by hand and accompanied by uploaded identity images. Verification is delegated to Invopop's approval service.
Available options:
esignature, identity Base64-encoded binary of the signed PDF agreement. Must be application/pdf.
Response
Signed agreement stored.