High Mode FRA
High mode FRA (4) for signing contracts involves using digital signatures, a robust and secure method of authentication.
Last updated
High mode FRA (4) for signing contracts involves using digital signatures, a robust and secure method of authentication.
Last updated
You can be integrated using a web plugin
Create Session Token: First Step When Customer Click On Sign contract You Have To Initialize Session First By Creating Session Token Using The Following API
Sign Contract Approach Enum (1) value if you want to sign by applicant and (2) if you want to sign by organization.
in case applicant want to sign ( applicant id and contract template id is mandatory ) in nullable data ( in case organization admin already created an contract Template )
in case organization want to sign ( slectedSignContractId is mandatory ) in nullable data ( in case organization admin already created an contract Template )
( in case organization want to create contract template using APIs on the fly ) the person who responsible for integrating should send ContractDetails sections as rich text as a mandatory data with at least one section having data , also SignContractApproachEnum should be (1)
SignContractMode enum (4) value for high mode FRA and (5) if you want to use low mode FRA.