Account


Earned badges

Achievement: Latest Unlocked

Topic Started

This user has not created any forum posts.

Replies Created

Reply to: Iframe cookie issues

0 votes

There was a solution to this problem that was posted here: https://community.onespan.com/forum/cookie-issues-safari Essentially the key is to navigate to a "loading" page (on the same domain as your OneSpan Sign instance) in order to make the user's browser create the required cookie. The details of this approach can be found in the article referenced above. The next version of the signing ceremony will not be cookie-less (there were discussions earlier in the year that it might be) so it will not solve this issue. However to answer your question, the new signing experience will not require changes in your integration. Signers will automatically see the new signing experience for new transactions unless your account is configured to disallow it. Don't hesitate to post any clarifying questions you might have here.


Reply to: bulk transaction creation from Adhoc

0 votes

Yes, data such as <FieldId1> will be injected in the template's document before sending the transaction for signature. To make this happen, put a label (if you want a read-only field) or a text field (if you want to allow the signer to edit the field) on your document and give a name, e.g. "MyField". Then in your CSV file, put a column with the same name.

Please reply if that does not work or if you have any clarifying questions.


Reply to: PHP Code to get e-signed person details

0 votes

In order to get audit data from a transaction, you need to issue a GET request to https://{onespansign}/api/packages/{packageId}/audit

For instance, GET https://sandbox.esignlive.com/api/packages/KpbteuYB0jQoRrFOp1ugyOcpYCI=/audit

Don't forget to include your API key in the appropriate header, e.g.

Authorization: Basic {your_api_key_here}

You should get back a JSON payload.

I am assuming you are familiar with PHP and issuing RESTful calls in PHP however please reply if you are hitting any issue.


Subscriptions

Topics Replies Freshness Views Users
Hi there, We are loading our documents in an iframe and are encountering errors with client browsers that have Third-Party Cookies disabled.
4 3 years 3 months ago 318
Profile picture for user harishaidary
This one is actually both a question and its answer. I just received a question from an integrator who is trying to define a date field.
0 7 years 9 months ago 20
I am trying to accomplish the following. Please let me know which SDK classes to use: - Get a list of all documents/templates uploaded onto a group's library (From all senders in the group).
16 7 years 8 months ago 112
Profile picture for user harishaidary
Can I have templates in eSignLive using the portal and then connect to SF and have all those templates available for my use. Or do I need to create all these templates once again using SF connector.
2 7 years 10 months ago 17
What is the minimum Java version required for the Java SDK?
4 8 years 2 months ago 37

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.