post
https://ws.lemonway.fr/mb/ENVNAME/prod/directkitrest/v2/accounts//documents//signinit
This call lets you to generate an electronic signature.
Note: Only SDD mandates can be signed with this method.
Prerequisite: A Mandate needs to be registered with RegisterSddMandate
- A call to
SignDocumentInitof DirectKit to make the signature request and get a token. - A redirection from your website to the WebKit, with the token in GET parameter (see Finalize document signature).
- A return page where your user will be redirected after the signature.
Use this endpoint to generate an electronic signature (SDD mandates only).
Prerequisites:
- Register your mandate with RegisterSddMandate.
- Call
/documents/{documentid}/signinitto start the signature flow and obtain a token. - Redirect the user’s browser to the WebKit URL, including the token as a GET parameter (see “Finalize document signature”).
- Provide a return URL to which the user is sent once the signature is complete.
Important: Whenever you see accountId in a path or body parameter, enter your wallet’s ID.
401Unauthorized
500InternalServerError
