gtawaf

Can I allow a Role Bulk Sign Multiple Packages?

0 votes
Hello, I'm looking into bulk signing. so .e.x. Our Sales Department got 20 packages that were signed from customers. They would like to sign all of them at once. Is that possible? Thanks

Reply to: Can I allow a Role Bulk Sign Multiple Packages?

0 votes
Hi Gamal, Yes, it's possible to programmatically sign on behalf of your Sales Department at once, but when you want to sign 20 packages at once, you'd need to make 20 calls separately. There're two features allowing you to sign on behalf of someone: (1)if your Sales Department Member is a sender, you'll use Sign Documents Feature (2)if your Sales Department Member is a common signer, you'll use Bulk Sign for a Signer Feature The API for these two scenarios is the same: POST /api/packages/{packageId}/documents/signed_documents The difference is when if you are signing for a sender, you are directly using API Key as an authorization: Authorization: Basic api_key While signing for a signer, you are using session token in the request header as an authorization: Cookie: ESIGNLIVE_SESSION_ID={sessionToken} One thing to mention, when you are calling APIs to sign for someone, audit trail will record it's your system's IP address who signed instead of your Sales Department. And if you really want to bulk sign multiple packages within one call, you can contact our support at [email protected] to fill in an ER for this feature. Hope this could help you! 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