Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions docs/payables/guides/bill-pay/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ This guide is for developers building a bill payment solution or other applicati

🎯 Our _bill pay demo app_ showcases a simple AP automation workflow, built using standard endpoints of [Bill Pay](/payables/overview). It help you understand the core features of a bill payment solution and how you can build your own solutions to streamline and automate the Accounts Payable (AP).

🛠️ The demo app is built using Next.js and React. You can use a hosted version or run the code locally. The code is stored in a [public GitHub repository](https://github.com/codatio/demo-bill-pay). [Hosted Link](/auth-flow/authorize-hosted-link) is used for the authorization flow.
🛠️ The demo app is built using Next.js and React. You can clone the code and run it locally. The code is stored in a [public GitHub repository](https://github.com/codatio/demo-bill-pay). [Hosted Link](/auth-flow/authorize-hosted-link) is used for the authorization flow.
Comment thread
pmckinney-codat marked this conversation as resolved.
Comment thread
pmckinney-codat marked this conversation as resolved.
Comment thread
pmckinney-codat marked this conversation as resolved.

⏳ Estimated time to complete:

- 5–10 minutes to try out the hosted version of the app
- 20–30 minutes to complete the full guide and run the app locally

### What you need
Expand All @@ -28,9 +27,9 @@ Your account will include a US sandbox company containing sample data. You can o

### Aims of the guide

This guide aims to help you implement your own bill payment solution using Codat's API. It walks you through [using the hosted version of the demo app](/payables/guides/bill-pay/use-bill-pay-demo-app) with data from a QuickBooks Online sandbox company.
This guide aims to help you implement your own bill payment solution using Codat's API. It walks you through cloning the repository and [running the demo app on your local machine](/payables/guides/bill-pay/run-demo-app-locally) with data from a QuickBooks Online sandbox company.

After using the hosted version, you can clone the repository and [run the demo app on your local machine](/payables/guides/bill-pay/run-demo-app-locally). Finally, you can learn [how the demo app works](/payables/guides/bill-pay/how-the-demo-app-works).
Once you've run the app, you can learn [how the demo app works](/payables/guides/bill-pay/how-the-demo-app-works).

### About the demo app

Expand Down Expand Up @@ -58,4 +57,4 @@ You've understood the functionality of the bill pay demo app and what you'll nee

### Read next

- [Use the hosted app](/payables/guides/bill-pay/use-bill-pay-demo-app) to discover bill pay
- [Run the app locally](/payables/guides/bill-pay/run-demo-app-locally) to discover bill pay
2 changes: 1 addition & 1 deletion docs/payables/guides/bill-pay/run-demo-app-locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Next, set the redirect URL defined in the demo app as the Codat Redirect URL. Th

7. Click **Get Started** and follow the on-screen instructions.

Like the hosted app, you can now create a company, connect to your sandbox QuickBooks Online company, and view and pay bills.
You can now create a company, connect to your sandbox QuickBooks Online company, and view and pay bills.

### Review write history

Expand Down
105 changes: 0 additions & 105 deletions docs/payables/guides/bill-pay/use-bill-pay-demo-app.md

This file was deleted.

4 changes: 2 additions & 2 deletions redirects.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ var prodRework = [
},
{
from: "/guides/bill-pay/use-bill-pay-demo-app",
to: "/payables/guides/bill-pay/use-bill-pay-demo-app",
to: "/payables/guides/bill-pay/run-demo-app-locally",
},
{
from: "/guides/invoice-finance/introduction",
Expand Down Expand Up @@ -583,7 +583,7 @@ module.exports = {
},
{
from: "/accounting-api/guides/bill-pay/use-bill-pay-demo-app",
to: "/payables/guides/bill-pay/use-bill-pay-demo-app",
to: "/payables/guides/bill-pay/run-demo-app-locally",
},
{
from: "/accounting-api/guides/bill-pay/run-demo-app-locally",
Expand Down
1 change: 0 additions & 1 deletion sidebars/payables.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ module.exports = [
id: "payables/guides/bill-pay/introduction",
label: "Introduction",
},
"payables/guides/bill-pay/use-bill-pay-demo-app",
"payables/guides/bill-pay/run-demo-app-locally",
"payables/guides/bill-pay/how-the-demo-app-works",
],
Expand Down
Loading