Skip to main content

Quick Start

Step 1 – Authentication

Authorization: Basic <Base64(username:password)>
Content-Type: application/json; charset=UTF-8

Step 2 – Get certificates

Call get_certificates_pub to retrieve the certificate/credential information needed for signing.

Step 3 – Choose a signing method

  • Session signing
  • Turn signing
  • PIN signing

Step 4 – Sign

Call the sign function with the appropriate payload: file signing or hash signing.

Step 5 – Handle the result

Check status_code, status, error_desc, and the signed data.

tip

Partners should first complete a simple signing flow on UAT, then implement retry, refresh token, and Timestamp cases.