From 2f17b641a708bc2208ed97a2c1a08fa04f498bb7 Mon Sep 17 00:00:00 2001 From: spencerhunter Date: Mon, 6 May 2024 14:22:16 -0500 Subject: [PATCH] update duplicate meta descriptions --- pages/docs/balance/api-reference/api-fundamentals/debugging.mdx | 2 +- pages/docs/balance/api-reference/api-fundamentals/errors.mdx | 2 +- .../balance/api-reference/api-fundamentals/idempotency-key.mdx | 2 +- pages/docs/balance/api-reference/api-fundamentals/index.mdx | 2 +- .../balance/api-reference/api-fundamentals/ip-allowlist.mdx | 2 +- .../api-reference/api-fundamentals/json-hal-hypermedia.mdx | 2 +- .../api-fundamentals/making-requests-and-authentication.mdx | 2 +- .../docs/balance/api-reference/api-fundamentals/rate-limits.mdx | 2 +- pages/docs/balance/api-reference/authorization/index.mdx | 2 +- .../balance/api-reference/exchanges/list-exchange-partners.mdx | 2 +- .../api-reference/exchanges/list-exchanges-for-an-account.mdx | 2 +- .../api-reference/exchanges/retrieve-an-exchange-partner.mdx | 2 +- .../balance/api-reference/exchanges/retrieve-an-exchange.mdx | 2 +- pages/docs/balance/auth/client-credentials-flow.mdx | 2 +- pages/docs/balance/secure-exchange.mdx | 2 +- pages/docs/connect/api-reference/api-fundamentals/debugging.mdx | 2 +- pages/docs/connect/api-reference/api-fundamentals/errors.mdx | 2 +- .../connect/api-reference/api-fundamentals/idempotency-key.mdx | 2 +- pages/docs/connect/api-reference/api-fundamentals/index.mdx | 2 +- .../connect/api-reference/api-fundamentals/ip-allowlist.mdx | 2 +- .../api-reference/api-fundamentals/json-hal-hypermedia.mdx | 2 +- .../api-fundamentals/making-requests-and-authentication.mdx | 2 +- .../docs/connect/api-reference/api-fundamentals/rate-limits.mdx | 2 +- .../connect/api-reference/exchanges/list-exchange-partners.mdx | 2 +- .../api-reference/exchanges/list-exchanges-for-an-account.mdx | 2 +- .../api-reference/exchanges/retrieve-an-exchange-partner.mdx | 2 +- .../connect/api-reference/exchanges/retrieve-an-exchange.mdx | 2 +- pages/docs/connect/secure-exchange.mdx | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) diff --git a/pages/docs/balance/api-reference/api-fundamentals/debugging.mdx b/pages/docs/balance/api-reference/api-fundamentals/debugging.mdx index b47671ac..3f3bbc80 100644 --- a/pages/docs/balance/api-reference/api-fundamentals/debugging.mdx +++ b/pages/docs/balance/api-reference/api-fundamentals/debugging.mdx @@ -4,7 +4,7 @@ guide: step: 7 meta: title: "Debugging with X-Request-ID | Dwolla API Documentation" - description: "Learn how to set up IP allowlisting to control access to the Dwolla API and prevent unauthorized actions on behalf of your application. Find out how to specify IP addresses and handle Forbidden HTTP error codes." + description: "Dwolla Balance Debugging: Troubleshoot API Request Issues. Discover efficient methods to identify and resolve request errors." --- # Debugging diff --git a/pages/docs/balance/api-reference/api-fundamentals/errors.mdx b/pages/docs/balance/api-reference/api-fundamentals/errors.mdx index f2160504..e0533fca 100644 --- a/pages/docs/balance/api-reference/api-fundamentals/errors.mdx +++ b/pages/docs/balance/api-reference/api-fundamentals/errors.mdx @@ -4,7 +4,7 @@ guide: step: 6 meta: title: "Handling Errors | Dwolla API Documentation" - description: "Learn how to handle error responses in the Dwolla API, including standard HTTP status codes, top-level error codes, and embedded errors. Explore common error codes and their descriptions for seamless integration and effective troubleshooting." + description: "Dwolla Balance Errors: Master Error Handling. Grasp standard HTTP status codes, Dwolla error codes, and embedded errors. Decipher common error messages for smooth integration and efficient debugging. Build robust Dwolla Balance applications." --- # Errors diff --git a/pages/docs/balance/api-reference/api-fundamentals/idempotency-key.mdx b/pages/docs/balance/api-reference/api-fundamentals/idempotency-key.mdx index d7e81438..c616e5cc 100644 --- a/pages/docs/balance/api-reference/api-fundamentals/idempotency-key.mdx +++ b/pages/docs/balance/api-reference/api-fundamentals/idempotency-key.mdx @@ -4,7 +4,7 @@ guide: step: 4 meta: title: "Idempotency Key | Dwolla API Documentation" - description: "Learn how to use the Idempotency-Key header to prevent duplicate operations and manage resource creation in the Dwolla API. Find out how to ensure idempotency with unique keys and handle response codes effectively." + description: "Safeguard Retries with Dwolla Balance: Leverage Idempotency Keys. Streamline your Dwolla Balance integrations with Idempotency Keys. Generate unique keys to prevent accidental duplicate transactions and ensure predictable API behavior. Build robust and reliable financial applications with confidence." --- # Idempotency Key diff --git a/pages/docs/balance/api-reference/api-fundamentals/index.mdx b/pages/docs/balance/api-reference/api-fundamentals/index.mdx index 2340cb21..27da2952 100644 --- a/pages/docs/balance/api-reference/api-fundamentals/index.mdx +++ b/pages/docs/balance/api-reference/api-fundamentals/index.mdx @@ -8,7 +8,7 @@ guide: step: 0 meta: title: "API Reference | Dwolla Balance API Documentation" - description: "Complete reference documentation for the Dwolla API. Includes resource descriptions, endpoints and methods, parameters, and request and response examples." + description: "Streamline A2A Payments with Dwolla Balance: Understand the API Fundamentals. Explore request/response structures, authentication, error handling, and more." --- import Card from "../../../../../app/components/base/Card"; diff --git a/pages/docs/balance/api-reference/api-fundamentals/ip-allowlist.mdx b/pages/docs/balance/api-reference/api-fundamentals/ip-allowlist.mdx index b5d32cfa..2392d234 100644 --- a/pages/docs/balance/api-reference/api-fundamentals/ip-allowlist.mdx +++ b/pages/docs/balance/api-reference/api-fundamentals/ip-allowlist.mdx @@ -4,7 +4,7 @@ guide: step: 3 meta: title: "IP Allowlist | Dwolla API Documentation" - description: "Learn how to set up IP allowlisting to control access to the Dwolla API and prevent unauthorized actions on behalf of your application. Find out how to specify IP addresses and handle Forbidden HTTP error codes." + description: "Secure Your Dwolla Balance Integration: Understand IP Allowlisting. Explore how to define authorized IP addresses, prevent unauthorized activity, and troubleshoot Forbidden errors." --- # IP Allowlist diff --git a/pages/docs/balance/api-reference/api-fundamentals/json-hal-hypermedia.mdx b/pages/docs/balance/api-reference/api-fundamentals/json-hal-hypermedia.mdx index 4f7d12c5..29d13bb1 100644 --- a/pages/docs/balance/api-reference/api-fundamentals/json-hal-hypermedia.mdx +++ b/pages/docs/balance/api-reference/api-fundamentals/json-hal-hypermedia.mdx @@ -4,7 +4,7 @@ guide: step: 5 meta: title: "JSON-HAL - hypermedia | Dwolla API Documentation" - description: "Learn about JSON-HAL, a hypermedia format for APIs, and how Dwolla HAL-Forms extend the HAL spec to represent and dynamically generate forms within the API. Discover how to use Dwolla HAL-Forms to seamlessly transition between resource states and gain valuable insights for API implementation." + description: "Navigate Dwolla Balance with Ease: Master JSON-HAL Forms. Uncover the power of Dwolla HAL-Forms for intuitive API interactions. Grasp JSON-HAL and how Dwolla expands it for dynamic forms. Effortlessly transition between resource states and gain valuable insights for streamlined Dwolla Balance integrations." --- # JSON-HAL - hypermedia diff --git a/pages/docs/balance/api-reference/api-fundamentals/making-requests-and-authentication.mdx b/pages/docs/balance/api-reference/api-fundamentals/making-requests-and-authentication.mdx index b47469f6..cfb142f7 100644 --- a/pages/docs/balance/api-reference/api-fundamentals/making-requests-and-authentication.mdx +++ b/pages/docs/balance/api-reference/api-fundamentals/making-requests-and-authentication.mdx @@ -4,7 +4,7 @@ guide: step: 1 meta: title: "Making Requests and Authentication | Dwolla API Documentation" - description: "Learn how to interact with the Dwolla API, including making requests, setting headers, and handling authentication for secure transactions." + description: "Dwolla Balance: Effortless Requests & Authentication for Frictionless Integration. Learn how to construct well-formed API requests, set essential headers, and implement robust authentication." --- # Making Requests diff --git a/pages/docs/balance/api-reference/api-fundamentals/rate-limits.mdx b/pages/docs/balance/api-reference/api-fundamentals/rate-limits.mdx index ee96226f..919e7706 100644 --- a/pages/docs/balance/api-reference/api-fundamentals/rate-limits.mdx +++ b/pages/docs/balance/api-reference/api-fundamentals/rate-limits.mdx @@ -4,7 +4,7 @@ guide: step: 2 meta: title: "Rate Limits | Dwolla API Documentation" - description: "Learn about the rate limits in the Dwolla API, including concurrency-based and volume-based limits, and discover how to handle HTTP 429 Too Many Requests status codes effectively." + description: "Optimize Dwolla Balance Calls: Understand Rate Limits. Ensure smooth integration by understanding Dwolla Balance's rate limits. Grasp concurrency and volume-based limits, and learn effective strategies to handle 429 Too Many Requests errors." --- # Rate Limits diff --git a/pages/docs/balance/api-reference/authorization/index.mdx b/pages/docs/balance/api-reference/authorization/index.mdx index d4a03b1d..05a29294 100644 --- a/pages/docs/balance/api-reference/authorization/index.mdx +++ b/pages/docs/balance/api-reference/authorization/index.mdx @@ -9,7 +9,7 @@ guide: step: 0 meta: title: API Reference | Dwolla Authorization Overview - description: "Obtain an OAuth access token to access data in the Dwolla API on behalf of an account or application. Grant permission with the client credentials flow." + description: "Dwolla Balance Auth: Understanding access in the API. Explore Dwolla's authorization schema, including OAuth access tokens and the client credentials flow for granting permission." --- import guideIcon from "../../../../../assets/images/content-images/content-icons/guides-icon.svg"; diff --git a/pages/docs/balance/api-reference/exchanges/list-exchange-partners.mdx b/pages/docs/balance/api-reference/exchanges/list-exchange-partners.mdx index 7b1a17c1..c91ec375 100644 --- a/pages/docs/balance/api-reference/exchanges/list-exchange-partners.mdx +++ b/pages/docs/balance/api-reference/exchanges/list-exchange-partners.mdx @@ -6,7 +6,7 @@ guide: step: 1 meta: title: "Secure Exchange API Documentation | List Exchange Partners | Dwolla" - description: "Retrieve a list of exchange partners supported with the Secure Exchange solution." + description: "Discover Exchange Partners: List Dwolla Balance Exchange Partners. Seamlessly connect to various financial institutions through Exchange Partners and empower your A2A payment integration." --- # List exchange partners diff --git a/pages/docs/balance/api-reference/exchanges/list-exchanges-for-an-account.mdx b/pages/docs/balance/api-reference/exchanges/list-exchanges-for-an-account.mdx index bfbba935..7533184c 100644 --- a/pages/docs/balance/api-reference/exchanges/list-exchanges-for-an-account.mdx +++ b/pages/docs/balance/api-reference/exchanges/list-exchanges-for-an-account.mdx @@ -6,7 +6,7 @@ guide: step: 7 meta: title: "List exchanges for an Account | Dwolla API Documentation" - description: Retrieve a list of exchanges that belong to an Account. + description: "Discover Active Exchanges: List Exchanges for a Dwolla Account. Utilize this Dwolla Balance endpoint to retrieve a list of active exchanges." --- # List exchanges for an Account diff --git a/pages/docs/balance/api-reference/exchanges/retrieve-an-exchange-partner.mdx b/pages/docs/balance/api-reference/exchanges/retrieve-an-exchange-partner.mdx index 9e7aa4b1..2877a37b 100644 --- a/pages/docs/balance/api-reference/exchanges/retrieve-an-exchange-partner.mdx +++ b/pages/docs/balance/api-reference/exchanges/retrieve-an-exchange-partner.mdx @@ -6,7 +6,7 @@ guide: step: 2 meta: title: "Retrieve an Exchange Partner | Dwolla API Documentation" - description: "Retrieve an exchange partner by its ID." + description: "Secure Exchange Solution: Retrieve a Dwolla Balance exchange partner by its ID." --- # Retrieve an exchange partner diff --git a/pages/docs/balance/api-reference/exchanges/retrieve-an-exchange.mdx b/pages/docs/balance/api-reference/exchanges/retrieve-an-exchange.mdx index 72832934..c3b14cae 100644 --- a/pages/docs/balance/api-reference/exchanges/retrieve-an-exchange.mdx +++ b/pages/docs/balance/api-reference/exchanges/retrieve-an-exchange.mdx @@ -6,7 +6,7 @@ guide: step: 5 meta: title: "Retrieve an exchange | Dwolla API Documentation" - description: Retrieve an exchange by ID. + description: "Secure Exchange Solution: Retrieve a Dwolla Balance exchange by its ID." --- # Retrieve an Exchange Resource diff --git a/pages/docs/balance/auth/client-credentials-flow.mdx b/pages/docs/balance/auth/client-credentials-flow.mdx index 64a16f15..a21b1cbe 100644 --- a/pages/docs/balance/auth/client-credentials-flow.mdx +++ b/pages/docs/balance/auth/client-credentials-flow.mdx @@ -5,7 +5,7 @@ guide: step: 1 meta: title: OAuth 2.0 - Generate an Access Token | Dwolla API Documentation - description: Obtain an OAuth access token to access data in the Dwolla API on behalf of an account or application. Grant permission with the client credentials flow. + description: "Dwolla Balance API Access: Understanding OAuth. Learn how to obtain OAuth access tokens and leverage the client credentials flow for seamless authorization." --- # Step 1: Generate an Access Token diff --git a/pages/docs/balance/secure-exchange.mdx b/pages/docs/balance/secure-exchange.mdx index 5cd7f8a5..107f2d50 100644 --- a/pages/docs/balance/secure-exchange.mdx +++ b/pages/docs/balance/secure-exchange.mdx @@ -9,7 +9,7 @@ concept: icon: "secure-exchange.svg" meta: title: Secure Exchange | Concept Article | Dwolla Documentation - description: The Secure Exchange solution is a tokenized approach to a more interconnected payment experience among trusted third-party data providers. + description: "Secure Exchange Solution: Integrate with Dwolla Balance's Ecosystem Partners. Unlock secure and streamlined connections with external partners. Dwolla Balance's Secure Exchange leverages tokens for a frictionless data sharing experience within the Dwolla ecosystem." --- import secureExchangeImage from "../../../assets/images/content-images/secure-exchange-flow-diagram.png"; diff --git a/pages/docs/connect/api-reference/api-fundamentals/debugging.mdx b/pages/docs/connect/api-reference/api-fundamentals/debugging.mdx index b47671ac..bf3486b3 100644 --- a/pages/docs/connect/api-reference/api-fundamentals/debugging.mdx +++ b/pages/docs/connect/api-reference/api-fundamentals/debugging.mdx @@ -4,7 +4,7 @@ guide: step: 7 meta: title: "Debugging with X-Request-ID | Dwolla API Documentation" - description: "Learn how to set up IP allowlisting to control access to the Dwolla API and prevent unauthorized actions on behalf of your application. Find out how to specify IP addresses and handle Forbidden HTTP error codes." + description: "Streamline A2A Payments with Dwolla Connect: Debugging Tips. Pinpoint and fix API request errors, ensuring seamless Dwolla Connect integration. Build frictionless A2A payment experiences with confidence." --- # Debugging diff --git a/pages/docs/connect/api-reference/api-fundamentals/errors.mdx b/pages/docs/connect/api-reference/api-fundamentals/errors.mdx index 964de1f6..feedeacb 100644 --- a/pages/docs/connect/api-reference/api-fundamentals/errors.mdx +++ b/pages/docs/connect/api-reference/api-fundamentals/errors.mdx @@ -4,7 +4,7 @@ guide: step: 6 meta: title: "Handling Errors | Dwolla API Documentation" - description: "Learn how to handle error responses in the Dwolla API, including standard HTTP status codes, top-level error codes, and embedded errors. Explore common error codes and their descriptions for seamless integration and effective troubleshooting." + description: "Dwolla Connect Error Handling: Ensure Seamless A2A Payments. Understand HTTP status codes, Dwolla error codes, and embedded errors. Explore common error messages to troubleshoot issues and guarantee smooth A2A payment experiences." --- # Errors diff --git a/pages/docs/connect/api-reference/api-fundamentals/idempotency-key.mdx b/pages/docs/connect/api-reference/api-fundamentals/idempotency-key.mdx index f84a3586..f96189a8 100644 --- a/pages/docs/connect/api-reference/api-fundamentals/idempotency-key.mdx +++ b/pages/docs/connect/api-reference/api-fundamentals/idempotency-key.mdx @@ -4,7 +4,7 @@ guide: step: 4 meta: title: "Idempotency Key | Dwolla API Documentation" - description: "Learn how to use the Idempotency-Key header to prevent duplicate operations and manage resource creation in the Dwolla API. Find out how to ensure idempotency with unique keys and handle response codes effectively." + description: "Ensure Consistent Operations: Understand Idempotency with Dwolla Connect. Simplify error handling and retries with the power of Idempotency Keys. Learn how to generate unique keys to prevent unintended duplicate operations and ensure predictable API behavior. Build robust and reliable A2A payment experiences with confidence." --- # Idempotency Key diff --git a/pages/docs/connect/api-reference/api-fundamentals/index.mdx b/pages/docs/connect/api-reference/api-fundamentals/index.mdx index d8a2d1b8..44fe78d2 100644 --- a/pages/docs/connect/api-reference/api-fundamentals/index.mdx +++ b/pages/docs/connect/api-reference/api-fundamentals/index.mdx @@ -8,7 +8,7 @@ guide: step: 0 meta: title: "API Reference | Dwolla Connect API Documentation" - description: "Complete reference documentation for the Dwolla API. Includes resource descriptions, endpoints and methods, parameters, and request and response examples." + description: "Digitally transform your payments with Dwolla Connect: Dive into API Fundamentals. Explore request/response structures, authentication, error handling, and more." --- import Card from "../../../../../app/components/base/Card"; diff --git a/pages/docs/connect/api-reference/api-fundamentals/ip-allowlist.mdx b/pages/docs/connect/api-reference/api-fundamentals/ip-allowlist.mdx index b5d32cfa..9292ded5 100644 --- a/pages/docs/connect/api-reference/api-fundamentals/ip-allowlist.mdx +++ b/pages/docs/connect/api-reference/api-fundamentals/ip-allowlist.mdx @@ -4,7 +4,7 @@ guide: step: 3 meta: title: "IP Allowlist | Dwolla API Documentation" - description: "Learn how to set up IP allowlisting to control access to the Dwolla API and prevent unauthorized actions on behalf of your application. Find out how to specify IP addresses and handle Forbidden HTTP error codes." + description: "Safeguard your Dwolla Connect access with IP whitelisting. Grasp how to define authorized IP addresses, prevent unauthorized actions, and address Forbidden errors. Build secure and reliable A2A payment experiences." --- # IP Allowlist diff --git a/pages/docs/connect/api-reference/api-fundamentals/json-hal-hypermedia.mdx b/pages/docs/connect/api-reference/api-fundamentals/json-hal-hypermedia.mdx index 4f7d12c5..976d08a5 100644 --- a/pages/docs/connect/api-reference/api-fundamentals/json-hal-hypermedia.mdx +++ b/pages/docs/connect/api-reference/api-fundamentals/json-hal-hypermedia.mdx @@ -4,7 +4,7 @@ guide: step: 5 meta: title: "JSON-HAL - hypermedia | Dwolla API Documentation" - description: "Learn about JSON-HAL, a hypermedia format for APIs, and how Dwolla HAL-Forms extend the HAL spec to represent and dynamically generate forms within the API. Discover how to use Dwolla HAL-Forms to seamlessly transition between resource states and gain valuable insights for API implementation." + description: "Simplify Form Handling in Dwolla Connect: Leverage JSON-HAL Forms. Empower seamless user journeys with Dwolla HAL-Forms. Grasp JSON-HAL and how Dwolla extends it for dynamic forms within the API. Navigate state transitions effortlessly and gain insights for exceptional API integrations. Build frictionless A2A payment experiences." --- # JSON-HAL - hypermedia diff --git a/pages/docs/connect/api-reference/api-fundamentals/making-requests-and-authentication.mdx b/pages/docs/connect/api-reference/api-fundamentals/making-requests-and-authentication.mdx index b47469f6..c11e3e9c 100644 --- a/pages/docs/connect/api-reference/api-fundamentals/making-requests-and-authentication.mdx +++ b/pages/docs/connect/api-reference/api-fundamentals/making-requests-and-authentication.mdx @@ -4,7 +4,7 @@ guide: step: 1 meta: title: "Making Requests and Authentication | Dwolla API Documentation" - description: "Learn how to interact with the Dwolla API, including making requests, setting headers, and handling authentication for secure transactions." + description: "Streamline A2A Payments: Craft Requests for Dwolla Connect. Discover how to construct API requests, set necessary headers, and implement secure authentication for Dwolla Connect." --- # Making Requests diff --git a/pages/docs/connect/api-reference/api-fundamentals/rate-limits.mdx b/pages/docs/connect/api-reference/api-fundamentals/rate-limits.mdx index 2c0c05c0..35528630 100644 --- a/pages/docs/connect/api-reference/api-fundamentals/rate-limits.mdx +++ b/pages/docs/connect/api-reference/api-fundamentals/rate-limits.mdx @@ -4,7 +4,7 @@ guide: step: 2 meta: title: "Rate Limits | Dwolla API Documentation" - description: "Learn about the rate limits in the Dwolla API, including concurrency-based and volume-based limits, and discover how to handle HTTP 429 Too Many Requests status codes effectively." + description: "Streamline A2A Payments: Navigate Dwolla Connect Rate Limits. Understand concurrency-based and volume-based limits, and learn to handle 429 Too Many Requests errors effectively. Build high-performance and scalable A2A payment experiences." --- # Rate Limits diff --git a/pages/docs/connect/api-reference/exchanges/list-exchange-partners.mdx b/pages/docs/connect/api-reference/exchanges/list-exchange-partners.mdx index bfc2903f..d8437037 100644 --- a/pages/docs/connect/api-reference/exchanges/list-exchange-partners.mdx +++ b/pages/docs/connect/api-reference/exchanges/list-exchange-partners.mdx @@ -6,7 +6,7 @@ guide: step: 1 meta: title: "Dwolla API Reference | Exchanges: List Exchange Partners" - description: "Retrieve a list of exchange partners supported with the Secure Exchange solution." + description: "Simplify A2A Payments: List Dwolla Connect Exchange Partners. Seamlessly connect to various financial institutions through Exchange Partners and empower your A2A payment integration." --- # List exchange partners diff --git a/pages/docs/connect/api-reference/exchanges/list-exchanges-for-an-account.mdx b/pages/docs/connect/api-reference/exchanges/list-exchanges-for-an-account.mdx index 59222997..6209346d 100644 --- a/pages/docs/connect/api-reference/exchanges/list-exchanges-for-an-account.mdx +++ b/pages/docs/connect/api-reference/exchanges/list-exchanges-for-an-account.mdx @@ -6,7 +6,7 @@ guide: step: 7 meta: title: "Dwolla API Reference | Exchanges: List exchanges for an Account" - description: "Retrieve a list of exchanges that belong to an Account." + description: "Discover Active Exchanges: List Exchanges for a Dwolla Account. Utilize this Dwolla Connect endpoint to retrieve a list of active exchanges." --- # List exchanges for an Account diff --git a/pages/docs/connect/api-reference/exchanges/retrieve-an-exchange-partner.mdx b/pages/docs/connect/api-reference/exchanges/retrieve-an-exchange-partner.mdx index 6ca0611c..f481907b 100644 --- a/pages/docs/connect/api-reference/exchanges/retrieve-an-exchange-partner.mdx +++ b/pages/docs/connect/api-reference/exchanges/retrieve-an-exchange-partner.mdx @@ -6,7 +6,7 @@ guide: step: 2 meta: title: "Dwolla API Reference | Exchanges: Retrieve an Exchange Partner" - description: "Retrieve an exchange partner by its ID." + description: "Secure Exchange Solution: Retrieve a Dwolla Connect exchange partner by its ID." --- # Retrieve an exchange partner diff --git a/pages/docs/connect/api-reference/exchanges/retrieve-an-exchange.mdx b/pages/docs/connect/api-reference/exchanges/retrieve-an-exchange.mdx index 85cfb2c9..9287e337 100644 --- a/pages/docs/connect/api-reference/exchanges/retrieve-an-exchange.mdx +++ b/pages/docs/connect/api-reference/exchanges/retrieve-an-exchange.mdx @@ -6,7 +6,7 @@ guide: step: 5 meta: title: "Dwolla API Reference | Exchanges: Retrieve an exchange" - description: "Retrieve an exchange by ID." + description: "Secure Exchange Solution: Retrieve a Dwolla Connect exchange by its ID." --- # Retrieve an Exchange Resource diff --git a/pages/docs/connect/secure-exchange.mdx b/pages/docs/connect/secure-exchange.mdx index 9936d848..f369ad15 100644 --- a/pages/docs/connect/secure-exchange.mdx +++ b/pages/docs/connect/secure-exchange.mdx @@ -9,7 +9,7 @@ concept: icon: "secure-exchange.svg" meta: title: Secure Exchange | Concept Article | Dwolla Documentation - description: The Secure Exchange solution is a tokenized approach to a more interconnected payment experience among trusted third-party data providers. + description: "Secure Exchange Solution: Integrate with Dwolla Connect's Ecosystem Partners. Unlock secure and streamlined connections with external partners. Dwolla Connect's Secure Exchange leverages tokens for a frictionless data sharing experience within the Dwolla ecosystem." --- import secureExchangeImage from "../../../assets/images/content-images/secure-exchange-flow-diagram.png";