Set sender name display

You can define which name will display in the signature page, as well as in the transaction’s:

  • invitation emails
  • reminders
  • instant messaging notifications

If the issuing entities feature is available on your workspace, the sender_name_display can hold the following possible values:

  • name_email: the name and email of the person who created the transaction (default value).
  • issuing_entity: the name of the issuing entity.
  • name_issuing_entity: the name of the person and the name of the issuing entity.
  • name_email_issuing_entity: the name and email of the person and the name of the issuing entity.

If the issuing entities feature is not available on your workspace, the sender_name_display can hold the following possible values:

  • name_email: the name and email of the person who created the transaction (default value).
  • workspace: the name of the workspace.
  • name_workspace: the name of the person and the name of the workspace.
  • name_email_workspace: the name and email of the person and the name of the workspace.

Note that when the transaction is created by API, the only possible values are workspace or issuing_entity.

Set a sender name display

To set a sender name display upon transaction creation, send a request to POST /v1/transactions and pass the sender_name_display argument:

curl
https://api.universign.com/v1/transactions \
-d sender_name_display=issuing_entity

Update a sender name display

To update the sender name display of an existing transaction, send a request to POST /v1/transactions/{transaction_id} and pass the sender_name_display argument:

curl
https://api.universign.com/v1/transactions/tx_AWo949MOq0JE \
-d sender_name_display=name_email_issuing_entity

Set issuing entities
Add a document
Developer tools
Guides
Services
API reference