Sign the agreement mandate
France
Sign agreement mandate
Stamp the signer’s signature onto the mandate and store the result as the signed agreement.
POST
Sign the agreement mandate
Stamps the signer’s signature onto the generated mandate PDF and stores the result as the entry’s signed agreement. Satisfies the
sign step on the approval flow.
Two modes:
- Drawn: pass a PNG or JPEG image in
signature(≤ 4 MB). The image is inked onto the signature box. - Typed: omit
signature. The signer’s name is rendered as a typed signature.
POST /identity, then call POST /confirm to finalise.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
Base64-encoded PNG or JPEG image of the drawn signature, maximum 4 MB. Omit or leave empty to render the signer's name as a typed signature.
Response
Signature stamped and stored as the signed agreement.