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

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.

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)