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.
- Host: GitHub
- URL: https://github.com/thorium/carmelnet
- Owner: Thorium
- License: mit
- Created: 2024-12-02T18:53:11.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-01-30T18:04:45.000Z (5 months ago)
- Last Synced: 2025-01-30T19:22:36.246Z (5 months ago)
- Topics: ach, api, automation, bank, banking, carmel, ccd, client, gateway, payment, payments, ppd, sec, transaction, united-states, web, wiretransfer
- Language: F#
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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