You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.MD
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ MySuresample application written in Python 3.7 (server) and React (client). You
7
7
8
8
MySure demonstrates the following:
9
9
10
-
1. Authentication with DocuSign via [JSON Web Token (JWT) Grant](https://developers.docusign.com/esign-rest-api/guides/authentication/oauth2-jsonwebtoken)
10
+
1. Authentication with DocuSign via [JSON Web Token (JWT) Grant](https://developers.docusign.com/platform/auth/jwt/)
11
11
2.**Submit a claim:**[Source](./app/api/requests.py)
12
12
This example demonstrates an integration for submitting a claim. It allows you to pass data received from the user to fill in a document. It also adds the ability to attach additional information to the document.
13
13
* The document, based on an HTML template, is combined with Docusign AutoPlace and attachment features.
@@ -17,9 +17,9 @@ MySure demonstrates the following:
17
17
*[Adding attachments](https://support.docusign.com/en/guides/signer-guide-signing-adding-attachments-new) enables users to add additional information to the document.
18
18
3.**Renew an insurance policy.**[Source](./app/api/clickwrap.py)
19
19
This example shows how to use the Click API to create a clickwrap programmatically, render it in your UI, and and then submit it. It also tracks the submission event and, just after submission, redirects the user to the final page.
20
-
*[More information about Click API](https://developers.docusign.com/click-api)
20
+
*[More information about Click API](https://developers.docusign.com/docs/click-api)
21
21
4.**Purchase a new insurance policy.**[Source](./app/api/requests.py)
22
-
The example shows how to [request payment using Docusign](https://www.docusign.com/products/payments). It's implemented using an HTML-based template with [payment tabs](https://developers.docusign.com/esign-rest-api/guides/concepts/tabs/payment). The document also includes different tab types, such as [Formula](https://developers.docusign.com/esign-rest-api/guides/concepts/tabs) and
22
+
The example shows how to [request payment using Docusign](https://www.docusign.com/products/payments). It's implemented using an HTML-based template with [payment tabs](https://developers.docusign.com/docs/esign-rest-api/esign101/concepts/tabs/payment/). The document also includes different tab types, such as [Formula](https://developers.docusign.com/docs/esign-rest-api/esign101/concepts/tabs/calculated-fields/) and
The document contains additional logic to calculate the total amount. At completion, the user is able to pay the calculated amount and get back to the original website.
0 commit comments