Skip to content

Commit

Permalink
fix broken link to exchange session (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerhunter authored Mar 28, 2024
1 parent 24ab003 commit 911f731
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pages/docs/balance/api-reference/open-banking/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Here's a breakdown of the steps:

**Step 1: Initiate Exchange Session**

- Use the [create an exchange session](/docs/balance/api-reference/exchanges/create-exchange-for-a-customer) endpoint of the Dwolla API to initiate an Exchange Session for a Customer.
- Use the [create an exchange session](/docs/balance/api-reference/exchanges/create-exchange-session-for-a-customer) endpoint of the Dwolla API to initiate an Exchange Session for a Customer.
- Specify the desired open banking provider (e.g., MX) within the request body.

**Step 2: Retrieve Exchange Session and Complete IAV Flow**
Expand All @@ -43,10 +43,10 @@ Here's a breakdown of the steps:

### Exchange Sessions resource

| Parameter | Description |
| --------- | ------------------------------------------------------------------------------------------------- |
| \_links | A _links JSON object containing a collection of links to related resources including: exchange session, exchange-partner, and external-provider-session. The unique URL called "external-provider-session" is specifically designed to be embedded within your application, facilitating the Instant Account Verification flow. |
| created | ISO 8601 timestamp of when the exchange-partner resource was created. |
| Parameter | Description |
| --------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| \_links | A \_links JSON object containing a collection of links to related resources including: exchange session, exchange-partner, and external-provider-session. The unique URL called "external-provider-session" is specifically designed to be embedded within your application, facilitating the Instant Account Verification flow. |
| created | ISO 8601 timestamp of when the exchange-partner resource was created. |

```bash
{
Expand Down

0 comments on commit 911f731

Please sign in to comment.