Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kfrancis/chargifydirectsampledotnet
https://github.com/kfrancis/chargifydirectsampledotnet
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kfrancis/chargifydirectsampledotnet
- Owner: kfrancis
- Created: 2013-04-05T19:38:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-02-22T15:11:24.000Z (almost 2 years ago)
- Last Synced: 2023-03-12T04:27:47.109Z (almost 2 years ago)
- Language: JavaScript
- Size: 1.72 MB
- Stars: 5
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Chargify Direct Sample .NET
==========================This is a small [ASP.NET MVC](http://www.asp.net/mvc) app that demonstrates how to use [Chargify Direct](http://docs.chargify.com/chargify-direct-introduction) for
Signups. It leverages the .NET [Chargify2](https://github.com/kfrancis/Chargify2) library to create the Direct secure form inputs and signature, verify the redirect
response, and fetch the call response.Getting Started
---------------1. Clone this repo to your local machine
2. Edit `web.config` to add your own API User credentials (created on your site, https://your-subdomain.chargify.com/settings#chargify-direct)
3. Create products on your API User's Site with handles 'basic' and 'premium' (or edit the example to match product handles you have)
4. Remove the https global filter (if applicable)
5. Run the appFeatures
---------------1. Uses the transparent redirect to post sensitive data directly to Chargify
2. Uses the Call API endpoint to fetch information to display a receipt##Demo##
This code has been deployed [here](https://chargify-direct-sample.azurewebsites.net) for your convenience, so you can create test subscriptions.You can try a sample live update endpoint [here](https://chargify-direct-sample.azurewebsites.net/Home/Update/17723461).
For v1 API access, try the [Chargify.NET wrapper](http://chargify.codeplex.com).