An open API service indexing awesome lists of open source software.

https://github.com/thorium/carmelnet

Unofficial .NET client for Carmel integration, creating online payments via their API. Bank payment handling automation in the United States.
https://github.com/thorium/carmelnet

ach api automation bank banking carmel ccd client gateway payment payments ppd sec transaction united-states web wiretransfer

Last synced: 3 months ago
JSON representation

Unofficial .NET client for Carmel integration, creating online payments via their API. Bank payment handling automation in the United States.

Awesome Lists containing this project

README

        

Unofficial .NET client for [Carmel](https://www.carmelsolutions.com/), making bank payments in the US.

Complete API documentation: https://docs.carmelsolutions.com/

To get an access token, call: CarmelPayment.getAcccessToken

To register a new webhook, call: CarmelWebhooks.createWebhookSubscription

To get a list of origination accounts, call: CarmelPayment.getOriginationAccounts

Then to create payments, call: CarmelPayment.createCreditTransfer

And to approve the payments, call: CarmelPayment.approveCreditTransfer

To verify the webhook signatures and parse the response: CarmelWebhooks.parseWebhookResponse

When processing a webhook, fetch the details via: CarmelPayment.fetchCreditTransfer

See the unit tests for examples.

Nuget: https://www.nuget.org/packages/CarmelNet