Ryan_Coleman

Notary Text Seal

0 votes

Guys,

It has been a very long time since I've had to deal with a notary text seal that is generated from your system and I'm having a bit of difficulty. Is there documentation anywhere that talks about it or can anyone point me in the right direction of what is needed? I cannot remember if it is a binding or special field name, etc.

Any help is appreciated.


Approved Answer

Reply to: Notary Text Seal

0 votes

Hi Ryan,

 

The notary field is stored at sender profile, which can be retrieved by API:

GET /api/account/senders/{senderId} > "professionalIdentityFields" in response

 

There are two types of notary fields “Regular” and “Seal”, check below two sample JSON:

Regular Notary Field:

{
  "data": null,
  "height": 60,
  "left": 263,
  "name": "NotaryLicenseExpiryDate",
  "page": 0,
  "subtype": "CUSTOMFIELD",
  "top": 489.1598639455782,
  "type": "INPUT",
  "value": null,
  "width": 270,
  "enabled": true,
  "validation": {}
}

Seal Notary Field:

{
  "data": null,
  "height": 60,
  "left": 263,
  "name": "Stamp",
  "page": 0,
  "subtype": "SEAL",
  "top": 559,
  "type": "INPUT",
  "value": null,
  "width": 270,
  "enabled": true,
  "validation": {}
}

For more information, you can refer to my blog series:
https://www.onespan.com/blog/onespan-sign-developer-creating-notarized-package-part-1

https://www.onespan.com/blog/onespan-sign-developer-creating-notarized-package-part-3

 

Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off