aromanarguello / drop-ins-examples

Example Express app for Dwolla Drop-in Components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dwolla Drop-in Examples

This repo contains Dwolla Drop-in Components using Express. Examples include forms to Create an Unverified Customer, Upgrade an Unverified Customer to a Verified Customer, Create a Personal Verified Customer, Upload Documents, and View a Verified Customer's Balance.

Additional drop-in components will be added to this repo as new ones are released.

Drop-in components are tools designed to assist with a Dwolla integration. As with any tool, it may not fit all desired use cases.

Installation

yarn install yarn start

How to use it

Copy + Paste code related to the component you'd like to use in order to expediate your Dwolla API integration process, and save weeks of development work.

You can also read our Drop-in Components blog series for a step by step guide on how to get started using the first five low-code components.

Drop-ins UI

By default, the elements within your specified container are responsive to any change and screen size. Dwolla also allows you to customize the styling of your components by providing a stylesheet dwolla.configure containing the attributes found here.

Create a Customer

This drop-in component form creates both a Receive Only Customer (with type = "receive-only") and an Unverified Customer

create_a_customer

Upgrade a Customer

This drop-in component form upgrades an Unverified Customer to a Verified Customer

upgrade_a_customer

Personal Verified Customer Record

This drop-in component form creates a personal Verified Customer

personal_vcr

Business Verified Customer Record

This drop-in component handles onboarding business Verified Customer

business_vcr

Beneficial Owners

This drop-in component can be used for adding Beneficial Owners to a business Verified Customer.

beneficial_owners

Upload Documents

This drop-in component let's a Personal Verified Customer to upload their government issued document

upload_document

Balance Display

This drop-in component let's a Personal Verified Customer view their balance.

balance_display

Pay-In

This drop-in component can be used in order to transfer from a Customer funding source into your own funding source

pay_in

Where to find the docs

Visit our Guide or API docs for more additional information.

Support

Support queries can be directed to our Developer Forum.

Contributing and Reporting Bugs

Feel free to fork this repo and submit PRs for any corrections, new features, etc. you think we should include!

About

Example Express app for Dwolla Drop-in Components

License:MIT License


Languages

Language:CSS 46.5%Language:Handlebars 44.2%Language:JavaScript 9.2%