https://github.com/docusign/blog-csharp-order-form
C# .NET Core example--sending a signing request using a template
https://github.com/docusign/blog-csharp-order-form
Last synced: 8 months ago
JSON representation
C# .NET Core example--sending a signing request using a template
- Host: GitHub
- URL: https://github.com/docusign/blog-csharp-order-form
- Owner: docusign
- License: mit
- Created: 2018-11-07T12:43:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-04T00:01:54.000Z (over 5 years ago)
- Last Synced: 2025-05-31T03:44:17.900Z (10 months ago)
- Language: C#
- Size: 810 KB
- Stars: 1
- Watchers: 10
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blog: Sending an order form including credit card payment
Repository: [blog-csharp-order-form](https://github.com/docusign/blog-csharp-order-form)
This C# .NET Core code example demonstrates how to send an
order form to a purchaser using DocuSign.
The purchaser uses DocuSign both to legally agree to the
purchase contract and to pay for the purchase using a credit
card.
* A [4 minute video](https://docusigninc.box.com/s/013ktszmj5bphyiukypmknz250wmu5zd)
demonstrates the example.
* This example is also discussed in a post on the
DocuSign Developer Blog.
## Installation and Configuration
Follow the INSTALLATION.md file's instructions
## Running the example
Build, then run the solution to send the order form,
along with its signature request and payment form,
to the purchaser via email.
The purchaser's name and email is set using the App.config file.
After the purchaser agrees to the order, they'll be asked to pay.
If you're testing with the Stripe payment service, you can use
one of their test credit card numbers.
For example: `4242 4242 4242 4242`
Additional
[test card numbers](https://stripe.com/docs/testing#cards)
are also available.
## Support, Contributions, License
Submit support questions to [StackOverflow](https://stackoverflow.com). Use tag `docusignapi`.
Contributions via Pull Requests are appreciated.
All contributions must use the MIT License.
This repository uses the MIT license, see the
LICENSE file.