Skip to content

OneSpan/onespan-sign-apex-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apex SDK for OneSpan

onespan

This SDK allows you to integrate with OneSpan's REST API using Apex. Examples on how to use the SDK are included in the OneSpanExamples class.

To get started, you'll need to create a free developer account here.

Documentation for the SDK can be accessed here.

For help, use OneSpan's Developer Community.

Installation and Configuration

The SDK can be installed using the Deploy to Salesforce button.

After installing in your sandbox or developer org you'll need to configure the connection settings by creating an entry in the OneSpan Connection Settings custom setting.

Name = Main
Endpoint = https://sandbox.esignlive.com/api (SANDBOX) || https://apps.esignlive.com/api (PROD)
API Key = YOUR_API_KEY - can be obtained by going to the Account page in your OneSpan Sandbox. For production accounts it should be emailed to you upon account creation.

SDK Methods

The following methods are included in the current version of the SDK:

Packages

  • Create Package
  • Create Package with Binaries
  • Get Package
  • Update Package
  • Delete Package
  • Get Audit Trail
  • Get Signing Status
  • Set Package Status

Documents

  • Create Documents
  • Download Document
  • Update Document
  • Delete Document

Roles/Signers

  • Create Role
  • Get Role
  • Update Role
  • Delete Role
  • Set Role Authentication
  • Set Attachment Requirements
  • Download All Attachments for Signer
  • Set Signing Order for Role
  • Get Signing Url for Role

Signatures/Approvals

  • Create Signature
  • Get Signature
  • Update Signature
  • Delete Signature

##License## This OneSpan Apex SDK is released under the following license.

Releases

No releases published

Packages

No packages published

Languages

  • Apex 100.0%