Qualified Electronic Signature

Upload mobile phone number

Use this endpoint for Qualified Electronic Signature workflows to upload the client’s mobile phone number. <br /><br /><img src="https://files.readme.io/310d4d3-Inline_Caution.svg" align="left" alt="Important" /> Important: <br />• Before using this endpoint, see the <a href="https://docs.fourthline.com/docs/qes-integration">integration guide</a>. <br /><code>signatureId</code> and <code>workflowId</code> are string identifiers that can be used interchangeably.

put/v1/onboarding/signatures/{workflowId}/data

Path parameters

workflowIdstring required

Our unique identifier for the workflow, returned in the Create workflow response. <br /><br />Format: uuid string <br /><br />Example: 790f325a-48c9-4b82-bb53-c0ea128236f0 <br /><br /><img src="https://files.readme.io/8eb9022-Inline_Tip.svg" align="left"/> Tip: Use this as the reference number for any questions.

Headers

Authorizationstring required

The access_token returned in your most recent Create access token response.

Request body

mobilePhoneNumberstring required

The client’s mobile phone number, which you have ensured is valid. <br /><br />Format: +prefixNumber phoneNumber <br /><br />Example: +31 612345678 <br /><img src="https://files.readme.io/ad2486a-Inline_Note.svg" align="left"/> Notes: <br />• Always include a space between the prefix and phone number. <br />• The prefix can contain a maximum of 4 digits. <br />• If creating a test signature that you will confirm with a test passcode, you must provide a dummy mobile phone number in the following format: +39 111111234567. You can change digits 234567 as required

Response

Mobile phone number upload accepted

object required

The request was accepted. The response body is empty.

Changes

No recorded changes to this endpoint across all 1 revision of this API.