Skip to content

Commit

Permalink
Updating landing page copy for Balance (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreyaThapa authored Aug 14, 2023
1 parent f53c3a5 commit d96b8e8
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions pages/docs/balance/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ import { ReactComponent as HeroGraphic } from "../../../assets/images/product-ic

# Overview

Welcome to the documentation on Dwolla Balance! Our Get Started documentation will walk you through the steps of building an integration. Once you’re familiar with how to integrate, read through our developer guides that include detailed explanations for each step, example code, tips and best practices on development workflow and QA, and links to learn more.
Welcome to the developer documentation for Dwolla Balance! Our Get Started documentation will walk you through the steps of building your integration. Once you’re familiar with how to integrate, read through our developer guides that include detailed explanations for each step, example code, tips and best practices on development workflow and QA, and links to learn more.

## Get Started

Before you start exploring and building on an integration that utilizes Dwolla Balance, get familiar with what it is and how it works with the getting started resources.
Before you start exploring and building an integration that utilizes Dwolla Balance, learn more about what it is and how it works through our Get Started resources.

<CardGrid maxColumns="2">
<Card
Expand Down Expand Up @@ -71,12 +71,12 @@ Before you start exploring and building on an integration that utilizes Dwolla B

## Build

Find all the essential resources and tools to kickstart your integration using Dwolla Balance. Explore comprehensive guides and developer documentation to seamlessly build and implement Dwolla Balance into your application.
Find all the essential resources and tools to kickstart your integration with Dwolla Balance. These comprehensive guides and developer documentation will help you seamlessly build and implement Dwolla Balance into your application.

<CardGrid maxColumns="3">
<Card
topic="Quickstarts"
description="Jumpstart your integration with the Quickstarts, featuring guides on API authentication and diverse funds flow scenarios."
description="Jumpstart your integration with Quickstarts, featuring guides on API authentication and diverse funds flow scenarios."
links={[
{
text: "Auth",
Expand Down Expand Up @@ -107,7 +107,7 @@ Find all the essential resources and tools to kickstart your integration using D
/>
<Card
topic="Customers"
description="Explore our comprehensive guides on onboarding Personal Verified Customers and Business Verified Customers with Dwolla."
description="Explore our comprehensive guides on onboarding Personal Verified Customers and Business Verified Customers with Dwolla Balance."
links={[
{
text: "Business Verified Customer",
Expand Down Expand Up @@ -141,15 +141,15 @@ Find all the essential resources and tools to kickstart your integration using D
external: false,
},
{
text: "Dwolla + Plaid integration",
text: "Dwolla Balance + Plaid integration",
href: "/docs/balance/plaid",
external: false,
},
]}
/>
<Card
topic="Transfers"
description="Optimize your payment processes by understanding how transfers function in Dwolla."
description="Optimize your payment processes by understanding how transfers function with Dwolla Balance."
links={[
{
text: "Facilitator Fee",
Expand All @@ -175,7 +175,7 @@ Find all the essential resources and tools to kickstart your integration using D
/>
<Card
topic="Notifications"
description="Ensure accurate and timely notifications for your application and users, keeping them updated on actions that occur within your Dwolla account."
description="Keep your business and your users up-to-date on what’s happening within your Dwolla Balance integration through accurate and timely notifications."
links={[
{
text: "Webhook Events",
Expand All @@ -196,7 +196,7 @@ Find all the essential resources and tools to kickstart your integration using D
/>
<Card
topic="Features"
description="Explore the array of capabilities that will take your payment solutions to new heights, streamlining transactions and enhancing user experiences."
description="Explore the array of capabilities that will further streamline your transactions and enhance your user experience."
links={[
{
text: "Virtual Account Number",
Expand All @@ -217,15 +217,15 @@ Find all the essential resources and tools to kickstart your integration using D
/>
<Card
topic="Integrations"
description="Discover how Dwolla integrates effortlessly with these partners to offer enhanced functionalities and expanded possibilities for your payment ecosystem."
description="Discover how Dwolla Balance integrates effortlessly with various partners to offer enhanced functionality and expanded possibilities for your payment ecosystem."
links={[
{
text: "Secure Exchange",
text: "Bank Account Verification",
href: "/docs/balance/secure-exchange",
external: false,
},
{
text: "Sift",
text: "Fraud Monitoring",
href: "/docs/balance/sift",
external: false,
},
Expand Down

0 comments on commit d96b8e8

Please sign in to comment.