Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • SecurityTags: Security labels, and they serve to control access to an EviSign. Only users with the same tag will be able to access the same document.
    • It is important to note that tags must be less than 16 characters, and there can only be one tag per EviSign.
    • In the case of Rest/JSON it must be reported as indicated in the specifications below.
  • PushNotificationUrl: URL of contract’s issuer to which EVICERTIA will do a POST when an event related to the contract occurs, sending a JSON with information about the event Therefore, the issuer can develop a controller that allows to capture these requests and proceed to update the status of the contracts in its own information systems.
  • PushNotificationFilter: List of events you would like to be notified of in PushNotificationUrl. Possible values are:
    • Processed: The contract has been admitted in the system and is ready to be sent.
    • Sent: The signature notification has been sent to the signer.
    • Delivered: Confirmation of delivery of signature notification to the signer has been received.
    • Signed: The signer has signed the contract.
    • Rejected: The signer has rejected the contract.
    • FullySigned: All the signers have signed the contract.
    • FullySent: The signature request has been sent to all the signers.
    • FullyDelivered: The signature request has been delivered to all the signers.
    • Closed: The contract is closed, no further events are expected.
    • AffidavitPublished: A new Affidavit has been generated, it was requested on demand by the issuer and will contain the information collected so far.
  • PushNotificationExtraData: Text field in which the issuer of the contract may indicate additional data. These data will be sent later in each push notification that is made.

...