https://github.com/dwolla/integration-examples
Collection of end-to-end integration examples that demonstrate integrating Dwolla with other service providers.
https://github.com/dwolla/integration-examples
dwolla examples integration
Last synced: about 2 months ago
JSON representation
Collection of end-to-end integration examples that demonstrate integrating Dwolla with other service providers.
- Host: GitHub
- URL: https://github.com/dwolla/integration-examples
- Owner: Dwolla
- License: mit
- Created: 2022-06-01T21:30:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T13:47:21.000Z (8 months ago)
- Last Synced: 2024-10-18T14:25:53.919Z (8 months ago)
- Topics: dwolla, examples, integration
- Language: TypeScript
- Homepage:
- Size: 277 KB
- Stars: 9
- Watchers: 13
- Forks: 7
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dwolla Integration Examples
This repository contains end-to-end example applications that showcase how Dwolla can integrate with other providers, such as Plaid, to provide automatic funding source verification.
Each application makes use of the latest technologies by building itself on top of NextJS/React and TypeScript, as well as demonstrating best practices regarding error handling, token management, and more.
## Getting Started
Before getting started, please note that many of our example apps share common dependencies—e.g., ESLint, Prettier, and TypeScript. As such, their configurations are held within the root project, with each app referencing its respective root file. This means that before you can use any of the example apps, you must first run `pnpm install` in the project root directory.
## Example Applications
You can find an exhaustive list of all example apps that this repository contains below.
To get more information on installing and running a specific app, please click on its name, which will redirect you to its respective README.
### Open Banking Examples:
* [Plaid](https://github.com/Dwolla/integration-examples/tree/main/packages/open-banking/plaid)
* [Visa](https://github.com/Dwolla/integration-examples/tree/main/packages/open-banking/visa)
* [MX](https://github.com/Dwolla/integration-examples/tree/main/packages/open-banking/mx)### Secure Exchange Examples
* [Mastercard](https://github.com/Dwolla/integration-examples/tree/main/packages/secure-token-exchange/mastercard)
* [Plaid](https://github.com/Dwolla/integration-examples/tree/main/packages/secure-token-exchange/plaid)
* [MX](https://github.com/Dwolla/integration-examples/tree/main/packages/secure-token-exchange/mx)
* [Flinks](https://github.com/Dwolla/integration-examples/tree/main/packages/secure-token-exchange/flinks)