v1

latestOpenAPI 3.0.0Apache 2.02026-07-267057121.5 KB

Upload a pre-signed agreement

Stores a mandate that the customer has signed outside Invopop. Satisfies the agreement step on the approval flow.

Identity verification is still required; call POST /identity before or after this endpoint, then call POST /confirm to finalise. For in-app signing, use POST /sign instead of this endpoint.

post/apps/gov-fr/v1/entry/{silo_entry_id}/agreement

Path parameters

silo_entry_idstring required
Example:5b45453c-cdd0-11ed-afa1-0242ac120002

ID of the org.Party silo entry being onboarded.

Request body

datastring byte required

Base64-encoded binary of the pre-signed PDF mandate. Must be application/pdf, maximum 4 MB.

Response

Pre-signed agreement stored.