Skip to content

ithielnor/dwolla-v2-csharp

 
 

Repository files navigation

Dwolla V2 C#

Dwolla V2 cross-platform C# client.

API Documentation

Installation

Install-Package Dwolla.Client

Basic usage

Follow the guide to create a Sandbox Dwolla application, set DWOLLA_APP_KEY and DWOLLA_APP_SECRET environment variables, and take a look at the Example Application.

Only a handful of Models are included right now, but you can either create your own or add them to this library and open a Pull Request so we can merge them in.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/Dwolla/dwolla-v2-csharp.

Changelog

  • 4.0.11 Add document failure reason
  • 4.0.10 Add Micro Deposit models
  • 4.0.9 Add Document models, support transfer fees
  • 4.0.8 Add Transfer models, expose raw response on RestResponse
  • 4.0.7 Add Micro Deposit and Balance models
  • 4.0.6 Breaking change: Remove CreateCustomerRequest.Status. Add UpdateCustomerRequest
  • 3.0.5 Breaking change: CreateCustomerRequest.DateOfBirth string -> DateTime?. Create base responses, refactor ExampleApp to tasks, add Funding Source models
  • 2.0.4 Add Webhook Subscription models
  • 2.0.3 Breaking change: CustomerEmbed -> CustomersEmbed. Thanks to @ithielnor for adding Business Classification models and a CLI
  • 1.0.2 Lower VisualStudioVersion, add more properties to Customer
  • 1.0.1 Include deserialized error in DwollaException
  • 1.0.0 Initial release

About

Official C# Wrapper for Dwolla's API v2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.5%
  • Shell 0.5%