signer
), identified with the key visitor
.signer_signs_here
, that will be signed by the recipient visitor
.[[place_key]]
, where place_key
identifies the place within the document.
For this example, we prepared a document that contains the placeholder [[signer_signs_here]]
to indicate the position of the place with the key signer_signs_here
.
places
array inside the document object, with the following properties:
key
: This identifies the place within the document. Must match what’s inside the square brackets in the placeholder inside the document file, in this case: signer_signs_here
.type
: As this is a signature place, we use the value signature
.recipient_key
: The key of the recipient that will sign in this place. In this example, there is just one recipient, who has the key visitor
.